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

Add replace_ImageToTensor for batch inference #3686

Merged
merged 4 commits into from
Sep 9, 2020

Conversation

Johnson-Wang
Copy link
Collaborator

No description provided.

@hellock hellock requested a review from yhcao6 September 4, 2020 07:11
@codecov
Copy link

codecov bot commented Sep 8, 2020

Codecov Report

Merging #3686 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3686      +/-   ##
==========================================
- Coverage   60.84%   60.82%   -0.02%     
==========================================
  Files         216      217       +1     
  Lines       15351    15328      -23     
  Branches     2622     2610      -12     
==========================================
- Hits         9341     9324      -17     
+ Misses       5536     5535       -1     
+ Partials      474      469       -5     
Flag Coverage Δ
#unittests 60.82% <100.00%> (-0.02%) ⬇️

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

Impacted Files Coverage Δ
mmdet/utils/__init__.py 100.00% <100.00%> (ø)
mmdet/utils/config_hacks.py 100.00% <100.00%> (ø)
mmdet/models/roi_heads/test_mixins.py 47.78% <0.00%> (-9.74%) ⬇️
mmdet/models/roi_heads/mask_heads/fcn_mask_head.py 73.37% <0.00%> (-1.30%) ⬇️
mmdet/datasets/coco.py 45.39% <0.00%> (-0.25%) ⬇️
mmdet/models/roi_heads/cascade_roi_head.py 72.01% <0.00%> (-0.12%) ⬇️
mmdet/models/roi_heads/__init__.py 100.00% <0.00%> (ø)
mmdet/datasets/lvis.py 14.38% <0.00%> (+0.20%) ⬆️
mmdet/apis/test.py 13.08% <0.00%> (+0.24%) ⬆️
... and 2 more

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 2703273...4deb654. Read the comment docs.

@hellock hellock merged commit 4e83cc6 into open-mmlab:master Sep 9, 2020
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.

None yet

3 participants