- 28 Feb, 2021 1 commit
-
-
Jerry Jiarui XU authored
* [Feature] Support save last checkpoint * move to before_run, update doc * move to after train * add comments
-
- 27 Feb, 2021 1 commit
-
-
Jintao Lin authored
-
- 26 Feb, 2021 2 commits
-
-
z55250825 authored
* delete all parrots file add bbox_overlaps new parrots op impl * support first new impl parrts op (bbox_overlaps)(success test) * add box_iou_rotated op, test succeed * add carafe and carafe_naive op, test succeed (one parrots bug need fix) * add cc_attention op, test success * add corner_pool op, test success * add parrots op deform_conv, test success * add deform_roi_pool op, test success (but has question) * add focal loss op, test success (gradcheck) * add masked_conv2d op, test success * add modulated_deform_conv op, test success * add nms and nms_rotated op, test success * add psamask op, test success * add roi_align op, test_success * add roi_pool op, test success * add sync_bn op, test success * add tin_shift op, test success * fix test_deform_roi_pool, add parrots test * skip test_onnx because parrots does not support onnx * fix c++ lint * fix python lint * fix python lint
-
RunningLeon authored
* Fix pytorch2onnx for yolov3 with torch==1.6.0 * update and add test for F.interpolate * add test_onnx.py with build_cuda
-
- 25 Feb, 2021 1 commit
-
-
Haian Huang(深度眸) authored
* Fix the iter error when the number of GPUs is different during resume * Add fromstring and unit test * Remove is_pretty_text * Fix comment * Add log info * Add py format check * Remove SyntaxError check
-
- 24 Feb, 2021 2 commits
-
-
Miao Zheng authored
-
Jintao Lin authored
-
- 23 Feb, 2021 1 commit
-
-
q.yao authored
* start trt plugin prototype * Add test module, modify roialign convertor * finish roi_align trt plugin * fix conflict of RoiAlign and MMCVRoiAlign * fix for lint * fix test tensorrt module * test_tensorrt move import to test func * add except error type * add tensorrt to setup.cfg * code format with yapf * fix for clang-format * move tensorrt_utils to mmcv/tensorrt, add comments, better test module * fix line endings, docformatter * isort init, remove trailing whitespace * add except type * fix setup.py * put import extension inside trt setup * change c++ guard, update pytest script, better setup, etc * sort import with isort * sort import with isort * move init of plugin lib to init_plugins.py * add scatternd, nms plugin (WIP) * fix bugs of trt_nms * add trt nms test module * fix bugs of scatternd * code optimize, add comment about nms kernel * fix transform_if bug of t...
-
- 22 Feb, 2021 1 commit
-
-
ftbabi authored
* Support GELU activation function * Support different torch version * Fix bug in importing TORCH_VERSION * Wrap GELU module for PyTorch 1.3.x * Wrap GELU module for PyTorch 1.3.x
-
- 21 Feb, 2021 2 commits
- 20 Feb, 2021 3 commits
-
-
Y. Xiong authored
-
Miao Zheng authored
* fix baserunner bug * add unit test * hooks type check
-
Miao Zheng authored
* add register_itertimer_hook function * set default value * revise minors * revise according to comments * fix according to comments * update * update
-
- 18 Feb, 2021 2 commits
-
-
Zhiyuan Chen authored
-
Wang Xinjiang authored
* Add more Error info in building from config * Add more Error info in building from config * change error info
-
- 10 Feb, 2021 1 commit
-
-
lizz authored
* map_location for all * format * hmm * map_location * back * doc * same
-
- 07 Feb, 2021 4 commits
-
-
Miao Zheng authored
* fix weight_init.py * revise BaseInit args
-
ZhangShilong authored
* fix bug of DCN * fix clang=format
-
Miao Zheng authored
* add initializers and BaseModule for unified parameter initialization * fix circle import * bug fix * add is_init flag in BaseModule * fix docstring * sort import and fix doc format * fix bug * fix docformat and double quote string * fix import sort * import sort * sort import * revise according to comments * fix doc format * revise according to comments * revise import and fix typo * polish code * revise minors * revice minors * revise apply function * revise bias initialization with probability * add type test for bias_prob * revise minors
-
Luting Wang authored
-
- 05 Feb, 2021 2 commits
-
-
lml131 authored
* code update * add PARROTS_JIT_OPTION * rm flow_warp_module * fix for lint * small fix
-
RunningLeon authored
* add header to std::iota * fix lint * fix lint for cpp
-
- 04 Feb, 2021 2 commits
-
-
RunningLeon authored
* modify symbolic * add comments
-
tangyanf authored
* add ort nms op * fit lint check * fix lint check * update code * fix lint check * update code * update code * update code * update code * update code * update code
-
- 02 Feb, 2021 2 commits
- 01 Feb, 2021 1 commit
-
-
Jintao Lin authored
* polish CONTRIBUTING for all OpenMMLab projects * polish some description
-
- 28 Jan, 2021 2 commits
-
-
RunningLeon authored
* add trt doc * add notes * add sphinx_markdown_tables * resolve comments * resolve comments
-
Haian Huang(深度眸) authored
* Refactor _load_checkpoint fn * Update _load_checkpoint fn * Update docs str and add unit test * Fix unit test * Fix lint * Add comment and Optimize function * Fix docs str * Update load_ckpt and fix doc str * Update doc str and add sort unit test * Update and fix unit test * Fix unit test * Update and add unit test * Fix openmmlab prefix error
-
- 27 Jan, 2021 1 commit
-
-
David de la Iglesia Castro authored
* Add breaking test * Handle exif orientation tag
-
- 21 Jan, 2021 1 commit
-
-
Y. Xiong authored
-
- 20 Jan, 2021 2 commits
-
-
lizz authored
-
q.yao authored
* add scatter plugin * fix bugs of scatternd * add trt scatternd plugin * format code with clang-format * add test for scatternd * skip test_tensorrt in CI * remove unused variable Co-authored-by:maningsheng <maningsheng@sensetime.com>
-
- 14 Jan, 2021 1 commit
-
-
BigBigDream authored
* fix mmcv ci for parrots * fix mmcv ci * fix lint
-
- 09 Jan, 2021 1 commit
-
-
Rui Xu authored
* support no lr scheduler hook * fix lint
-
- 08 Jan, 2021 4 commits
-
-
Qiaofei Li authored
* add CLASSES to meta info * Update checkpoint.py * add unit test for CLASSES name * clean up the tmp folder * use tempfile to clean up temp folder
-
congee authored
* add testing function add unittest for check_dict add unittest for the function in testing * polish docstring of testing.py rename some function * remove in is_all_zeros * modify the comment of check_dict * modify the testing.py according to feedback * add test about numpy for function dict_contains_subset * applying unified style
-
Zhiyuan Chen authored
-
RunningLeon authored
* Fix onnx, onnxruntime, onnxoptimizer import * Revert "Fix onnx, onnxruntime, onnxoptimizer import" This reverts commit 820e3785a1144eb85e1ba22688dada681ea4c829. * remove simplify from init file * update test for onnx simplify * update onnx doc
-