- 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 5 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
-
LXXXXR authored
* support load checkpoint using ceph * minor change
-
- 07 Jan, 2021 1 commit
-
-
Rui Xu authored
* allow register multi-name for a module simultaneously * add assertion for name type * use isintance intead of is_str * fix bug in unit test * fix unit test
-
- 06 Jan, 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 * resolve format and add test dependency: tensorrt * tensorrt should be installed from source not from pypi * update naming style and input check * resolve lint error Co-authored-by:maningsheng <maningsheng@sensetime.com>
-
- 04 Jan, 2021 1 commit
-
-
Y. Xiong authored
-
- 03 Jan, 2021 1 commit
-
-
Rui Xu authored
* fix ddp bug when pytorch>=1.7 * fix ddp bug when pytorch>=1.7 * support pat * fix docs * use print_log instead of get_logger Co-authored-by:nbei <631557085@qq.com>
-
- 02 Jan, 2021 1 commit
-
-
Wenwei Zhang authored
* fix typo in docs * add contents * resolve typo
-
- 31 Dec, 2020 1 commit
-
-
RunningLeon authored
* [Enhance]: add onxx simplify * add simple doc * add unit test * update docstring * resolve some comment * add test dependency:onnxoptimizer * Fix onnxruntime register empty libpath * test onnxruntime version * set checker to false * skip test_simplify for torch<1.5.0
-
- 29 Dec, 2020 1 commit
-
-
tangyanf authored
* add ort custom op roialign * Update roi_align.py * Update test_onnx.py * Update test_onnx.py * Update test_onnx.py * Update test_onnx.py * Update onnxruntime_register.cpp * Update roiAlign.h * Update roiAlign.cpp * lint modification * update roiAlign.cpp * lint check * lint check * lint fix * lint fix * fix lint * add link to commit Co-authored-by:maningsheng <maningsheng@sensetime.com>
-
- 28 Dec, 2020 3 commits
- 26 Dec, 2020 1 commit
-
-
Y. Xiong authored
-
- 25 Dec, 2020 2 commits
-
-
BigBigDream authored
* add iof mode for box_iou_rotated * update doc * fix lint * fix lint * fix lint * fix lint * fix lint
-
Wenwei Zhang authored
-
- 24 Dec, 2020 4 commits
-
-
Y. Xiong authored
* add block lines * fix typo
-
BigBigDream authored
-
yamengxi authored
* add mobilenetv3 pretrained * add name * add name
-
Jerry Jiarui XU authored
-
- 23 Dec, 2020 1 commit
-
-
q.yao authored
* add onnx support to roi_align and roi_pool * add softnms ort support * fix for lint * format cpp code with clang-format:google * add new empty line to the end of head files in onnxruntime * update to pytorch1.7 * add test of softnms to onnxruntime * fix for lint * remote print in ops/info.py * change import order, fix for flake8 * fix include * add assert torch>=1.7.0 * [doc]: add document for onnxruntime custom operator * update onnxruntime version to v1.5.1 for softnms * remove doc menu * Resolve lint for markdown * resolve naming style in onnxruntime_op.md * Use old cpp apis, optimize test_onnx.py * Fixing strings in tests/test_ops/test_onnx.py * code format with yapf * fix soft_nms parrot * add import in onnxruntime setup, avoid conflict * fix doc and add assert * change cpp guard Co-authored-by:maningsheng <maningsheng@sensetime.com>
-
- 22 Dec, 2020 4 commits
-
-
Y. Xiong authored
* Add nms compile issue to trouble_shooting page * after lint * update link to online doc
-
LXXXXR authored
* support upload and download checkpoint from pavimodelcloud * try import pavi * add unittest
-
Rui Xu authored
* avoid recursion error when using customized norm layer without _abbr_ * fix unittest bug
-
LXXXXR authored
-
- 21 Dec, 2020 2 commits
- 20 Dec, 2020 1 commit
-
-
Wang Xinjiang authored
* Allow to replace nested tuple and list via options * Add comments * Fix single nested items * Simplify the code * Simplify the code * Simplify the code * Simplify the code * Update docstring * Update docstring * Support quotation mark * modify docstring
-
- 18 Dec, 2020 1 commit
-
-
WRH authored
* add const to nms_rorate in pybind * fix test nms rotated * skip test instead of passing it * fix lint * update pytest skip syntax
-