- 02 Apr, 2020 3 commits
-
-
taokong authored
-
- 01 Apr, 2020 1 commit
-
-
taokong authored
-
- 31 Mar, 2020 1 commit
-
-
WXinlong authored
-
- 28 Mar, 2020 1 commit
-
-
WXinlong authored
-
- 31 Jan, 2020 1 commit
-
-
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
-
- 02 Jan, 2020 1 commit
-
-
Wenwei Zhang authored
* add doc for setting slurm port * update default * add instruction for port * add evaluate interval * update docs * fix typo Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
- 31 Dec, 2019 1 commit
-
-
Kai Chen authored
* refactoring mAP evaluation * fix logger type
-
- 25 Dec, 2019 1 commit
-
-
Kai Chen authored
-
- 24 Dec, 2019 1 commit
-
-
Kai Chen authored
* init logger before constructing Runner * use mmdet logger for loading checkpoints * bug fix for abstract methods
-
- 22 Dec, 2019 2 commits
- 14 Dec, 2019 1 commit
-
-
Kai Chen authored
* collect env info for trouble shoting * minor fix * update the issue template * fix the travis building * update setup classifiers
-
- 29 Nov, 2019 1 commit
-
-
valuefish authored
* add multi nodes distributed test support * fix bug in htc.py when keep_all_stages turn on * remove package imported but unused in test.py * reformat code in test.py * support both cpu & gpu for gathering * reformat * clean code, add doc * add docstring * reformat doc string
-
- 27 Nov, 2019 1 commit
-
-
Wenwei Zhang authored
-
- 25 Oct, 2019 1 commit
-
-
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
-
- 02 Oct, 2019 1 commit
-
-
Claudio Michaelis authored
-
- 23 Aug, 2019 1 commit
-
-
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
-
- 22 Aug, 2019 2 commits
-
-
Dhananjai Sharma authored
If list gt_ignore was empty, it should become None after the following if statement: if not gt_ignore, which was not getting handled correctly. Changed gt_ignore = gt_ignore to gt_ignore = None.
-
Jiaqi Wang authored
* add coco analyze tool * update * update * update * update * update
-
- 12 Aug, 2019 1 commit
-
-
Kai Chen authored
* add flops counter * minor fix * add forward_dummy() for most detectors * add documentation for some tools
-
- 09 Aug, 2019 2 commits
- 08 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 07 Aug, 2019 1 commit
-
-
Demetris Marnerides authored
* Allowing validation dataset for computing validation loss * added validation dataset * fixing datasets errors * Fixing linting errors
-
- 02 Aug, 2019 1 commit
-
-
Claudio Michaelis authored
* Add robust detection benchmark * Update readmes * Changed readmes for pull request * Ensure pep8 conformity * fixed formatting * Fix yapf errors * minor formatting * fix imports order
-
- 31 Jul, 2019 1 commit
-
-
Kai Chen authored
* add isort config * use isort to sort imports * add isort to travis
-
- 29 Jul, 2019 1 commit
-
-
Kai Chen authored
* format the codebase with yapf * add yapf to travis
-
- 25 Jul, 2019 2 commits
-
-
Vladimir Iglovikov authored
* Added an option to save inference results to the json file * flake8 fixes * yapf fixes
-
Claudio Michaelis authored
* Add option to use linear scaling rule * Ensure pep8 conformity
-
- 15 Jul, 2019 1 commit
-
-
simon wu authored
* Require an operation(Save or Show the results) when testing * using parentheses
-
- 04 Jul, 2019 1 commit
-
-
Kai Chen authored
* use registry to manage datasets * bug fix for concat dataset * update documentation to fit the new api
-
- 28 Jun, 2019 1 commit
-
-
Cao Yuhang authored
* add fp16 support * fpn donot need bn normalize * refactor wrapped bn * fix bug of retinanet * add fp16 ssd300 voc, cascade r50, cascade mask r50 * fix bug in cascade rcnn testing * add support to fix bn training * add fix bn cfg * delete fixbn cfg, mv fixbn fp16 to a new branch * fix cascade mask fp16 bug in test * fix bug in cascade mask rcnn fp16 test * add more fp16 cfgs * add fp16 fast-r50 and faster-dconv-r50 * add fp16 test, minor fix * clean code * fix config work_dir name * add patch func, refactor code * fix format * clean code * move convert rois to single_level_extractor * fix bug for cascade mask, the seg mask is ndarray * refactor code, add two decorator force_fp32 and auto_fp16 * add fp16_enable attribute * add more comment, fix format and test assertion * fix pep8 format error * format commont and api * rename distribute to distributed, fix dict copy * rename function name * move function, add comment * remove unused parameter * mv decorators into decorators.py, hook related functions to hook * add auto_fp16 to forward of semantic head * add auto_fp16 to all heads and fpn * add docstrings and minor bug fix * simple refactoring * bug fix for patching forward method * roi extractor in fp32 mode * fix flake8 error * fix ci error * add fp16 support to ga head * remove parallel test assert * minor fix * add comment in build_optimizer * fix typo in comment * fix typo enable --> enabling * udpate README
-
- 17 Jun, 2019 1 commit
-
-
Cao Yuhang authored
-
- 11 Jun, 2019 1 commit
-
-
lizz authored
* Set LOCAL_RANK in script. Fix multiple checkpoint download bug Signed-off-by:
innerlee <363664470@qq.com> * beautify Signed-off-by:
innerlee <363664470@qq.com>
-
- 03 Jun, 2019 1 commit
-
-
Kai Chen authored
-
- 29 May, 2019 1 commit
-
-
Vladislav Sovrasov authored
-
- 24 May, 2019 1 commit
-
-
Jiaqi Wang authored
* add detectron2pytorch * update
-
- 20 May, 2019 1 commit
-
-
Jiangmiao Pang authored
* Reformat use yapf 0.27.0 * Add yapf style file
-