- 14 Dec, 2019 2 commits
-
-
Kai Chen authored
* collect env info for trouble shoting * minor fix * update the issue template * fix the travis building * update setup classifiers
-
Cao Yuhang authored
* Remove keep all stage code * remove keep_all_stage in config
-
- 13 Dec, 2019 1 commit
-
-
Jiangmiao Pang authored
-
- 12 Dec, 2019 1 commit
-
-
Kai Chen authored
-
- 10 Dec, 2019 1 commit
-
-
Jiangmiao Pang authored
-
- 29 Nov, 2019 2 commits
-
-
Thang Vu authored
-
Wenwei Zhang authored
* fix scale factor bug * reformat * clean code
-
- 28 Nov, 2019 3 commits
-
-
Cao Yuhang authored
* fix oom when there are too many gts * add gpu_assign_thr * add gpu assign thr to approx max iou assigner * upgrade yapf format
-
Wenwei Zhang authored
* reformat for yapf0.29 * fix conflicts of yapf and flake8 * flake 8 is prior than yapf
-
Matthew Dawkins authored
* Fix issues on no ignore boxes specified * add check during loading * change back * change transform.py back * fix box_filed bug & reformat * use append rather than extend
-
- 27 Nov, 2019 3 commits
-
-
Cao Yuhang authored
* add FreeAnchorRetinanet * fix std * refactor code * add cfg * fix bug in cfg * add annotation and clean * add readme * fix isort error * replace clip with torch.clamp * fix init typo * refactoring * clean * update benchmark * rename and delete some var * minor fix
-
Kai Chen authored
-
Zhao Wang authored
Change pad_d to pad_w at line 821 in deform_conv_cuda_kernel.cu, which is a typo.
-
- 24 Nov, 2019 1 commit
-
-
Thomas Hossler authored
-
- 22 Nov, 2019 2 commits
-
-
Daniel Suess authored
* Clip proposal boxes to valid range in single_mask_target * Fix the clipping value in mask_target_single
-
Thang Vu authored
-
- 10 Nov, 2019 3 commits
-
-
Jon Crall authored
* Fix simple_test for base and fast_rcnn detector * Add test of detector forward methods * Revert forward_test change and add docs indicating expected inputs for forward * fix linter
-
Korabelnikov Aleks authored
* Update GETTING_STARTED.md Found out that this method is required. The torch.nn.Module doesn't contain this method thus you need to implement it * update docstring see https://github.com/open-mmlab/mmdetection/issues/1582 * correct for flake8 * flake8: trailing space has removed
-
Thang Vu authored
-
- 07 Nov, 2019 3 commits
-
-
Korabelnikov Aleks authored
* prevent silent skip of validation #1594 see https://github.com/open-mmlab/mmdetection/issues/1594 * correct for flake8
-
Jon Crall authored
* Add tests for NMS * Fix linting errors * Add DeviceGaurd to nms_cuda
-
Korabelnikov Aleks authored
Allows to use not only 0.5 probability.
-
- 05 Nov, 2019 2 commits
-
-
continue authored
* Fix bug: index out of range when num_extra < len(indice) * Fix bug: index out of range when num_extra < len(indice) * formatter code
-
Korabelnikov Aleks authored
Add print of area range to each metric table. Now metrics are looking better.
-
- 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
-
- 23 Oct, 2019 4 commits
-
-
Jon Crall authored
* Fix GHM loss on CPU * Fix SSD head on CPU
-
Matthew Dawkins authored
* Still work if no img_prefix specified * Update default param to be empty string
-
Cao Yuhang authored
* Add seg transform to Expand and MinIoUCrop * fix bug of repr
-
Trayvon authored
-
- 17 Oct, 2019 1 commit
-
-
Jon Crall authored
* test that all configs can be loaded * Use in_channels correctly in anchor_head and guided_anchor_head * Fix lint errors. Only tests a subset of configs * remove local config * fix yapf * Remove slower tests * Remove debug code * trigger travis
-
- 14 Oct, 2019 1 commit
-
-
Zhuliang Yao authored
-
- 11 Oct, 2019 1 commit
-
-
Lawrence authored
* Delete transforms.py * Delete extra_aug.py * Update __init__.py
-
- 10 Oct, 2019 1 commit
-
-
Jon Crall authored
-
- 08 Oct, 2019 2 commits
- 07 Oct, 2019 1 commit
-
-
Jon Crall authored
* Doctests for AnchorHead and related code * Fix flake8 error * resolve review on transforms.py * Resolve comments * resolve commend about foreground classes * Add reference about bounding box delta encoding
-
- 05 Oct, 2019 1 commit
-
-
tyomj authored
* Albumentations wrapper * 2 single quote format * version >= 0.3.2
-
- 03 Oct, 2019 2 commits
- 02 Oct, 2019 1 commit
-
-
Tao Kong authored
* add foveabox support * format * fix * foveabox correct * fix mean and std in config * add foveabox in model zoo * fix work_dir, typo, fovea_target and config issues * add necessary comments * fix yapf issue in C1 check * fix yapf issue in C1 check * rename configs * update model urls and minor fix
-