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

Support batch inference of Mask R-CNN #4871

Merged
merged 13 commits into from Apr 6, 2021

Conversation

hhaAndroid
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Apr 1, 2021

Codecov Report

Merging #4871 (1c69925) into master (ff38f20) will increase coverage by 0.18%.
The diff coverage is 85.71%.

❗ Current head 1c69925 differs from pull request most recent head b125dcf. Consider uploading reports for the commit b125dcf to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4871      +/-   ##
==========================================
+ Coverage   65.45%   65.63%   +0.18%     
==========================================
  Files         255      255              
  Lines       19981    19987       +6     
  Branches     3398     3394       -4     
==========================================
+ Hits        13079    13119      +40     
+ Misses       6200     6165      -35     
- Partials      702      703       +1     
Flag Coverage Δ
unittests 65.59% <82.85%> (+0.17%) ⬆️

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

Impacted Files Coverage Δ
mmdet/models/roi_heads/test_mixins.py 57.86% <85.71%> (+8.84%) ⬆️
mmdet/models/roi_heads/mask_heads/maskiou_head.py 100.00% <0.00%> (+5.37%) ⬆️
mmdet/models/roi_heads/mask_scoring_roi_head.py 87.50% <0.00%> (+32.14%) ⬆️

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 ff38f20...b125dcf. Read the comment docs.

@RunningLeon
Copy link
Collaborator

@hhaAndroid Works good for mask-rcnn exporting to ONNX

Copy link
Collaborator

@RunningLeon RunningLeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ZwwWayne ZwwWayne merged commit 5ebba9a into open-mmlab:master Apr 6, 2021
ZwwWayne pushed a commit that referenced this pull request Apr 6, 2021
* Support faster rcnn

* Fix Lint

* Add docstr

* Fix docstr

* Update docstr

* Update code

* Update docstr

* MaskRCNN support batch infer

* Update

* Delete todo

* Fix error

* Fix comments
@hhaAndroid hhaAndroid deleted the batch_maskrcnn branch March 19, 2022 05:21
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

4 participants