-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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 compare table #2620
Add compare table #2620
Conversation
docs/model_zoo.md
Outdated
@@ -127,6 +127,21 @@ Please refer to [ATSS](https://github.com/open-mmlab/mmdetection/blob/master/con | |||
We also benchmark some methods on [PASCAL VOC](https://github.com/open-mmlab/mmdetection/blob/master/configs/pascal_voc), [Cityscapes](https://github.com/open-mmlab/mmdetection/blob/master/configs/cityscapes) and [WIDER FACE](https://github.com/open-mmlab/mmdetection/blob/master/configs/wider_face). | |||
|
|||
|
|||
## Comparison with Popular Frameworks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Speed benchmark
@@ -5,5 +5,5 @@ numpy | |||
Pillow<=6.2.2 | |||
six | |||
terminaltables | |||
torch>=1.1 | |||
torch>=1.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmcv>=0.5.1
docs/model_zoo.md
Outdated
| Implementation | Throughput (img/s) | | ||
|----------------------|--------------------| | ||
| [Detectron2](https://github.com/facebookresearch/detectron2) | 61 | | ||
| MMDetection | 60 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also provide a link for mmdetection
* tag 'v2.0.0': (166 commits) fix docstring styles (open-mmlab#2634) typo in model zoo (open-mmlab#2630) Rename anchor_heads to dense_heads (open-mmlab#2628) Add python path in scripts (open-mmlab#2625) Add print_config tool (open-mmlab#2624) Update dockerfile (open-mmlab#2623) Add compare table (open-mmlab#2620) Fix the docs (open-mmlab#2621) Add v2.0 changelog (open-mmlab#2599) Add API documentation (open-mmlab#2610) release the last version of v1.x (open-mmlab#2617) Move shared_heads, mask_heads, bbox_heads under roi_heads (open-mmlab#2616) Add score threshold (open-mmlab#2601) Fix config files (open-mmlab#2591) Added FSAFHead Test and supported FSAFHead when there is zero-gt (open-mmlab#2603) migrate to mmcv get_logger and print_log (open-mmlab#2609) Add gradient clip back in cfgs (open-mmlab#2608) Enrich V2.0 dataset tutorial (open-mmlab#2595) add a demo to inference a single image (open-mmlab#2605) fixed webcam demo (open-mmlab#2596) ...
* add compare table fix model_zoo.md * fix some typos * minor add * minor update * add link for mmdet * minor update
* add presets in init * add tests * fix * save and load * fix * update
No description provided.