- 27 Apr, 2021 3 commits
-
-
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 2 commits
-
-
tangyanf authored
-
ZhangShilong authored
-
- 16 Apr, 2021 2 commits
- 14 Apr, 2021 3 commits
-
-
zhouzaida authored
* [Docs] Add mmocr link * Update README.md * Update README_zh-CN.md
-
zhouzaida authored
-
ZhangShilong authored
-
- 12 Apr, 2021 4 commits
-
-
Miao Zheng authored
* [Bug] Fix DeformConv2d bias error and add tests * fix repr * revise tests * lint
-
SFMDI authored
* replace floor/ceil to floorf/ceilf to eliminate cuda compilation errors in the latest version of Visual Studio 16.9 * fix lint error * fix lint * fix lint * Update .pre-commit-config.yaml * Update .pre-commit-config.yaml Co-authored-by:wangruohui <12756472+wangruohui@users.noreply.github.com>
-
q.yao authored
* update tensorrt plugin document * add onnxruntime custom ops document * format document * add release note to onnxruntime_op and tensorrt_plugin * update document * add deployment.rst * add grid_sampler onnxruntime document * fix lint * add allow_different_nesting tag * add allow_different_nesting tag Co-authored-by:maningsheng <maningsheng@sensetime.com>
-
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 4 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
-
Miao Zheng authored
* [Docs] Docstring for DeformConv * fix docstring * fix according to comments * revise according to comments * lint
-
- 09 Apr, 2021 3 commits
-
-
QingChuanWS authored
* remove custom simplify model * update docs about onnx-simplify
-
shenmishajing authored
* fix wandb logger drop result bug by delete step param * add global_step in wandb log to help align train and val step log * fix wandb hook test unit fail bug * fix lint issue * add with_step param of WandbLoggerHook in wandb.py
-
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 3 commits
-
-
q.yao authored
* fix onnx interpolate recommit * fix bugs on torch==1.6.0 * remove print * fix error in torch==1.5.1
-
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
-
zhouzaida authored
-
- 07 Apr, 2021 1 commit
-
-
lizz authored
Signed-off-by:lizz <lizz@sensetime.com>
-
- 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 2 commits
-
-
zhouzaida authored
* [Feature] Add OneCycleLrUpdaterHook * fix docstring * fix docstring * Remove redundant code
-
Wenwei Zhang authored
-
- 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
-
- 29 Mar, 2021 1 commit
-
-
ZhangShilong authored
-