Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cpu inference #152

Merged
merged 5 commits into from
Sep 24, 2020
Merged

Fix cpu inference #152

merged 5 commits into from
Sep 24, 2020

Conversation

daavoo
Copy link
Contributor

@daavoo daavoo commented Sep 24, 2020

Add missing map_location

mmseg/apis/inference.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Sep 24, 2020

Codecov Report

Merging #152 into master will increase coverage by 0.00%.
The diff coverage is 87.50%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #152   +/-   ##
=======================================
  Coverage   83.01%   83.02%           
=======================================
  Files          85       85           
  Lines        3981     3982    +1     
  Branches      627      627           
=======================================
+ Hits         3305     3306    +1     
  Misses        542      542           
  Partials      134      134           
Flag Coverage Δ
#unittests 83.02% <87.50%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/apis/inference.py 21.81% <0.00%> (ø)
mmseg/datasets/custom.py 86.87% <100.00%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08f30ea...cdd346a. Read the comment docs.

@xvjiarui xvjiarui merged commit 7f8bc79 into open-mmlab:master Sep 24, 2020
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* Add missing map_location

* Add docstring

* Update mmseg/apis/inference.py

Co-authored-by: Jerry Jiarui XU <[email protected]>

* Update inference.py

* Update inference.py

Co-authored-by: Jerry Jiarui XU <[email protected]>
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* Support training with an image folder

* style
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
Fix arg key for `dataset_name`

The example training script was changed in open-mmlab#152, but not
`create_model_card`.
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this pull request Mar 22, 2024
* Update code and doc for flow_extraction

* fix bug

* fix typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants