-
Notifications
You must be signed in to change notification settings - Fork 634
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
update mmcv installation #149
Conversation
Codecov Report
@@ Coverage Diff @@
## master #149 +/- ##
=======================================
Coverage 66.20% 66.20%
=======================================
Files 175 175
Lines 5962 5962
Branches 937 937
=======================================
Hits 3947 3947
Misses 1731 1731
Partials 284 284
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
Shall we make the version limitation to toch or mmcv in requirements
?
Not necessary. |
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.
LGTM
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.
LGTM
* update * update * update * update * update * add docstr * fix comments * update
* add yolov5 voc training * format code * [Feature] Support YOLOv7 inference (open-mmlab#149) * update * update * update * update * update * add docstr * fix comments * update * add video of featmap vis demo (open-mmlab#169) * [Enhance] YOLOv6 model convert (open-mmlab#165) * add yolov5 voc training * fix bug * fix bug * fix yolov6 model convert * update yolov5 modelconvert * rollback yolov5 model convert * [Feature] Support VOC Dataset in YOLOv5 (open-mmlab#134) * add yolov5 voc training * fix mosaic bug * fix mosaic bug and temp config * fix mosaic bug * update config * support training on voc dataset * format code * format code * Optimize Code. Change `RandomTransform` to `OneOf` * Change `OneOf` to `mmcv.RandomChoice` * fix yolov5coco dataset * fix yolov5coco dataset * fix bug, format code * format config * format code * add yolov5 voc training * rebase * fix mosaic bug * update config * support training on voc dataset * format code * format code * Optimize Code. Change `RandomTransform` to `OneOf` * Change `OneOf` to `mmcv.RandomChoice` * fix yolov5coco dataset * fix yolov5coco dataset * fix bug, format code * format code * add yolov5 voc training * fix mosaic bug and temp config * fix mosaic bug * update config * support training on voc dataset * format code * format code * Optimize Code. Change `RandomTransform` to `OneOf` * Change `OneOf` to `mmcv.RandomChoice` * fix yolov5coco dataset * fix yolov5coco dataset * fix bug, format code * format code * add yolov5 voc training * rebase * fix mosaic bug * update config * support training on voc dataset * format code * format code * Optimize Code. Change `RandomTransform` to `OneOf` * Change `OneOf` to `mmcv.RandomChoice` * fix yolov5coco dataset * fix yolov5coco dataset * fix bug, format code * format code * format code * fix lint * add unittest * add auto loss_weight * add doc; add model log url * add doc; add model log url * add doc; add model log url * add neck vis docstr * add neck vis docstr * add backbone model structure diagram * fix readthedocs.txt * fix doc vis * fix vis * fix vis * fix vis * fix vis Co-authored-by: Haian Huang(深度眸) <huanghaian@pjlab.org.cn>
Motivation
Update mmcv installation as in mmtracking PR
Modification
Update mmcv installation in CI and documents.
BC-breaking (Optional)
None
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist