- Dec 23, 2020
-
-
Wenwei Zhang authored
* add FAQ doc in error-report * resolve lint error
-
- Dec 22, 2020
-
-
Qiaofei Li authored
* get the last epoch from config * read eval metrics from the config key * read the latest log from multiple logs * use lower case of RESULTS_LUT * handle evaluation key with VOC dataset case * toy
-
- Sep 24, 2020
-
-
Ryan Li authored
* fix bc break of mmdet.core.fp16, refactor import of wrap_fp16_model * changed warning method * added docstring for Depr_Fp16OptimizerHook * docformatter * fix docstring * changed names from depr to deprecated
-
- Sep 21, 2020
-
-
Cao Yuhang authored
* add batch test scripts * update slurm * add ar computer * clean * add some comments * fix bug * minor fix
-
- Sep 04, 2020
-
-
Cao Yuhang authored
* Bump to v2.4.0 * update change log and benchmark * reformat * fix typo * resolve comments * Update requirement in doc Co-authored-by:
ZwwWayne <wayne.zw@outlook.com>
-
ZwwWayne authored
-
ZwwWayne authored
-
- Aug 02, 2020
-
-
Wenwei Zhang authored
* Add ops warpper * Reformat * disable yapf * Add comments
-
- Jul 20, 2020
-
-
Wenwei Zhang authored
* Refine docs and fix format issues * reformat * fix mock * Refine format * Reorganize tutorials
-
- Jul 01, 2020
-
-
Wenwei Zhang authored
* Complete model zoo models * Update performance * Update links
-
- Jun 28, 2020
-
-
Wenwei Zhang authored
-
- Jun 27, 2020
-
-
Wenwei Zhang authored
-
- Jun 02, 2020
-
-
Wenwei Zhang authored
* add 3x link * Update model links * clean scripts * fix typo
-
- May 23, 2020
-
-
Wenwei Zhang authored
* Update model performance * Update performance * Fix unsaved change * add conflict check
-
- May 13, 2020
-
-
Wenwei Zhang authored
* Add benchmark gathering scripts * Add auto test scripts * Simplify assert * Only push model gathering scripts Co-authored-by:
zww <zhangwenwei@sensetime.com>
-
- 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
-
- May 01, 2020
-
-
Wang Xinjiang authored
* starting to merge fsaf * changed configs * changed bbox_coder * get_targets fun in AnchorHead class is modified to enable additional returns from _get_target_single * effective area assigner and tblr bbox_coder are implemented * added fsaf_head and config * added more fsaf configs * fixed the nan bbox_loss by clamping bbox_pred with min=1e-4 * fixed the nan bbox_loss by clamping bbox_pred with min=1e-4 * changed config * formatter * changed docstring * Added ignored pixel-class pair for FSAF * More elegant assignment for overlapping objects * more documents in effective area assigner * fixed a bug in object overlay * Added no gt_bboxes case and pytest for assigner * Added no gt_bboxes case and pytest for assigner * changed default config * fixed small bugs in FSAF head doc example * resolved pr review comments. 1. Formats of comments and docstrings are modified 2. Obsolete arguments are removed from FSAFHead 3. AssignResults class is revised to be more compatible with old version * Added more comments to FSAFHead * resolved pr review comments * resolved pr review comments 1. More flexible CenterRegionAssigner bbox priority 2. More flexible tblr_coder by adding normalize_by_wh flag 3. README modifications with model link 4. More docstrings and comments 5. Reformatted 6. Change of default normalizer in TBLRBBoxCoder from 1.0 to 4.0 * Corrected FSAF model path in readme * Fixed the bug of bbox weights in fsaf head Co-authored-by:
wangxinjiang <wangxinjiang@sensetime.com>
-
- Apr 25, 2020
-
-
Wenwei Zhang authored
* Add scripts to filter out regression benchmark configs * Use 1x rather than 2x schedule * delete duplicated script * Fix typo
-