- 11 Sep, 2019 1 commit
-
-
Chongruo Wu authored
* fix a bug for Modulated Deformable Convolution * resolve cases for CI test * resolve cases for CI test * resolve cases for CI test * create a new script * change dir name in config * update model url
-
- 10 Sep, 2019 1 commit
-
-
Cao Yuhang authored
* fix bug when using coco_eval evaluate * raise TypeError
-
- 09 Sep, 2019 1 commit
-
-
gfjiangly authored
* add g++ requirement for INSTALL.md. * fix bugs for cropping masks in RandomCrop. * simplify the code to fix bugs for cropping masks in RandomCrop.
-
- 05 Sep, 2019 1 commit
-
-
Ligeng Zhu authored
* Update deform_conv_cuda.cpp * Update deform_pool_cuda.cpp
-
- 31 Aug, 2019 2 commits
-
-
Tianheng Cheng authored
* fix config * rm DS_Store * add 28e * update model url
-
Yan authored
-
- 29 Aug, 2019 1 commit
-
-
Cao Yuhang authored
* fix bug of ssd * clean
-
- 27 Aug, 2019 1 commit
-
-
Kai Chen authored
add RepPoints support
-
- 26 Aug, 2019 2 commits
-
-
Han Hu authored
* add reppoints head, reppoints detector and the config files. * add reppoints generator, target and the center-based assigner. * add readme for RepPoints
- 25 Aug, 2019 6 commits
- 24 Aug, 2019 1 commit
-
-
Cao Yuhang 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 5 commits
-
-
Jirka Borovec authored
* add testing in Travis * add proj. requirements * install CUDA * def tested packages * add missing meta in setup * add empty test * restructure travis tests * add sample doctest * switch to nose2 * add sample test * using pytest * minor fixes
-
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.
-
Kai Chen authored
-
Jirka Borovec authored
-
Jiaqi Wang authored
* add coco analyze tool * update * update * update * update * update
-
- 15 Aug, 2019 1 commit
-
-
Gu Wang authored
-
- 14 Aug, 2019 1 commit
-
-
Tianheng Cheng authored
* update model zoo * update model zoo * update model links * update HRNet README * update HRNet README * remove .DS_Store * update HRNet results * update HRNet results and remove .DS_Store * update FCOS results * update HRFPN to support FCOS * remove blank line * remove blank line * update Modelzoo * update models * update model url * fix typo * fix typo * change name of backbones * add 20e to cascade w18 * update url
-
- 12 Aug, 2019 1 commit
-
-
Kai Chen authored
* add flops counter * minor fix * add forward_dummy() for most detectors * add documentation for some tools
-
- 11 Aug, 2019 2 commits
- 10 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 09 Aug, 2019 3 commits
- 08 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 07 Aug, 2019 6 commits
-
-
simon wu authored
* Fix bug of FCOS when image has no positive sample * somes changes for fcos
-
liushuchun authored
-
Kai Chen authored
-
Kai Chen authored
-
Demetris Marnerides authored
* Allowing validation dataset for computing validation loss * added validation dataset * fixing datasets errors * Fixing linting errors
-
Dhananjai Sharma authored
* Added vertical flipping in bbox_flip * Fixed linting errors * Fixed linting errors * Added a blank line in docstrings * Fixed linting errors.
-
- 06 Aug, 2019 1 commit
-
-
simon wu authored
-