- 07 Jul, 2020 1 commit
-
-
Tao Kong authored
-
- 02 Apr, 2020 1 commit
-
-
taokong authored
-
- 01 Apr, 2020 1 commit
-
-
Tao Kong authored
-
- 31 Mar, 2020 1 commit
-
-
Tao Kong authored
-
- 28 Mar, 2020 1 commit
-
-
WXinlong authored
-
- 30 Jan, 2020 1 commit
-
-
Kai Chen authored
* bump version to 1.0.0 * fix typos * update the version in docs
-
- 29 Jan, 2020 1 commit
-
-
Kai Chen authored
* use git repo instead of pip wheels * install pycocotools before building mmdet * fix travis installation
-
- 22 Jan, 2020 1 commit
-
-
Jon Crall authored
* reorganize requirements, make albumentations optional * fix flake8 error * force older version of Pillow until torchvision is fixed * make imagecorruptions optional and update INSTALL.dm * update INSTALL.md * Add note about pillow version * Add build requirements to install instructions
-
- 21 Jan, 2020 1 commit
-
-
hust-kevin authored
* Code for Paper "Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection" * fix format * changed the code according to the Changes requested * update benchmark * minor refactoring * minor fix * update model_zoo and support models Co-authored-by:Cao Yuhang <yhcao6@gmail.com>
-
- 07 Jan, 2020 1 commit
-
-
mengfu188 authored
--- def forward(x): # should return a tuple +++ def forward(self, x): # should return a tuple
-
- 04 Jan, 2020 1 commit
-
-
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>
-
- 02 Jan, 2020 1 commit
-
-
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>
-
- 25 Dec, 2019 1 commit
-
-
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>
-
- 24 Dec, 2019 2 commits
- 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
-
- 14 Dec, 2019 1 commit
-
-
Kai Chen authored
* update to v1.0rc1 * update maintainers
-
- 23 Nov, 2019 1 commit
-
-
Kai Chen authored
-
- 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
-
- 02 Oct, 2019 1 commit
-
-
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
-
- 31 Aug, 2019 1 commit
-
-
Tianheng Cheng authored
* fix config * rm DS_Store * add 28e * update model url
-
- 25 Aug, 2019 1 commit
-
-
gfjiangly 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
-