- 24 Dec, 2019 1 commit
-
-
Jon Crall authored
* Allow for images to contain zero true detections * Allow for empty assignment in PointAssigner * Allow ApproxMaxIouAssigner to return an empty result * Fix CascadeRNN forward when entire batch has no truth * Correctly assign boxes to background when there is no truth * Fix assignment tests * Make flatten robust * Fix bbox loss with empty pred/truth * Fix logic error in BBoxHead.loss * Add tests for empty truth cases * tests faster rcnn empty forward * Skip roipool forward tests if torchvision is not installed * Add tests for bbox/anchor heads * Consolidate test_forward and test_forward2 * Fix assign_results.labels = None when gt_labels is given; Add test for this case * Fix OHEM Sampler with zero truth * remove xdev * resolve 3 reviews * Fix flake8 * refactoring * fix yaml format * add filter flag * minor fix * delete redundant code in load anno * fix flake8 errors * quick fix for empty truth with masks * fix yapf error * fix mask padding for empty masks Co-authored-by:
Cao Yuhang <yhcao6@gmail.com> Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
- 02 Oct, 2019 1 commit
-
-
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
-
- 07 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 31 Jul, 2019 1 commit
-
-
Kai Chen authored
* add isort config * use isort to sort imports * add isort to travis
-
- 21 May, 2019 1 commit
-
-
Jiangmiao Pang authored
* Fix license in setup.py * Add code for loss evaluator * Configs support loss evaluator * Fix a little bug * Fix flake8 * return revised bbox to reg * return revised bbox to reg * revision according to comments * fix flake8
-
- 20 May, 2019 1 commit
-
-
Jiangmiao Pang authored
* Reformat use yapf 0.27.0 * Add yapf style file
-
- 13 May, 2019 1 commit
-
-
Kai Chen authored
* rename normalize to norm_cfg * update configs * Update resnet.py
-
- 27 Apr, 2019 1 commit
-
-
Kai Chen authored
* add support for weight standardization * add ws support for htc heads * add a config file for 20-23-24e lr schedule * update readme of weight standardization
-
- 14 Jan, 2019 1 commit
-
-
Kai Chen authored
-
- 18 Dec, 2018 1 commit
-
-
ThangVu authored
-
- 10 Dec, 2018 2 commits
- 24 Oct, 2018 1 commit
-
-
Kai Chen authored
-
- 21 Oct, 2018 1 commit
-
-
Kai Chen authored
-
- 20 Oct, 2018 1 commit
-
-
Kai Chen authored
-
- 07 Oct, 2018 1 commit
-
-
Kai Chen authored
-
- 12 Sep, 2018 1 commit
-
-
pangjm authored
-