- 23 Apr, 2023 1 commit
-
-
xiabo authored
-
- 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 8 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
-
gengenkai authored
* [Fix] Fix add_graph in pavi * change data loader to image * Delete =2.4.0 * pavi-add_graph-0419 * pavi-add_graph-0419 * [Fix] pavi device * fix device in pavi-add graph * img_key * img_key * add no_grad * Delete version.py * add version.py
-
Zaida Zhou authored
* [Feature] Add PyTorch Profiler to analyze training process * [Feature] Add PyTorch Profiler to analyze training process * pring log and fix docstring * add by_epoch * modify docstring according to comment
-
WRH authored
* use len(result) as batch size * remove old comments * Add comments to this modification * Update test.py
-
Y. Xiong authored
* add torch.cuda.amp to fp16_utils and optimizers * use with context manager for autocast * add doc to explain the behavior differences between real amp and ours * fix docstring
-
Wang Xiaolin authored
-
Haian Huang(深度眸) authored
-
- 25 Apr, 2021 2 commits
-
-
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
-
Zaida Zhou authored
* [Docs] Refactor readme.md * use lowercase
-
- 24 Apr, 2021 2 commits
- 23 Apr, 2021 2 commits
-
-
whughw authored
-
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
-
- 22 Apr, 2021 1 commit
-
-
Wenwei Zhang authored
* add issue and PR template * rephrase * fix lint * resolve comments * fix typo * resolve comment
-
- 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>
-
- 18 Apr, 2021 1 commit
-
-
ZhangShilong authored
-
- 17 Apr, 2021 1 commit
-
-
tangyanf authored
-