- 23 Apr, 2023 3 commits
- 13 May, 2021 3 commits
-
-
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
-
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 2 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
-
- 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++
-
- 27 Apr, 2021 2 commits
-
-
Ziyi Wu authored
* support clipping min_lr in StepLrUpdaterHook * add docstring for StepLrUpdaterHook * fix small bugs * add unit test for StepLrUpdaterHook * fix linting error
-
Wang Xiaolin authored
-
- 25 Apr, 2021 1 commit
-
-
Rui Xu authored
* fix raise error bug in registering multiple names * fix bug in checking the type of name * fix lint * fix unit test for registry * fix bug in unit test
-
- 23 Apr, 2021 1 commit
-
-
ZhangShilong authored
* add c++ ms_deform_atten * fix cpp lint * fix cpp lint * clang format * remove cmakefile * google style * clang-format precommit * use clang-format-lint-action * add transformer base class * add merge * add docstr * add pyargs * fix according to commments * resiger module * change to use basemodule * add _ between build function * split the name * fix according to comments * fix lint and fix unitest * fix cpp lint * fix bug of deformdetr_atten * fix drop out * fix residual * use CUDA_1D_KERNEL_LOOP
-
- 20 Apr, 2021 1 commit
-
-
Miao Zheng authored
* [Fix] Rename init_weight to init_weights * warning msg
-
- 19 Apr, 2021 1 commit
-
-
Wang Xinjiang authored
[Feature]: Add Rotated ROI align op for pytorch (cpu&cuda), parrots (cpu&cuda) and onnxruntime (cpu) (#933) * add roi_align_rotated * code format * Add align key to roi align rotated * Add clockwise for rotated roi align * fix bugs in onnx export * Add docstring for RoIAlignRotated * remove cuda unittest * Reformat c++ code * add onnx roi align rotated file * fix unittest * Add cpu and float64 of cuda support for parrots * code format * Add unified header to roi align rotated Co-authored-by:luopeichao <luopeichao@sensetime.com>
-
- 12 Apr, 2021 2 commits
-
-
Miao Zheng authored
* [Bug] Fix DeformConv2d bias error and add tests * fix repr * revise tests * lint
-
Miao Zheng authored
* [Fix] Config deep copy in initialize_override * add asserts&comments * add test * test org init_cfg * test override without name * typo
-
- 10 Apr, 2021 3 commits
-
-
Jerry Jiarui XU authored
* add model registry * fixed infer scoep * fixed build func * add docstring * add md * support multi level * clean comments * add docs * fixed parent * add more doc * add value error, add docstring * fixed docs * change to local/global search * resolve comments * fixed test * update some docstring * update docs (minior) * update docs * update docs
-
Miao Zheng authored
* [Refactoring] Add deprecated API warning * revise test * fix lint * fix lint
-
Miao Zheng authored
* [Fix] OneCycleLrUpdaterHook interface * revise according to comments * revise according to comments * add test * fix lint * revise according to comments * minors * add pytest param * fix lint * ci
-
- 09 Apr, 2021 2 commits
-
-
QingChuanWS authored
* remove custom simplify model * update docs about onnx-simplify
-
zhouzaida authored
* [Fix] fix bug of lr update hook * [Fix] fix bug of lr update hook * [Fix] Fix bug of lr updater hook
-
- 08 Apr, 2021 1 commit
-
-
Jintao Lin authored
* add EvalHook * add EvalHook * refactor docstring * polish * use cp instead symlink * add error info * Update eval.py * Update eval.py * update * add engine depandancy * add comments * fix unittest * fix * update unittest * update unittest * add docstring * fix docstring
-
- 06 Apr, 2021 1 commit
-
-
tangyanf authored
* add onnxruntime custom op grid_sample * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code * update code
-
- 02 Apr, 2021 1 commit
-
-
zhouzaida authored
* [Feature] Add OneCycleLrUpdaterHook * fix docstring * fix docstring * Remove redundant code
-
- 30 Mar, 2021 1 commit
-
-
q.yao authored
* add grid sample trt support * fix align_corners=True * change 'intep' to 'interp', fix bugs of grid sampler, better test script * remove unused import * move source comment to the top of trt_grid_sampler_kernel.cu
-
- 26 Mar, 2021 2 commits
-
-
LXXXXR authored
* add cutout * add adjust_lighting * minor fix
-
Miao Zheng authored
* [Refactoring]Approve init_cfg * revise unit test * revise according to comments * add comment for wholemodule
-
- 24 Mar, 2021 1 commit
-
-
Miao Zheng authored
* [Refactoring] Add Caffe2Xavier Initializer * fix lint
-
- 21 Mar, 2021 1 commit
-
-
Rui Xu authored
* add upfirdn2d op * fix bug in pybind * add fused bias leakyrelu * fix bug in fused-bias-leakyrelu * fix lint error * fix bug in build cpu version * fix bug in build cpu version * fix lint * fix comment from zww Co-authored-by:zhangshilong <zhangshilong@sensetime.com>
-
- 20 Mar, 2021 1 commit
-
-
ZhangShilong authored
* fix bug of convmodule * fix bug of convmodule * fix unitest * remove assert
-
- 19 Mar, 2021 1 commit
-
-
zhouzaida authored
* [Feature] support to calculate FLOPs of GN, IN, LN * Update flops_counter.py * Update flops_counter.py
-
- 17 Mar, 2021 1 commit
-
-
Miao Zheng authored
* [Refactoring]Add BaseSequtial with init_weight * revise according to comments * revise comments * minors * baseseq2seq * add modulelist * revise minors * fix isort * format
-
- 12 Mar, 2021 1 commit
-
-
sshuair authored
* add tifffile backend support for imageio * add tifffile package for test requirements * add tifffile package for test requirements * small tiffile
-
- 11 Mar, 2021 1 commit
-
-
q.yao authored
* add dcn tensorrt plugin * prepare for fp16 support * fix for lint * limit column buffer * add docstring to memcpyPermute
-
- 09 Mar, 2021 1 commit
-
-
LXXXXR authored
* support auto contrast * add comments * Fix unittest for pillow 6.2.2 * revised according to comments
-
- 08 Mar, 2021 1 commit
-
-
RunningLeon authored
-