- 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 18, 2021
-
-
Jerry Jiarui XU authored
* Move train_cfg/test_cfg into model * fixed fsaf * fixed missing
-
- Jan 11, 2021
-
-
Haian Huang(深度眸) authored
-
- 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>
-
- May 24, 2020
-
-
Wang Xinjiang authored
* Add upsample_cfg support in FPN * small fix * Add multiple extra conv sources * small logical fix * Add neck tests for fpn * Add neck tests for fpn * fixed several typos * resolved issues * Removed extra_convs_source option * added necks to apis.rst * change according to comments * reconfigured configs
-
- 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
-
-
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 08, 2020
-
-
Wenwei Zhang authored
* Refactor (all): all category -1 in anchor/bbox head and anchor/bbox target assign * Fix (datasets): remove label + 1 in datasets * Fix (bbox_head): fix bug of fc_cls that forget + 1 * Fix (atss_head & free_anchor): fix cat -1 bugs * Fix (mask_head): remove label + 1 in mask heads * fix atss * Fix (rpn): fix cross_entropy_loss bug of RPN * Fix (anchor_head): fix typo * Refactor (anchor_head): use background_label rather than num_classes to indicate background class * Refactor (docstring): add and reformat docstrings * fix mask iou head * Fix (mask_head): fix cat -1 bug * Fix (mask_head): fix bug in mask inference * Add (tests): add tests for mask rcnn and mask heads * Refactor (unittest): refactor test_forward * Refactor (new_empty): use new_full rather than new_empty * Refactor (background_label): check background_label * Add TODO * Refactor (unittest): allow BP in unittest Co-authored-by:
Cao Yuhang <yhcao6@gmail.com>
-
- Mar 26, 2020
-
-
Jerry Jiarui XU authored
* add norm_eval * upgrade mmcv
-
- 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
-
- Mar 12, 2020
-
-
Wenwei Zhang authored
* fix (dcn): fix config bugs and group bugs of dcn * keep groups in backbone rather than in dcn configs * fix (htc dcn): rm groups in htc dcn config
-
- Mar 11, 2020
-
-
Jerry Jiarui XU authored
* add norm_cfg in ResNet pytorch backbone * delete redundent fields
-
- Mar 01, 2020
-
-
Kai Chen authored
* update pre-commit hook config * fix styles conflicting with pre-commit hooks
-
- Feb 11, 2020
-
-
Kai Chen authored
* move evaluation part to datasets * use dataset.evaluate() in testing scripts * remove redundant codes * fix some log formats * update config with evaludation * move evaluation below dataset * remove coco_utils.py and fix test_robustness Co-authored-by:
Jerry Jiarui XU <xvjiarui0826@gmail.com>
-
- Feb 07, 2020
-
-
Jiaqi Wang authored
* add reppoints without gn * fix
-
- Oct 24, 2019
-
-
simon wu authored
-
- Aug 26, 2019
- Aug 25, 2019
-
-
v-zeya authored
-