- Jan 27, 2021
-
-
Haian Huang(深度眸) authored
* Categorize tools * Update docs * Rename tools * Tool organization
-
- Jan 02, 2021
-
-
Wenwei Zhang authored
* fix typo in doc * update register * also resolve #4334
-
- Nov 26, 2020
-
-
Jerry Jiarui XU authored
* [Feature] Add best ckp hook * update docstring * Fixed evaluate * make key_indicator default None * add test, and OrderDict * add test fot best checkpoint hook * delete comments * add more info * fixed eval metric * remove key_indicator * update doc * fixed test.py/eval_metric.py * fixed dist * compatible with mmcv * more test * revert voc0712
-
- Nov 14, 2020
-
-
Wang Xinjiang authored
* add tpfp func * fix docstring * Resolve comments
-
- Aug 23, 2020
-
-
Wang Xinjiang authored
* Add init_eval to evaluation hook * Add start to eval hook * fix docstring * fix docstring * Support tmpdir in DistEvalHook. * change according to comments * Resolve comments * Resolve comments and add unittest * Simplify the code * Deal with negative start number. * small change
-
- Aug 20, 2020
-
-
Jerry Jiarui XU authored
* Add eval-option flag for testing * Update description * Add BC * Update docs * merge with cfg.evaluate * add more info * add more keys to pop * add docs
-
- Jul 04, 2020
-
-
Kai Chen authored
* update docstring formats * fix :func: * minor update
-
- Jun 11, 2020
-
-
Thang Vu authored
-
- May 10, 2020
-
-
Maxim Bonnaerens authored
Fixes memory leak, resolves #2670
-
- May 05, 2020
-
-
Kai Chen authored
* add api doc * update mock modules and fix requirements * fix autodoc modules * remove tmp file * add release version in docs/conf.py * fix docstring styles
-
Jerry Jiarui XU authored
-
- Apr 29, 2020
-
-
Maxim Bonnaerens authored
-
- Apr 25, 2020
-
-
Wenwei Zhang authored
* Change .format to f-string * Resolve comments * Fix missing change
-
- 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>
-
- Apr 06, 2020
-
-
Wenwei Zhang authored
* Refactor (all): change coordinate system * Fix (mask_head): fix cat -1 bug in mask_paste * Fix (unittest) : modify unittest and pass CI * reformat to pass CI * Fix round coordinates bugs * clean file * Fix (test): use cpu version of aligned roi_align in tests * Refactor (mask): clean np.stack * Refactor (head): reformat code and fix missing -1 * Reformat: reformat and add doc strings * Refactor (mask_head): more clea docstring
-
- Apr 01, 2020
-
-
Ye Liu authored
-
- Mar 07, 2020
-
-
Kai Chen authored
-
- Mar 01, 2020
-
-
Jerry Jiarui XU authored
* reimplement cityscapes * fixed gt bbox mode * convert cityscapes to coco style, add cityscapes eval * add cityscapes convert script * add doc * Update INSTALL.md * Update INSTALL.md * update fater rcnn * fix cityscapes eval * support format only in cityscapes * add docs * remove redundancy * resolve eval * update cityscapes md * more doc and rename * update doc and cfg * change to test set
-
- Feb 19, 2020
-
-
Wenwei Zhang authored
-
- 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>
-
- Jan 31, 2020
-
-
Kai Chen authored
* add logger utils * replace get_root_logger() and logger.info() with print_log() * fix a typo * minor fix for the format of StreamHandler
-
- Dec 31, 2019
-
-
Kai Chen authored
* refactoring mAP evaluation * fix logger type
-
- Nov 22, 2019
-
-
Thang Vu authored
-
- Nov 05, 2019
-
-
Korabelnikov Aleks authored
Add print of area range to each metric table. Now metrics are looking better.
-
- Oct 25, 2019
-
-
Wenwei Zhang authored
* also support to view ap * change string format * eval class_wise in coco_eval * reformat * class_wise API from detectron * reformat * change code source * reformat, use terminaltable
-
- Sep 25, 2019
-
-
Raymond Tunstill (Kirk) authored
* Fixed coco_eval bug where seg length check could be wrong (#1376) * Added check for segm counts field to check if the decode method is present * Changed classes length check to more general check * Fixed coco_utils.py to be more robust condition for mask lasbelling * Added seg length check to ensure two objects exist * Added type check over len check * Check for only tuple
-
- Sep 10, 2019
-
-
Cao Yuhang authored
* fix bug when using coco_eval evaluate * raise TypeError
-
- Aug 23, 2019
-
-
Kai Chen authored
* define data pipelines * update two config files * minor fix for config files * allow img_scale to be optional and update config * add some docstrings * add extra aug to transform * bug fix for mask resizing * fix cropping * add faster rcnn example * fix imports * fix robustness testing * add img_norm_cfg to img_meta * fix the inference api with the new data pipeline * fix proposal loading * delete args of DefaultFormatBundle * add more configs * update configs * bug fix * add a brief doc * update gt_labels in RandomCrop * fix key error for new apis * bug fix for masks of crowd bboxes * add argument data_root * minor fix * update new hrnet configs * update docs * rename MultiscaleFlipAug to MultiScaleFlipAug * add __repr__ for all transforms * move DATA_PIPELINE.md to docs/ * fix image url
-
- Jul 31, 2019
- Jul 29, 2019
-
-
Kai Chen authored
* format the codebase with yapf * add yapf to travis
-
- Jul 27, 2019
-
-
Claudio Michaelis authored
* added cityscapes * updated configs * removed wip configs * Add initial dataset instructions * Add cityscapes readme * Add explanation for lr scaling * Ensure pep8 conformity * Add CityscapesDataset to the registry * add benchmark * rename config, modify README.md * fix typo * fix typo in config * modify INSTALL.md Update information how to arrange cityscapes data. * Add cityscapes class names
-
- Jul 26, 2019
-
-
Demetris Marnerides authored
* Added Registry use for validation datasets (distributed) * Allowing for default_args for build_dataset * Using build_dataset instead of build_from_cfg
-
- Jul 25, 2019
-
-
Tzu-Chan (Alice) Chuang authored
* Add exceptions handling while validating * fix lint * add Exception type
-
- Jun 22, 2019
-
-
Kai Chen authored
-
- Jun 19, 2019
-
-
Vladislav Sovrasov authored
* Add support of the wider face dataset * Update readme * Prevent ignoring boxes in test mode * Rename wider to wider_face * Rename configs for wider face
-
- Jun 17, 2019
-
-
Cao Yuhang authored
-
- May 20, 2019
-
-
Jiangmiao Pang authored
* Reformat use yapf 0.27.0 * Add yapf style file
-
- Apr 11, 2019