"vscode:/vscode.git/clone" did not exist on "1005e9d34d1c04472a388a434add424176fec46d"
- 08 Apr, 2021 1 commit
-
-
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
-
- 28 Mar, 2021 1 commit
-
-
zhouzaida authored
* Bump version to v1.3.0 * Update README.md * Update README_zh-CN.md
-
- 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
-
- 25 Mar, 2021 1 commit
-
-
ZhangShilong authored
* add transformer base class * fix according to commments * resiger module * change to use basemodule * add _ between build function * split the name
-
- 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
-
- 18 Mar, 2021 1 commit
-
-
Miao Zheng authored
-
- 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 2 commits
-
-
q.yao authored
* add dcn tensorrt plugin * prepare for fp16 support * fix for lint * limit column buffer * add docstring to memcpyPermute
-
ZhangShilong authored
* fix scatter in pytorch18 * remove blanks
-
- 10 Mar, 2021 1 commit
-
-
ZhangShilong authored
-
- 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 2 commits
-
-
RunningLeon authored
-
LXXXXR authored
* add adjust sharpness * revised according to commnts * fix bug * fix docstring * revise according to comments * fix blank lines * revised according to comments
-
- 03 Mar, 2021 3 commits
-
-
LXXXXR authored
-
sshuair authored
* add HTTP backend * add HTTPbackend * fix linting * fix linting * add docs attributes http * fix format * add real http link test for http backend
-
Ycr authored
* Simplified the code. * Improved chkpt compatibility. * One may modify the checkpoint via adding keywords. * Tiny. * Following reviewer's suggestion. * Added unit_test. * Fixed. * Modify the state_dict with construction. * Added test. * Modified。 * Mimimalised the modification. * Added the docstring. * Format. * Improved. * Tiny. * Temp file. * Added assertion. * Doc string. * Fixed.
-
- 28 Feb, 2021 1 commit
-
-
Jerry Jiarui XU authored
* [Feature] Support save last checkpoint * move to before_run, update doc * move to after train * add comments
-
- 27 Feb, 2021 1 commit
-
-
Jintao Lin authored
-
- 26 Feb, 2021 2 commits
-
-
z55250825 authored
* delete all parrots file add bbox_overlaps new parrots op impl * support first new impl parrts op (bbox_overlaps)(success test) * add box_iou_rotated op, test succeed * add carafe and carafe_naive op, test succeed (one parrots bug need fix) * add cc_attention op, test success * add corner_pool op, test success * add parrots op deform_conv, test success * add deform_roi_pool op, test success (but has question) * add focal loss op, test success (gradcheck) * add masked_conv2d op, test success * add modulated_deform_conv op, test success * add nms and nms_rotated op, test success * add psamask op, test success * add roi_align op, test_success * add roi_pool op, test success * add sync_bn op, test success * add tin_shift op, test success * fix test_deform_roi_pool, add parrots test * skip test_onnx because parrots does not support onnx * fix c++ lint * fix python lint * fix python lint
-
RunningLeon authored
* Fix pytorch2onnx for yolov3 with torch==1.6.0 * update and add test for F.interpolate * add test_onnx.py with build_cuda
-
- 25 Feb, 2021 1 commit
-
-
Haian Huang(深度眸) authored
* Fix the iter error when the number of GPUs is different during resume * Add fromstring and unit test * Remove is_pretty_text * Fix comment * Add log info * Add py format check * Remove SyntaxError check
-
- 24 Feb, 2021 2 commits
-
-
Miao Zheng authored
-
Jintao Lin authored
-
- 23 Feb, 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 * add scatternd, nms plugin (WIP) * fix bugs of trt_nms * add trt nms test module * fix bugs of scatternd * code optimize, add comment about nms kernel * fix transform_if bug of t...
-
- 22 Feb, 2021 1 commit
-
-
ftbabi authored
* Support GELU activation function * Support different torch version * Fix bug in importing TORCH_VERSION * Wrap GELU module for PyTorch 1.3.x * Wrap GELU module for PyTorch 1.3.x
-
- 21 Feb, 2021 2 commits
- 20 Feb, 2021 2 commits
-
-
Y. Xiong authored
-
Miao Zheng authored
* fix baserunner bug * add unit test * hooks type check
-