- Dec 27, 2021
-
-
wanggh authored
-
- Nov 19, 2020
-
-
Jiangmiao Pang authored
* update * clip border * clip border * clip * update * update * update * update
-
- Aug 04, 2020
-
-
Wenwei Zhang authored
* update setup.py * update collect_env accordingly * rm VERSION and hardcode version.py * Use get_git_hash in mmcv * fix bug of version_file * use function to parse version * use __version__ * only print first 7 of git hash * resolve comments * Fix torch install issue in action
-
- Jun 08, 2020
-
-
Leonardo Rossi authored
* roi_extractors: GRoIE addition Signed-off-by:
Leonardo Rossi <leonardo.rossi@unipr.it> * Fix bug caused by empty tensor and update benchmark results Co-authored-by:
ZwwWayne <wayne.zw@outlook.com>
-
- Apr 20, 2020
-
-
Kai Chen authored
* remove datasets.loader and add datasets.samplers * fix typo in the filename
-
- Apr 11, 2020
-
-
Wenwei Zhang authored
* rename api * Refactor (APIs): rename imgs_per_gpu to samples_per_gpu * Clean files * Refactor (infos): rename self.infos to self.data_infos
-
- Mar 31, 2020
-
-
Wenwei Zhang authored
* create roi_head * create roi_head mv shared_head into roi_head * fix conflict * refactor(cascade rcnn): create cascade head in roi head, simplify cascade rcnn * type: fix scope: cascade_head subject: mv stage_loss_weight from train_cfg to roi_head creation * type: fix scope: roi_heads subject: handle the case when train_cfg is None * type: fix scope: roi_heads mask inference subject: fix test_cfg.rcnn bug to test_cfg * fix mask eval bug * refactor(double_head): refactor double head roi head * fix(double_head): clean code and fix __init__.py * refactor(mask scoring): create mask scoring roi head * refactor(htc_head): add htc_head * fix(htc_head): add htc_head in __init__.py * fix (htc_head): fix htc_head bugs * fix (ms_roi_head): rm test_cfg.rcnn to test_cfg * feature (grid rcnn): grid roi head * fix (grid_head): fix grid head bug * reformat and change all cfgs * reformat (roi_head): reformat __init__.py for isort=4.3.21 * fix roi_head test bug * fix (carafe): change carafe cfgs to use roi_head * fix (roi_head): fix missing roi_head refactor * reformat to pass CI * test all cfgs * match keys of configs with previous commit 77d073a * add and pass unittest for all roi heads * Refactor (roi_head): extract abstract base class for roi head * Refactor (roi_head): refactor init functions * Refactor (roi_head): weight init * Refactor (roi_head): add _bbox_forwrd & _mask_forward as basic functions * Fix (grid_roi_head): fix bug in bbox_forward_train * Refactor (roi_head): change to use img.device in forward_dummy) * Refactor (roi_heads): simplify init functions and _mask_forward * Fix (cascade_roi_head): fix init bug of cascade roi_head * Refactor (roi_head): use dict as outputs of _bbox_forward and _mask_forward * Refactor (test_config): scan valid configs rather than list them all
-
- Mar 27, 2020
-
-
Kai Chen authored
* add unit tests for image loading * add test data * add a test case
-
- Feb 12, 2020
-
-
Jerry Jiarui XU authored
* add soft_nms_cpu * remove cython dependency * merge soft_nms_cpu.cpp into nms_cpu.cpp * add docs * fixed typo * fixed typo * fixed typo
-
- Jul 20, 2019
-
-
milli Watt micro authored
* checkpoint files added * gitignore updated with pytorch checkpoints
-
- Jun 09, 2019
-
-
lizz authored
-
- Apr 07, 2019
-
-
Kai Chen authored
* port nms extension from maskrcnn-benchmark * fix linting error
-
- Nov 30, 2018
-
-
wangg12 authored
-
- Sep 30, 2018
-
-
Kai Chen authored
-
- Sep 23, 2018
-
-
Kai Chen authored
-
- Sep 02, 2018
-
-
Kai Chen authored
-
- Aug 22, 2018
-
-
Dahua Lin authored
-