- 31 Jan, 2020 1 commit
-
-
Kai Chen authored
* add logger utils * replace get_root_logger() and logger.info() with print_log() * fix a typo * minor fix for the format of StreamHandler
-
- 18 Jan, 2020 1 commit
-
-
CapMocha authored
fix a bug for distributed training in windows platform
-
- 27 Dec, 2019 1 commit
-
-
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>
-
- 25 Dec, 2019 1 commit
-
-
Kai Chen authored
-
- 24 Dec, 2019 1 commit
-
-
Kai Chen authored
* init logger before constructing Runner * use mmdet logger for loading checkpoints * bug fix for abstract methods
-
- 22 Dec, 2019 1 commit
-
-
Kai Chen authored
-
- 21 Dec, 2019 1 commit
-
-
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
-
- 18 Dec, 2019 1 commit
-
-
Cao Yuhang authored
-
- 10 Nov, 2019 1 commit
-
-
Thang Vu authored
-
- 07 Nov, 2019 1 commit
-
-
Korabelnikov Aleks authored
* prevent silent skip of validation #1594 see https://github.com/open-mmlab/mmdetection/issues/1594 * correct for flake8
-
- 08 Oct, 2019 1 commit
-
-
Jon Crall authored
-
- 25 Aug, 2019 1 commit
-
-
Kai Chen 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
-
- 09 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 07 Aug, 2019 1 commit
-
-
Demetris Marnerides authored
* Allowing validation dataset for computing validation loss * added validation dataset * fixing datasets errors * Fixing linting errors
-
- 31 Jul, 2019 2 commits
- 26 Jul, 2019 1 commit
-
-
Demetris Marnerides authored
* Added Registry use for validation datasets (distributed) * Allowing for default_args for build_dataset * Using build_dataset instead of build_from_cfg
-
- 15 Jul, 2019 1 commit
-
-
simon wu authored
* Inference API support video * Using mmcv.VideoReader to read video * modify
-
- 28 Jun, 2019 1 commit
-
-
Cao Yuhang authored
* add fp16 support * fpn donot need bn normalize * refactor wrapped bn * fix bug of retinanet * add fp16 ssd300 voc, cascade r50, cascade mask r50 * fix bug in cascade rcnn testing * add support to fix bn training * add fix bn cfg * delete fixbn cfg, mv fixbn fp16 to a new branch * fix cascade mask fp16 bug in test * fix bug in cascade mask rcnn fp16 test * add more fp16 cfgs * add fp16 fast-r50 and faster-dconv-r50 * add fp16 test, minor fix * clean code * fix config work_dir name * add patch func, refactor code * fix format * clean code * move convert rois to single_level_extractor * fix bug for cascade mask, the seg mask is ndarray * refactor code, add two decorator force_fp32 and auto_fp16 * add fp16_enable attribute * add more comment, fix format and test assertion * fix pep8 format error * format commont and api * rename distribute to distributed, fix dict copy * rename function name * move function, add comment * remove unused parameter * mv decorators into decorators.py, hook related functions to hook * add auto_fp16 to forward of semantic head * add auto_fp16 to all heads and fpn * add docstrings and minor bug fix * simple refactoring * bug fix for patching forward method * roi extractor in fp32 mode * fix flake8 error * fix ci error * add fp16 support to ga head * remove parallel test assert * minor fix * add comment in build_optimizer * fix typo in comment * fix typo enable --> enabling * udpate README
-
- 22 Jun, 2019 1 commit
-
-
Kai Chen authored
-
- 29 May, 2019 1 commit
-
-
Vladislav Sovrasov authored
-
- 20 May, 2019 1 commit
-
-
Jiangmiao Pang authored
* Reformat use yapf 0.27.0 * Add yapf style file
-
- 17 May, 2019 2 commits
-
-
Kai Chen authored
* update the high-level inference api * save classes in meta data and use it for visualization
-
Cao Yuhang authored
* add fcos * use P5 instead of C5 * add relu before extra convs in FPN * add singleclass_nms, use caffe2 lr * fix log interval * use caffe2init and relu in extra layers * fix scale layer, use p5 instead of c5 * fix focs target * refactor code * delete useless file * clean * refactor code * change num_classes to cls_out_channels * fix bug of in get_bboxes * fix bug in test * add r101 2x cfg * ms use value mode, add x101-64x4d cfg * add more comment and rename some variable * rename centers to points, modify doc string of distance2bbox * add fcos detector, replace frozen with requires_grad * add README.md * add r101-1x performance, rename cfg, add detector FCOS * update fcos r50 2x performance, remove fpn caffe2 initialize * fix flake8 error * rename cfg * fix grammar error of some comments * minor fix comment * change work_dir to be consistent with config name * add FCOS support in README
-
- 15 May, 2019 1 commit
-
-
Kai Chen authored
* support param-wise optimizer settings * fix outdated docstring * minor fix for param checking
-
- 12 May, 2019 1 commit
-
-
zhijl authored
-
- 29 Apr, 2019 1 commit
-
-
Kai Chen authored
-
- 17 Apr, 2019 1 commit
-
-
Kai Chen authored
* implement _init_dist_slurm() * add slurm train/test scripts * fix linting error * minor fix
-
- 24 Mar, 2019 1 commit
-
-
Bo Li authored
* Update README.md * Update inference.py * Update README.md * Update inference.py Added mask visualization part for inferring. * Update README.md * Update inference.py * Update inference.py convert all tabs to spaces * Update inference.py
-
- 22 Feb, 2019 1 commit
-
-
高志华 authored
* Update inference.py fix inference bug, the default keep_ratio is True...But SSD should be false * Update inference.py format correct * Update inference.py A more stable way * Update inference.py * Update inference.py
-
- 19 Dec, 2018 1 commit
-
-
pangjm authored
-
- 11 Dec, 2018 2 commits
- 15 Oct, 2018 1 commit
-
-
myownskyW7 authored
-
- 12 Oct, 2018 2 commits