Add High-res FasterRCNN MobileNetV3 and tune Low-res for speed#3265
Merged
datumbox merged 6 commits intopytorch:masterfrom Jan 19, 2021
Merged
Add High-res FasterRCNN MobileNetV3 and tune Low-res for speed#3265datumbox merged 6 commits intopytorch:masterfrom
datumbox merged 6 commits intopytorch:masterfrom
Conversation
…hat makes it 2x faster sacrificing a bit of mAP.
13 tasks
518c422 to
66d861f
Compare
facebook-github-bot
pushed a commit
that referenced
this pull request
Jan 21, 2021
Summary: * Tag fasterrcnn mobilenetv3 model with 320, add new inference config that makes it 2x faster sacrificing a bit of mAP. * Add a high resolution fasterrcnn mobilenetv3 model. * Update tests and expected values. Reviewed By: datumbox Differential Revision: D25954564 fbshipit-source-id: f6b64981d2bc83e3577435481a569df38b427b20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Low Resolution: Faster R-CNN MobileNetV3-Large 320 FPN
Heavily optimized for speed. Good for actual mobile usage.
Weight checkpoint:
Validate:
Accuracy metrics:
Speed Benchmark:
0.1679 sec per image on CPUHigh Resolution: Faster R-CNN MobileNetV3-Large FPN
Offers good balance between speed and accuracy, significantly faster than the model with the resnet backbone without sacrificing too much accuracy.
Weight checkpoint:
Validate:
Accuracy metrics:
Speed Benchmark:
0.8409 sec per image on CPU