- Feb 25, 2021
-
-
Wenwei Zhang authored
* Add type of runner in configs * fix missing config
-
- Feb 18, 2021
-
-
Cao Yuhang authored
* sup customize runner * fix typo * use build runner * minor fix * modify according to comments * add an assertion * swap order * fix tutorial
-
- Jan 11, 2021
-
-
Haian Huang(深度眸) authored
-
- Dec 09, 2020
-
-
Jerry Jiarui XU authored
* Add markdown lint in pre-commit hook * add markdown lint
-
- Nov 27, 2020
-
-
LXXXXR authored
-
- Sep 03, 2020
-
-
Jerry Jiarui XU authored
* fixed typos * replace url with download * update to http
-
- Jul 10, 2020
-
-
Cao Yuhang authored
* clean op * clean * update build.yml * fix setup * change ci mmcv version * change ci mmcv version * add install pre-build mmcv instructions * update mmcv url, move some unnit tests to mmcv * update ci mmcv * test * test * test * fix unit test * fix unit test * fix onnx script * update mmcv url * fix typo * fix some doc * Bump version * resolve comments * Fix version bug Co-authored-by:
ZwwWayne <wayne.zw@outlook.com>
-
- Jul 01, 2020
-
-
Wenwei Zhang authored
* Complete model zoo models * Update performance * Update links
-
- Jun 16, 2020
-
-
Cao Yuhang authored
-
- Jun 08, 2020
-
-
Wenwei Zhang authored
* Add resnext x101 32x8d * Use consistent name * Use right img norm * Fix bug in 32x8d backbone * performance done, links TBD
-
- Jun 03, 2020
-
-
Wenwei Zhang authored
* Update links * clean empty link
-
- Jun 02, 2020
-
-
Wenwei Zhang authored
* add 3x link * Update model links * clean scripts * fix typo
-
- May 28, 2020
-
-
Jerry Jiarui XU authored
* update model_zoo url * update mmcv version requirement
-
- May 23, 2020
-
-
Wenwei Zhang authored
* Update model performance * Update performance * Fix unsaved change * add conflict check
-
- May 21, 2020
-
-
Cao Yuhang authored
* update inf speed * update some models * update benchmark config and model * add no aug config * merge log model table with performance table * add detectron2 url
-
- May 02, 2020
-
-
Wenwei Zhang authored
* Add fsaf into regression benchmark * Cover more cases in unittest & regression benchmark * Minor fix * rm nas_fpn from test_pipeline * avoid duplicated cfgs
-
Cao Yuhang authored
* add configs for all models * fix some configs * Add benchmark models * update some benchmarks * Fix retina config * add more benchmarks * update MODEL_ZOO.md * fix cascade mask num_class bug * change caffe pretrained url * fix paramwise_cfg bug * fix paramwise cfg * restrict minimum h and w in crop_and_resize * add grad clip for fcos * add grad clip for ga retinanet * fix grad clip * fix img norm * fix rpn loss bbox * fix rpn proposal num * fix url * clean * update comparison * minor update * add grad clip for guided anchoring * fix some typos * add inference time details * clean Co-authored-by:
ZwwWayne <wayne.zw@outlook.com>
-
- Apr 27, 2020
-
-
Wang Xinjiang authored
* added background label to assign function * fixed the background label as -1 in all assigners Co-authored-by:
wangxinjiang <wangxinjiang@sensetime.com>
-
- Apr 11, 2020
-
-
Wenwei Zhang authored
* Refactor (training cfgs): change default training settings for better performance * Change RoIAlign sample num & caffe img norm * Refactor (LR): change 1/1000 to 0.001
-
- Apr 03, 2020
-
-
Cao Yuhang authored
* refactor mask structure * update and add comment * update test_config, add crop_and_resize * update to comment * add unittest * Update .travis.yml * add iter test * check mask type in albu Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
- Mar 24, 2020
-
-
Jerry Jiarui XU authored
* delete work_dir in all configs * add comment on work_dir priority
-
- Mar 23, 2020
-
-
Jerry Jiarui XU authored
* add new config sample and check scripts * context managere to prevent import * refactor backbone, add caffe * add fast rcnn * all basci config done * rm coco_proposal * add scratch, wider_face, voc * add reppoints * delete device id, auto resume * add libra_rcnn, ms_rcnn, nas_fpn * add hrnet, fcos * add free_anchor, gn, grid_rcnn, guided_anchoring, gcnet, ghm, gn+ws * finished all, but some need refactor and unified logic * fixed albu * update ReseNet101 * reduce ResNet101, add norm_cfg, 4conv1fc * refactor caffe backbone * merge act_cfg, dcn from master * rename 2fc head, add 4conv1fc head * delete 4con1fc model * rename components -> _base_ * flatten _base_ * refactor _base_ structure * refactor config structure * reduce _base/models * rename all config * add _coco inside configs * fixed _coco in files * fixed albu in test * migrate to new sys * fixed test * fixed test * rm cascade, fast_rcnn * rm cascade, fast_rcnn from _base_ * fixed fcos_center * rename from rule * collopse third party model * fixed test * fixed some minor bug * rename gn-neck_head -> gn-neck+head
-