- 19 Nov, 2025 1 commit
-
-
bailuo authored
-
- 26 Dec, 2023 1 commit
-
-
Xinlong Wang authored
-
- 06 Oct, 2021 1 commit
-
-
Xinlong Wang authored
-
- 01 Sep, 2021 2 commits
-
-
zhanghongji authored
-
zhanghongji authored
-
- 05 Feb, 2021 1 commit
-
-
Xinlong Wang authored
-
- 07 Dec, 2020 1 commit
-
-
Xinlong Wang authored
-
- 03 Dec, 2020 1 commit
-
-
WXinlong authored
-
- 29 Oct, 2020 1 commit
-
-
Xinlong Wang authored
-
- 14 Oct, 2020 1 commit
-
-
Xinlong Wang authored
-
- 14 Jul, 2020 1 commit
-
-
Xinlong Wang authored
-
- 08 Jul, 2020 3 commits
-
-
Xinlong Wang authored
-
Xinlong Wang authored
-
WXinlong authored
-
- 18 Apr, 2020 1 commit
-
-
WXinlong authored
-
- 04 Apr, 2020 1 commit
-
-
Xinlong Wang authored
-
- 31 Mar, 2020 1 commit
-
-
Xinlong Wang authored
-
- 28 Mar, 2020 2 commits
- 24 Mar, 2020 2 commits
-
-
Xinlong Wang authored
-
Xinlong Wang authored
-
- 23 Mar, 2020 2 commits
-
-
Xinlong Wang authored
-
Xinlong Wang authored
-
- 30 Jan, 2020 1 commit
-
-
Kai Chen authored
* bump version to 1.0.0 * fix typos * update the version in docs
-
- 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>
-
- 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>
-
- 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 1 commit
-
-
Kai Chen authored
* use sphinx to generate docs * fix flake8 linting * update docs
-
- 14 Dec, 2019 1 commit
-
-
Kai Chen authored
* update to v1.0rc1 * update maintainers
-
- 22 Aug, 2019 1 commit
-
-
Jirka Borovec authored
-
- 09 Aug, 2019 1 commit
-
-
Kai Chen authored
* update readme * add different datasets on model zoo
-
- 02 Aug, 2019 1 commit
-
-
Ramakrishna Kakarala authored
-
- 28 Jul, 2019 1 commit
-
-
Kai Chen authored
-
- 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 * mo...
-
- 19 Jun, 2019 1 commit
-
-
Kai Chen authored
-
- 18 Jun, 2019 2 commits
- 25 May, 2019 1 commit
-
-
Jiangmiao Pang authored
* Code for components of Libra R-CNN * Configs and README for Libra R-CNN * update bfp * Update Model ZOO * add comments in non-local * fix shape * update bfp * update according to ck's comments * update des * update des * fix loss * fix according to ck's comments * fix activation in non-local * fix conv_mask in non-local * fix conv_mask in non-local * Remove outdated model urls * refactoring for bfp * change in_channels from list[int] to int * refactoring for nonlocal * udpate weight init of nonlocal * minor fix * update new model urls
-
- 21 May, 2019 1 commit
-
-
Kai Chen authored
-
- 17 May, 2019 1 commit
-
-
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
-