- Nov 27, 2019
-
-
Wenwei Zhang authored
-
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.
-
- Nov 26, 2019
-
-
Korabelnikov Aleks authored
cache pip, use 'before script' as it done in mmcv, see https://github.com/open-mmlab/mmdetection/issues/1658
-
- Nov 24, 2019
-
-
Thomas Hossler authored
-
- Nov 23, 2019
-
-
Kai Chen authored
-
- Nov 22, 2019
-
-
Daniel Suess authored
* Clip proposal boxes to valid range in single_mask_target * Fix the clipping value in mask_target_single
-
Thang Vu authored
-
- Nov 21, 2019
-
-
Wenwei Zhang authored
-
- Nov 10, 2019
-
-
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
-
- Nov 07, 2019
-
-
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.
-
- Nov 05, 2019
-
-
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
-
Vladimir Iglovikov authored
-
Korabelnikov Aleks authored
Add print of area range to each metric table. Now metrics are looking better.
-
- Oct 26, 2019
-
-
Korabelnikov Aleks authored
Found out that this method is required. The torch.nn.Module doesn't contain this method thus you need to implement it
-
- 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
-
- Oct 24, 2019
-
-
simon wu authored
-
- Oct 23, 2019
-
-
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
-
- Oct 17, 2019
-
-
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
-
- Oct 15, 2019
-
-
Vladimir Iglovikov authored
* Added pre-commit hook * Trigger CI
-
- Oct 14, 2019
-
-
Zhuliang Yao authored
-
Jirka Borovec authored
* update Travis build * freeze pytorch 1.2 * Install the latest pytorch instead of 1.2 * Revert "Install the latest pytorch instead of 1.2" This reverts commit d269d2144f9c3b00816b00c31b2b7aa0c5c595f7.
-
- Oct 11, 2019
-
-
Lawrence authored
* Delete transforms.py * Delete extra_aug.py * Update __init__.py
-
- Oct 10, 2019
-
-
Jon Crall authored
-
- Oct 08, 2019
- Oct 07, 2019
-
-
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
-
- Oct 05, 2019
-
-
tyomj authored
* Albumentations wrapper * 2 single quote format * version >= 0.3.2
-
- Oct 04, 2019
-
-
Jon Crall authored
-
- Oct 03, 2019
- Oct 02, 2019
-
-
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
-
Jon Crall authored
* Enable doctests in CI with xdoctest * use xdoctest in travis file * Fix doctest warnings * dont test eggs directory * Ensure xdoctest is installed before running CI
-