- 01 Jun, 2021 3 commits
-
-
lizz authored
Signed-off-by:lizz <lizz@sensetime.com>
-
LXXXXR authored
-
Miao Zheng authored
* [Fix] Support names of base classes matching in init_cfg * revise bool to len
-
- 31 May, 2021 2 commits
-
-
SemyonBevzuk authored
* Add score_threshold and max_num to NMS * Fix codestyle * Fix codestyle * Fix inds in nms * Update nms docstring * Move score_threshold and max_num arguments * Fix args order in docstring * fix lint of c++ file * Remove torch.onnx.is_in_onnx_export() and add max_num to batched_nms for separate classes. * Rewrote max_num handling in NMSop.symbolic * Added processing max_output_boxes_per_class when exporting to TensorRT * Added score_threshold and max_num for NMS in test_onnx.py and test_tensorrt.py * Remove _is_value(max_num) * fix ci errors with torch==1.3.1 * Update test_batched_nms in test_nms.py * Added tests for preprocess_onnx * Moved 'test_tensorrt_preprocess.py' and 'preprocess', updated 'remove_tmp_file'. * Update mmcv/tensorrt/__init__.py * Fix segfault torch==1.3.1 (remove onnx.checker.check_model) * Returned 'onnx.checker.check_model' with torch version check * Changed torch version from 1.3.1 to 1.4.0 *...
-
Yinhao Li authored
-
- 25 May, 2021 5 commits
-
-
Zaida Zhou authored
-
RunningLeon authored
* add instancenorm plugin * resolve comments * fix lint * fix typo
-
v-qjqs authored
* support cuda version `BorderAlign` module * fix symbolic * merge * fix cpp lint error * add unit test * add comments for code references * reformat doc * fix lint error * fix conflict
-
pc authored
-
Zaida Zhou authored
-
- 24 May, 2021 2 commits
-
-
lizz authored
* Fix typos Signed-off-by:
lizz <lizz@sensetime.com> * Add deprecation warning Signed-off-by:
lizz <lizz@sensetime.com>
-
q.yao authored
* add cummax/cummin tensorrt plugin * fix isort * fix with clang-format * fix with clang-format again * add document
-
- 23 May, 2021 5 commits
-
-
Zaida Zhou authored
* [Feature] Add truncated normal weight init * [Feature] Add truncated normal weight init * [Feature] Add truncated normal weight init * update docstring * delete modelA.pth * modify according to comment * use kstest to check truncated normal * delete modelA.pth * fix test.txt
-
Guangchen Lin authored
* fix fp16 bug on DCNv2 * support fp16 on DCN/DCNv2 when pytorch >= '1.6.0' * add comment * Modified the comments * Unified the usages of '.to()' and '.type_as()'
-
fcakyon authored
* add neptune.ai logger hook * add docstring * move docstring * update docstr * update before_run
-
Zaida Zhou authored
-
Guangchen Lin authored
* fix generalized attention fp16 * fix building without gpu error * add comment * Cast tensor at initialization
-
- 20 May, 2021 1 commit
-
-
ritosonn authored
* +super().before_run() * flip reset_flag
-
- 13 May, 2021 10 commits
-
-
Zaida Zhou authored
-
WRH authored
* read in rb mode then decode * Update config.py * Update .pre-commit-config.yaml * Update config.py * Update config.py Co-authored-by:Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
Rui Xu authored
* add license * fix lint * fix some discription * fix some discriptions and dirty marks * fix format * revise some words * Update README_zh-CN.md * Update README_zh-CN.md Co-authored-by:Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
LXXXXR authored
* fix load_ckpt * revised according to comments * revise according to comments * fix typo
-
Yezhen Cong authored
* Remove iter number in logging during val/test time * Fix typo * modified EvalHook for eval mode to print the correct iter number
-
Zaida Zhou authored
* [Docs] Update weight initialization in cnn.md * Update cnn.md * [Docs] Update weight initialization in cnn.md * [Docs] Update weight initialization in cnn.md * [Docs] Update weight initialization in cnn.md * [Docs] Update weight initialization in cnn.md * [Docs] Update weight initialization in cnn.md * modify docs according to comments * modify docs for weight init according to the comment * change init_weight() to init_weights() * modify according to comment
-
Ma Zerun authored
* Assign different priority to default hooks, and add custom hook register in base runner. * Add custom hook register in example train file * Add unittest of custom hook * Code format
-
Shilong Zhang authored
* fix basemodule * fix typo * fix unitest
-
Shilong Zhang authored
* fix basemodule * add commnet
-
Jintao Lin authored
-
- 12 May, 2021 1 commit
-
-
jeffreykuang authored
* add pixel group ops * reformatting * formatting&rm auto * Add citation * Add contour expand * c++ linting * Add unit tests with Tensor * rm model.pth * rename * c++ linting * c++ linting * Rename variables
-
- 11 May, 2021 3 commits
-
-
Ziyi Wu authored
* add StepMomentumUpdaterHook * add unit test * fix typos * refactor step updater * replace stage with exp * fix linting error * use all() operation
-
gengenkai authored
* [Fix] lr add triangular * [Fix] lr_triangular * lr add docstring * lr add docstring * add unittest of triangular lr update
-
Yosuke Shinya authored
* [Fix] Fix DCN fp16 * add comment
-
- 10 May, 2021 2 commits
-
-
lizz authored
* Add test util for checking stand-alone scripts Signed-off-by:
lizz <lizz@sensetime.com> * Restrict to python scripts Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * tiny Signed-off-by:
lizz <lizz@sensetime.com> * Allow no capture Signed-off-by:
lizz <lizz@sensetime.com> * Simplify interface Signed-off-by:
lizz <lizz@sensetime.com> * Technical notes Signed-off-by:
lizz <lizz@sensetime.com> * tiny Signed-off-by:
lizz <lizz@sensetime.com> * Update hello.py * Update test_testing.py * Update test_testing.py
-
v-qjqs authored
* support custom op `mmcv::cummax` for onnxruntime in mmcv * fix clang-format lint error * support mmcv::cummin, reformat codes * fix merge from master * add docs for mmcv::cummax and mmcv::cummin * format doc * add assertion for torch version, when exporting `cummax` to onnx * add more comments for torch version * handle exporting to onnx in `soft_nms` * commit for test_onnx * remove `is_in_onnx_export` in softnms * add more comments * fix c++ lint error * add known issues doc for `cummax` * fix known issues doc
-
- 01 May, 2021 1 commit
-
-
v-qjqs authored
* supports for onnxruntime custom op `mmcv::MMCVTopPool` * supports for onnxruntime custom op `mmcv::MMCVCornerPool`, involving TopPool, BottomPool, LeftPool and RightPool * add unittest for corner_pool * supports mmcv::CornerPool without memcpy * add docs for mmcv::CornerPool * re-add docs for mmcv::CornerPool * fix output dtype doc * reformat * format with pre-commit * format * fix lint error, by using google clang-format style for c/c++
-
- 30 Apr, 2021 1 commit
-
-
Zaida Zhou authored
-
- 29 Apr, 2021 2 commits
-
-
Zaida Zhou authored
-
pc authored
* fix export bug in pybind * fix type bug in fused_bias_leakyrelu backward
-
- 27 Apr, 2021 2 commits
-
-
Zaida Zhou authored
-
Ziyi Wu authored
* support clipping min_lr in StepLrUpdaterHook * add docstring for StepLrUpdaterHook * fix small bugs * add unit test for StepLrUpdaterHook * fix linting error
-