-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Make OHEM work with seesaw loss #6514
Conversation
@ohwi Thank you for your contribution. |
Codecov Report
@@ Coverage Diff @@
## master #6514 +/- ##
==========================================
- Coverage 62.04% 62.03% -0.01%
==========================================
Files 319 319
Lines 25343 25344 +1
Branches 4194 4194
==========================================
Hits 15723 15723
- Misses 8794 8795 +1
Partials 826 826
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi. Sorry for asking this, I'm not familiar with code coverage. Is there something that I need to do change in the file |
Don't worry about that. |
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * drop support for pytorch 1.3.1. (#6589) * drop support for pytorch 1.3.1. * update ci * update ci * Skip CI on ignoring paths (#6578) * [test] Skip CI on ignoring paths Signed-off-by: del-zhenwu <[email protected]> * [skip ci] fix build.yaml Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * [Refactor]: refactor configs of FP16 models (#6592) * refactor configs of fp16 * update * update * update * Ignoring paths (#6615) Signed-off-by: del-zhenwu <[email protected]> * fix FP16 CI (#6616) * Bump to 2.19.0 (#6633) * bump to 2.19.0 * resolve comments * fix typo * fix * fix yolox cuda unittest (#6636) * Support circleci (#6630) * add ci * rename * fix mmtrack unittest * update mmcv version * add abstract and sketch to the CONFIGS/algorithm/README.md * add some ## Introduction * revert Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * update faq docs * update * update * update * fix lint * update * update * update * update readme * Rephrase Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * drop support for pytorch 1.3.1. (#6589) * drop support for pytorch 1.3.1. * update ci * update ci * Skip CI on ignoring paths (#6578) * [test] Skip CI on ignoring paths Signed-off-by: del-zhenwu <[email protected]> * [skip ci] fix build.yaml Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * [Refactor]: refactor configs of FP16 models (#6592) * refactor configs of fp16 * update * update * update * Ignoring paths (#6615) Signed-off-by: del-zhenwu <[email protected]> * fix FP16 CI (#6616) * Bump to 2.19.0 (#6633) * bump to 2.19.0 * resolve comments * fix typo * fix * fix yolox cuda unittest (#6636) * Support circleci (#6630) * add ci * rename * fix mmtrack unittest * update mmcv version * add abstract and sketch to the CONFIGS/algorithm/README.md * add some ## Introduction * revert Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * update faq docs * update * update * update * fix lint * update * update * update * update readme * Rephrase Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * drop support for pytorch 1.3.1. (#6589) * drop support for pytorch 1.3.1. * update ci * update ci * Skip CI on ignoring paths (#6578) * [test] Skip CI on ignoring paths Signed-off-by: del-zhenwu <[email protected]> * [skip ci] fix build.yaml Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * [Refactor]: refactor configs of FP16 models (#6592) * refactor configs of fp16 * update * update * update * Ignoring paths (#6615) Signed-off-by: del-zhenwu <[email protected]> * fix FP16 CI (#6616) * Bump to 2.19.0 (#6633) * bump to 2.19.0 * resolve comments * fix typo * fix * fix yolox cuda unittest (#6636) * Support circleci (#6630) * add ci * rename * fix mmtrack unittest * update mmcv version * add abstract and sketch to the CONFIGS/algorithm/README.md * add some ## Introduction * revert Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * update faq docs * update * update * update * fix lint * update * update * update * update readme * Rephrase Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]>
* Update README_zh-CN.md (#6652) * add abstract and sketch to the CONFIGS/algorithm/README.md (#6654) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * drop support for pytorch 1.3.1. (#6589) * drop support for pytorch 1.3.1. * update ci * update ci * Skip CI on ignoring paths (#6578) * [test] Skip CI on ignoring paths Signed-off-by: del-zhenwu <[email protected]> * [skip ci] fix build.yaml Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * [Refactor]: refactor configs of FP16 models (#6592) * refactor configs of fp16 * update * update * update * Ignoring paths (#6615) Signed-off-by: del-zhenwu <[email protected]> * fix FP16 CI (#6616) * Bump to 2.19.0 (#6633) * bump to 2.19.0 * resolve comments * fix typo * fix * fix yolox cuda unittest (#6636) * Support circleci (#6630) * add ci * rename * fix mmtrack unittest * update mmcv version * add abstract and sketch to the CONFIGS/algorithm/README.md * add some ## Introduction * revert Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]> * [Fix]fix init when densehead contains dcn (#6625) * fix init when densehead contains dcn * change to constant init * fix init of convfchead (#6624) * polish docs (#6623) * fix pseudosampler (#6622) * [Fix]Add an example of combining swin and one-stage models (#6621) * add an example of swin is used in one-stage model * fix comments * add a notice * add mmhuman3d in readme (#6699) * [Fix] Fix init weights in Swin and PVT. (#6663) * [Fix] update metafile (#6717) * [Fix] fix metafile and config file * minior fix * Update configs/seesaw_loss/metafile.yml Co-authored-by: RangiLyu <[email protected]> Co-authored-by: RangiLyu <[email protected]> * Release YOLOX model (#6698) * Release YOLOX model * update * update * update * update * Add 'get_ann_info' to dataset_wrappers (#6526) * Add 'get_ann_info' to dataset_wrappers * fix format * Delete unimportant notes * [Enchance] Update FAQ docs (#6587) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * update faq docs * update * update * update * fix lint * update * update * update * update readme * Rephrase Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> * Support keeping image ratio in the multi-scale training of YOLOX (#6732) * Support keeping ratio in the multi-scale training of YOLOX * fix typos * fix typos * [Doc]Add doc for detect_anomalous_params (#6697) * add doc for detect_anomalous_params * add min verision requirment * fix version and key * fix version * Fix dtype bug in base_dense_head * Support `bbox_clip_border` for the augmentations of YOLOX (#6730) * support 'bbox_clip_border' for the augmentations of YOLOX * update based on 1-st comments * add comments * fix typos * rename remove_ouside_bboxes to find_inside_bboxes * move comments to docstring * [Fix] Fix SimOTA with no valid bbox. (#6733) * [Enhance] support select gpu-ids in testing time * [Fix] fix link (#6796) * [Fix] fix lint * support select gpu-ids in testing time * minor fix Co-authored-by: Joson <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]> Co-authored-by: ChaimZhu <[email protected]> Co-authored-by: Shane Zhao <[email protected]> Co-authored-by: Tao Gong <[email protected]> Co-authored-by: Yosuke Shinya <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * drop support for pytorch 1.3.1. (#6589) * drop support for pytorch 1.3.1. * update ci * update ci * Skip CI on ignoring paths (#6578) * [test] Skip CI on ignoring paths Signed-off-by: del-zhenwu <[email protected]> * [skip ci] fix build.yaml Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * [Refactor]: refactor configs of FP16 models (#6592) * refactor configs of fp16 * update * update * update * Ignoring paths (#6615) Signed-off-by: del-zhenwu <[email protected]> * fix FP16 CI (#6616) * Bump to 2.19.0 (#6633) * bump to 2.19.0 * resolve comments * fix typo * fix * fix yolox cuda unittest (#6636) * Support circleci (#6630) * add ci * rename * fix mmtrack unittest * update mmcv version * add abstract and sketch to the CONFIGS/algorithm/README.md * add some ## Introduction * revert Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]>
* Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * update faq docs * update * update * update * fix lint * update * update * update * update readme * Rephrase Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]>
* Update README_zh-CN.md (#6652) * add abstract and sketch to the CONFIGS/algorithm/README.md (#6654) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * drop support for pytorch 1.3.1. (#6589) * drop support for pytorch 1.3.1. * update ci * update ci * Skip CI on ignoring paths (#6578) * [test] Skip CI on ignoring paths Signed-off-by: del-zhenwu <[email protected]> * [skip ci] fix build.yaml Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * [Refactor]: refactor configs of FP16 models (#6592) * refactor configs of fp16 * update * update * update * Ignoring paths (#6615) Signed-off-by: del-zhenwu <[email protected]> * fix FP16 CI (#6616) * Bump to 2.19.0 (#6633) * bump to 2.19.0 * resolve comments * fix typo * fix * fix yolox cuda unittest (#6636) * Support circleci (#6630) * add ci * rename * fix mmtrack unittest * update mmcv version * add abstract and sketch to the CONFIGS/algorithm/README.md * add some ## Introduction * revert Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]> * [Fix]fix init when densehead contains dcn (#6625) * fix init when densehead contains dcn * change to constant init * fix init of convfchead (#6624) * polish docs (#6623) * fix pseudosampler (#6622) * [Fix]Add an example of combining swin and one-stage models (#6621) * add an example of swin is used in one-stage model * fix comments * add a notice * add mmhuman3d in readme (#6699) * [Fix] Fix init weights in Swin and PVT. (#6663) * [Fix] update metafile (#6717) * [Fix] fix metafile and config file * minior fix * Update configs/seesaw_loss/metafile.yml Co-authored-by: RangiLyu <[email protected]> Co-authored-by: RangiLyu <[email protected]> * Release YOLOX model (#6698) * Release YOLOX model * update * update * update * update * Add 'get_ann_info' to dataset_wrappers (#6526) * Add 'get_ann_info' to dataset_wrappers * fix format * Delete unimportant notes * [Enchance] Update FAQ docs (#6587) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (#6558) * Update README.md (#6567) * [Feature] Support custom persistent_workers (#6435) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (#6574) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (#6501) * [#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (#6560) * Fix mosaic repr typo (#6523) * Include mmflow in readme (#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (#6442) * Refactor YOLOX (#6443) * Fix aug test error when the number of prediction bboxes is 0 (#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (#6460) * [Feature]: Support plot confusion matrix. (#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (#6505) * Fix type error in 2_new_data_mode (#6469) * Always map location to cpu when load checkpoint (#6405) * configs: update groie README (#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (#6396) * [Enchance] Set a random seed when the user does not set a seed. (#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix #6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (#6584) * update faq docs * update * update * update * fix lint * update * update * update * update readme * Rephrase Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> * Support keeping image ratio in the multi-scale training of YOLOX (#6732) * Support keeping ratio in the multi-scale training of YOLOX * fix typos * fix typos * [Doc]Add doc for detect_anomalous_params (#6697) * add doc for detect_anomalous_params * add min verision requirment * fix version and key * fix version * Fix dtype bug in base_dense_head * Support `bbox_clip_border` for the augmentations of YOLOX (#6730) * support 'bbox_clip_border' for the augmentations of YOLOX * update based on 1-st comments * add comments * fix typos * rename remove_ouside_bboxes to find_inside_bboxes * move comments to docstring * [Fix] Fix SimOTA with no valid bbox. (#6733) * [Enhance] support select gpu-ids in testing time * [Fix] fix link (#6796) * [Fix] fix lint * support select gpu-ids in testing time * minor fix Co-authored-by: Joson <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]> Co-authored-by: ChaimZhu <[email protected]> Co-authored-by: Shane Zhao <[email protected]> Co-authored-by: Tao Gong <[email protected]> Co-authored-by: Yosuke Shinya <[email protected]>
* Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]>
* Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]>
…b#6654) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (open-mmlab#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (open-mmlab#6558) * Update README.md (open-mmlab#6567) * [Feature] Support custom persistent_workers (open-mmlab#6435) * Fix aug test error when the number of prediction bboxes is 0 (open-mmlab#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (open-mmlab#6574) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (open-mmlab#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (open-mmlab#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (open-mmlab#6501) * [open-mmlab#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (open-mmlab#6560) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (open-mmlab#6442) * Refactor YOLOX (open-mmlab#6443) * Fix aug test error when the number of prediction bboxes is 0 (open-mmlab#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (open-mmlab#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (open-mmlab#6460) * [Feature]: Support plot confusion matrix. (open-mmlab#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (open-mmlab#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (open-mmlab#6505) * Fix type error in 2_new_data_mode (open-mmlab#6469) * Always map location to cpu when load checkpoint (open-mmlab#6405) * configs: update groie README (open-mmlab#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (open-mmlab#6396) * [Enchance] Set a random seed when the user does not set a seed. (open-mmlab#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (open-mmlab#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix open-mmlab#6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (open-mmlab#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (open-mmlab#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (open-mmlab#6584) * drop support for pytorch 1.3.1. (open-mmlab#6589) * drop support for pytorch 1.3.1. * update ci * update ci * Skip CI on ignoring paths (open-mmlab#6578) * [test] Skip CI on ignoring paths Signed-off-by: del-zhenwu <[email protected]> * [skip ci] fix build.yaml Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * [Refactor]: refactor configs of FP16 models (open-mmlab#6592) * refactor configs of fp16 * update * update * update * Ignoring paths (open-mmlab#6615) Signed-off-by: del-zhenwu <[email protected]> * fix FP16 CI (open-mmlab#6616) * Bump to 2.19.0 (open-mmlab#6633) * bump to 2.19.0 * resolve comments * fix typo * fix * fix yolox cuda unittest (open-mmlab#6636) * Support circleci (open-mmlab#6630) * add ci * rename * fix mmtrack unittest * update mmcv version * add abstract and sketch to the CONFIGS/algorithm/README.md * add some ## Introduction * revert Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]>
* Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (open-mmlab#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (open-mmlab#6558) * Update README.md (open-mmlab#6567) * [Feature] Support custom persistent_workers (open-mmlab#6435) * Fix aug test error when the number of prediction bboxes is 0 (open-mmlab#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (open-mmlab#6574) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (open-mmlab#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (open-mmlab#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (open-mmlab#6501) * [open-mmlab#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (open-mmlab#6560) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (open-mmlab#6442) * Refactor YOLOX (open-mmlab#6443) * Fix aug test error when the number of prediction bboxes is 0 (open-mmlab#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (open-mmlab#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (open-mmlab#6460) * [Feature]: Support plot confusion matrix. (open-mmlab#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (open-mmlab#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (open-mmlab#6505) * Fix type error in 2_new_data_mode (open-mmlab#6469) * Always map location to cpu when load checkpoint (open-mmlab#6405) * configs: update groie README (open-mmlab#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (open-mmlab#6396) * [Enchance] Set a random seed when the user does not set a seed. (open-mmlab#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (open-mmlab#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix open-mmlab#6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (open-mmlab#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (open-mmlab#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (open-mmlab#6584) * update faq docs * update * update * update * fix lint * update * update * update * update readme * Rephrase Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]>
…-mmlab#6781) * Update README_zh-CN.md (open-mmlab#6652) * add abstract and sketch to the CONFIGS/algorithm/README.md (open-mmlab#6654) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (open-mmlab#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (open-mmlab#6558) * Update README.md (open-mmlab#6567) * [Feature] Support custom persistent_workers (open-mmlab#6435) * Fix aug test error when the number of prediction bboxes is 0 (open-mmlab#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (open-mmlab#6574) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (open-mmlab#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (open-mmlab#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (open-mmlab#6501) * [open-mmlab#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (open-mmlab#6560) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (open-mmlab#6442) * Refactor YOLOX (open-mmlab#6443) * Fix aug test error when the number of prediction bboxes is 0 (open-mmlab#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (open-mmlab#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (open-mmlab#6460) * [Feature]: Support plot confusion matrix. (open-mmlab#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (open-mmlab#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (open-mmlab#6505) * Fix type error in 2_new_data_mode (open-mmlab#6469) * Always map location to cpu when load checkpoint (open-mmlab#6405) * configs: update groie README (open-mmlab#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (open-mmlab#6396) * [Enchance] Set a random seed when the user does not set a seed. (open-mmlab#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (open-mmlab#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix open-mmlab#6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (open-mmlab#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (open-mmlab#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (open-mmlab#6584) * drop support for pytorch 1.3.1. (open-mmlab#6589) * drop support for pytorch 1.3.1. * update ci * update ci * Skip CI on ignoring paths (open-mmlab#6578) * [test] Skip CI on ignoring paths Signed-off-by: del-zhenwu <[email protected]> * [skip ci] fix build.yaml Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * split lint in workflows Signed-off-by: del-zhenwu <[email protected]> * [Refactor]: refactor configs of FP16 models (open-mmlab#6592) * refactor configs of fp16 * update * update * update * Ignoring paths (open-mmlab#6615) Signed-off-by: del-zhenwu <[email protected]> * fix FP16 CI (open-mmlab#6616) * Bump to 2.19.0 (open-mmlab#6633) * bump to 2.19.0 * resolve comments * fix typo * fix * fix yolox cuda unittest (open-mmlab#6636) * Support circleci (open-mmlab#6630) * add ci * rename * fix mmtrack unittest * update mmcv version * add abstract and sketch to the CONFIGS/algorithm/README.md * add some ## Introduction * revert Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]> * [Fix]fix init when densehead contains dcn (open-mmlab#6625) * fix init when densehead contains dcn * change to constant init * fix init of convfchead (open-mmlab#6624) * polish docs (open-mmlab#6623) * fix pseudosampler (open-mmlab#6622) * [Fix]Add an example of combining swin and one-stage models (open-mmlab#6621) * add an example of swin is used in one-stage model * fix comments * add a notice * add mmhuman3d in readme (open-mmlab#6699) * [Fix] Fix init weights in Swin and PVT. (open-mmlab#6663) * [Fix] update metafile (open-mmlab#6717) * [Fix] fix metafile and config file * minior fix * Update configs/seesaw_loss/metafile.yml Co-authored-by: RangiLyu <[email protected]> Co-authored-by: RangiLyu <[email protected]> * Release YOLOX model (open-mmlab#6698) * Release YOLOX model * update * update * update * update * Add 'get_ann_info' to dataset_wrappers (open-mmlab#6526) * Add 'get_ann_info' to dataset_wrappers * fix format * Delete unimportant notes * [Enchance] Update FAQ docs (open-mmlab#6587) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * [Enhance] Support file_client in Datasets and evaluating panoptic results on Ceph (open-mmlab#6489) * first version * Replace with our api * Add copyright * Move the runtime error to multi_core interface * Add docstring * Fix comments * Add comments * Add unit test for pq_compute_single_core * Fix MMDetection model to ONNX command (open-mmlab#6558) * Update README.md (open-mmlab#6567) * [Feature] Support custom persistent_workers (open-mmlab#6435) * Fix aug test error when the number of prediction bboxes is 0 (open-mmlab#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * fix comment * fix docstr * remove pin_memory * Fix SSD512 config error (open-mmlab#6574) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * Fix ssd512 config error Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * Catch symlink failure on Windows (open-mmlab#6482) * Catch symlink failure on Windows Signed-off-by: del-zhenwu <[email protected]> * Set copy mode on Windows Signed-off-by: del-zhenwu <[email protected]> * Fix lint Signed-off-by: del-zhenwu <[email protected]> * Fix logic error Signed-off-by: del-zhenwu <[email protected]> * [Feature] Support Label Assignment Distillation (LAD) (open-mmlab#6342) * add LAD * inherit LAD from KnowledgeDistillationSingleStageDetector * add configs/lad/lad_r101_paa_r50_fpn_coco_1x.py * update LAD readme * update configs/lad/README.md * try not to use abbreviations for variable names * add unittest for lad_head * update test_lad_head * remove main in tests/test_models/test_dense_heads/test_lad_head.py * [Fix] Avoid infinite GPU waiting in dist training (open-mmlab#6501) * [open-mmlab#6495] fix infinite GPU waiting in dist training * print log_vars keys in assertion msg * linting issue * Support to collect the best models (open-mmlab#6560) * Fix mosaic repr typo (open-mmlab#6523) * Include mmflow in readme (open-mmlab#6545) * Include mmflow in readme * Include mmflow in README_zh-CN * Add mmflow url into the document menu in docs/conf.py and docs_zh-CN/conf.py. * Make OHEM work with seesaw loss (open-mmlab#6514) * update * support gather best model Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> * [Enhance]: Optimize augmentation pipeline to speed up training. (open-mmlab#6442) * Refactor YOLOX (open-mmlab#6443) * Fix aug test error when the number of prediction bboxes is 0 (open-mmlab#6398) * Fix aug test error when the number of prediction bboxes is 0 * test * test * fix lint * Support custom pin_memory and persistent_workers * [Docs] Chinese version of robustness_benchmarking.md (open-mmlab#6375) * Chinese version of robustness_benchmarking.md * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update docs_zh-CN/robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md * Update robustness_benchmarking.md Co-authored-by: RangiLyu <[email protected]> * update yolox_s * update yolox_s * support dynamic eval interval * fix some error * support ceph * fix none error * fix batch error * replace resize * fix comment * fix docstr * Update the link of checkpoints (open-mmlab#6460) * [Feature]: Support plot confusion matrix. (open-mmlab#6344) * remove pin_memory * update * fix unittest * update cfg * fix error * add unittest * [Fix] Fix SpatialReductionAttention in PVT. (open-mmlab#6488) * [Fix] Fix SpatialReductionAttention in PVT * Add warning * Save coco summarize print information to logger (open-mmlab#6505) * Fix type error in 2_new_data_mode (open-mmlab#6469) * Always map location to cpu when load checkpoint (open-mmlab#6405) * configs: update groie README (open-mmlab#6401) Signed-off-by: Leonardo Rossi <[email protected]> * [Fix] fix config path in docs (open-mmlab#6396) * [Enchance] Set a random seed when the user does not set a seed. (open-mmlab#6457) * fix random seed bug * add comment * enchance random seed * rename Co-authored-by: Haobo Yuan <[email protected]> * [BugFixed] fix wrong trunc_normal_init use (open-mmlab#6432) * fix wrong trunc_normal_init use * fix wrong trunc_normal_init use * fix open-mmlab#6446 Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * bump version to v2.18.1 (open-mmlab#6510) * bump version to v2.18.1 * Update changelog.md * add some comment * fix some comment * update readme * fix lint * add reduce mean * update * update readme * update params Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> * [Refactor] Remove some code in `mmdet/apis/train.py` (open-mmlab#6576) * remove some code about custom hooks in apis/train.py * files were modified by yapf * Fix lad repeatedly output warning message (open-mmlab#6584) * update faq docs * update * update * update * fix lint * update * update * update * update readme * Rephrase Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: BigDong <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> * Support keeping image ratio in the multi-scale training of YOLOX (open-mmlab#6732) * Support keeping ratio in the multi-scale training of YOLOX * fix typos * fix typos * [Doc]Add doc for detect_anomalous_params (open-mmlab#6697) * add doc for detect_anomalous_params * add min verision requirment * fix version and key * fix version * Fix dtype bug in base_dense_head * Support `bbox_clip_border` for the augmentations of YOLOX (open-mmlab#6730) * support 'bbox_clip_border' for the augmentations of YOLOX * update based on 1-st comments * add comments * fix typos * rename remove_ouside_bboxes to find_inside_bboxes * move comments to docstring * [Fix] Fix SimOTA with no valid bbox. (open-mmlab#6733) * [Enhance] support select gpu-ids in testing time * [Fix] fix link (open-mmlab#6796) * [Fix] fix lint * support select gpu-ids in testing time * minor fix Co-authored-by: Joson <[email protected]> Co-authored-by: Czm369 <[email protected]> Co-authored-by: Kyungmin Lee <[email protected]> Co-authored-by: ohwi <[email protected]> Co-authored-by: Guangchen Lin <[email protected]> Co-authored-by: Rishit Dagli <[email protected]> Co-authored-by: RangiLyu <[email protected]> Co-authored-by: Haian Huang(深度眸) <[email protected]> Co-authored-by: del-zhenwu <[email protected]> Co-authored-by: Thuy Ng <[email protected]> Co-authored-by: Han Zhang <[email protected]> Co-authored-by: Cedric Luo <[email protected]> Co-authored-by: Andrea Panizza <[email protected]> Co-authored-by: Uno Wu <[email protected]> Co-authored-by: Leonardo Rossi <[email protected]> Co-authored-by: Haobo Yuan <[email protected]> Co-authored-by: Shusheng Yang <[email protected]> Co-authored-by: Wenwei Zhang <[email protected]> Co-authored-by: Shilong Zhang <[email protected]> Co-authored-by: ChaimZhu <[email protected]> Co-authored-by: Shane Zhao <[email protected]> Co-authored-by: Tao Gong <[email protected]> Co-authored-by: Yosuke Shinya <[email protected]>
Hi @ohwi!First of all, we want to express our gratitude for your significant PR in the MMDet project. Your contribution is highly appreciated, and we are grateful for your efforts in helping improve this open-source project during your personal time. We believe that many developers will benefit from your PR. We would also like to invite you to join our Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/raweFPmdzG If you are Chinese or have WeChat,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Since seesaw loss's return_dict does not contain the key
loss_cls
,OHEMSampler
does not work with seesaw loss.Modification
Make the key for return_dict to be controllable.
BC-breaking (Optional)
By making default key for return_dict be
loss_cls
, users only need to change the key for return_dict for some specific losses like seesaw loss.Use cases (Optional)
Specify the key for loss's return_dict like below: