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

Added MMDetection VFNet Support. #906

Merged
merged 4 commits into from
Aug 13, 2021

Conversation

ai-fast-track
Copy link
Collaborator

I added MMDetection VFNet Support.

Paper: https://arxiv.org/pdf/2008.13367.pdf

closes #905

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov
Copy link

codecov bot commented Aug 13, 2021

Codecov Report

Merging #906 (be93f99) into master (8739c4a) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #906      +/-   ##
==========================================
+ Coverage   87.45%   87.51%   +0.06%     
==========================================
  Files         232      235       +3     
  Lines        5015     5040      +25     
==========================================
+ Hits         4386     4411      +25     
  Misses        629      629              
Flag Coverage Δ
unittests 87.51% <100.00%> (+0.06%) ⬆️

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

Impacted Files Coverage Δ
icevision/models/mmdet/models/__init__.py 100.00% <100.00%> (ø)
icevision/models/mmdet/models/vfnet/__init__.py 100.00% <100.00%> (ø)
...on/models/mmdet/models/vfnet/backbones/__init__.py 100.00% <100.00%> (ø)
.../models/mmdet/models/vfnet/backbones/resnet_fpn.py 100.00% <100.00%> (ø)

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 8739c4a...be93f99. Read the comment docs.

@ai-fast-track ai-fast-track merged commit dfcbeaa into airctic:master Aug 13, 2021
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.

Add MMDetection VFNet Support
1 participant