- 24 Dec, 2019 1 commit
-
-
Kai Chen authored
* use sphinx to generate docs * fix flake8 linting * update docs
-
- 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
-
- 21 Nov, 2019 1 commit
-
-
Wenwei Zhang authored
-
- 26 Oct, 2019 1 commit
-
-
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
-
- 04 Oct, 2019 1 commit
-
-
Jon Crall 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
-
- 22 Aug, 2019 1 commit
-
-
Jirka Borovec authored
-
- 12 Aug, 2019 1 commit
-
-
Kai Chen authored
* add flops counter * minor fix * add forward_dummy() for most detectors * add documentation for some tools
-
- 10 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 09 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 08 Aug, 2019 1 commit
-
-
Kai Chen authored
-
- 15 Jul, 2019 1 commit
-
-
simon wu authored
* Inference API support video * Using mmcv.VideoReader to read video * modify
-
- 04 Jul, 2019 1 commit
-
-
Kai Chen authored
* use registry to manage datasets * bug fix for concat dataset * update documentation to fit the new api
-
- 01 Jul, 2019 1 commit
-
-
Lawrence authored
fix typo
-
- 28 Jun, 2019 1 commit
-
-
Kai Chen authored
-
- 25 Jun, 2019 1 commit
-
-
Nattichai Sutipanwihan authored
-
- 22 Jun, 2019 1 commit
-
-
Kai Chen authored
* update some docs * update the lr adjusting rule
-
- 09 Jun, 2019 1 commit
-
-
Chang Si authored
-
- 05 Jun, 2019 1 commit
-
-
Bingchen Zhao authored
-
- 31 May, 2019 1 commit
-
-
SlideLucask authored
update init_detector() & inference_detector() parameter
-
- 17 May, 2019 1 commit
-
-
Kai Chen authored
* update the high-level inference api * save classes in meta data and use it for visualization
-
- 16 May, 2019 1 commit
-
-
liushuchun authored
'mask' option has been removed & replaced with 'segm'
-
- 11 May, 2019 1 commit
-
-
Kai Chen authored
* rewrite multigpu testing with mmddp * fix an indent * update slurm testing script * update readme and scripts
-
- 04 May, 2019 1 commit
-
-
Kai Chen authored
-