- Jan 13, 2020
-
-
Jiangmiao Pang authored
* Fix IoU sampling * Update config of libra rcnn with the latest code
-
Jon Crall authored
* Fix issue in refine_bboxes and add doctest * fix pillow version on travis * Fixes based on review * Fix errors in doctest and add comprehensive unit test * Fix linting error
-
- Jan 11, 2020
-
-
Kai Chen authored
-
- Jan 07, 2020
-
-
Cao Yuhang authored
-
mengfu188 authored
--- def forward(x): # should return a tuple +++ def forward(self, x): # should return a tuple
-
- Jan 04, 2020
-
-
GothicAi authored
* add instaboost in coco.py * Revert "add instaboost in coco.py" This reverts commit 51af81ef88991782d54750761ef2dd394c7a38a8. * add instaboost in data pipeline * code format * Update requirements.txt * add README.md * bug fix * add link * Update README.md * install instaboost when necessary, keep r50 cfgs only * ready to merge * fix typo * pass yapf * minor formats Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com> Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
- Jan 02, 2020
-
-
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>
-
saltknox authored
-
- Dec 31, 2019
-
-
Mingyao Li authored
-
Kai Chen authored
* refactoring mAP evaluation * fix logger type
-
Rinat Shigapov authored
-
- Dec 27, 2019
-
-
Kai Chen authored
-
Karol Majek authored
* per class color in mask rcnn * fix max label id * pass flake8 * correct the annotation Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com> Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
Cao Yuhang authored
* add crop seg to RandomCrop trans * minor fix comment
-
- Dec 25, 2019
-
-
Kai Chen authored
-
Kai Chen authored
* add NASFPN * minor fixes * fix downsample, add norm to lateral * update downsample and configs * remove additional blank line * update docs * add benchmark * minor fix Co-authored-by:
Cao Yuhang <yhcao6@gmail.com>
-
Kai Chen authored
* init logger before constructing Runner * use mmdet logger for loading checkpoints * bug fix for abstract methods
-
- Dec 24, 2019
-
-
Kai Chen authored
-
Kai Chen authored
* use sphinx to generate docs * fix flake8 linting * update docs
-
Cao Yuhang authored
* Split seg trans * Modify cfg * fix typo
-
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>
-
- Dec 23, 2019
-
-
Kai Chen authored
* fix the return value of ga_shape_target_single * fix the code format
-
- Dec 22, 2019
- Dec 21, 2019
-
-
Rinat Shigapov authored
* async inference support * implemented concurrent decorator * fixes for Python versions < 3.7 * async methods depend on python version * revert changes in forward method * async_test -> async_simple_test, debug logging is done via logger.debug * add async test * add asynctest to test requirements * async tests are run in Python 3.7 * check CUDA, add docs * fix device * run test only if CUDA is available * fix linting * custom operators can run on nondefault stream * set current stream in kernel launch configuration * example fixes * add async/sync interface comparison benchmark * fix linting
-
- Dec 18, 2019
-
-
Cao Yuhang authored
-
Xiaolin Wang authored
-
- Dec 17, 2019
-
-
Kai Chen authored
Fix loader for images with no proposals
-
- Dec 16, 2019
-
-
goolhanrry authored
-
- Dec 14, 2019
-
-
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
-
Kai Chen authored
* update to v1.0rc1 * update maintainers
-
- Dec 13, 2019
-
-
Jiangmiao Pang authored
-
- Dec 12, 2019
-
-
Vladislav Sovrasov authored
-
Kai Chen authored
-
- Dec 10, 2019
-
-
Jiangmiao Pang authored
-
- Nov 29, 2019
-
-
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
-
Thang Vu authored
-
Wenwei Zhang authored
* fix scale factor bug * reformat * clean code
-
- Nov 28, 2019
-
-
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
-