q.yao
|
fd3a1a16ea
|
Add deprecate warning of deployment (#1750)
|
2022-03-01 15:07:07 +08:00 |
Mashiro
|
a0127e1712
|
[Enhancement] Reorganizing OpenMMLab projects in readme (#1744)
* Reorganizing OpenMMLab projects in readme
* Update README.md
* Reorganizing OpenMMLab projects in readme
Reorganizing OpenMMLab projects in readme
* fix typo
* fix typo
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
|
2022-02-25 10:51:23 +08:00 |
Zaida Zhou
|
e7f049afa1
|
Add mmrotate link in README.md (#1733)
* Add mmrotate link in README.md
* Add mmrotate link in docs
* fix isort
|
2022-02-20 11:42:33 +08:00 |
Wenhao Wu
|
c1de4c9bbf
|
[Feature] Add spconv ops from mmdet3d (#1581)
* add ops (spconv) of mmdet3d
* fix typo
* refactor code
* resolve comments in #1452
* fix compile error
* fix bugs
* fix bug
* transform from 'types.h' to 'extension.h'
* fix bug
* transform from 'types.h' to 'extension.h' in parrots
* add extension.h in pybind.cpp
* add unittest
* Recover code
* (1) Remove prettyprint.h
(2) Switch `T` to `scalar_t`
(3) Remove useless lines
(4) Refine example in docstring of sparse_modules.py
* (1) rename from `cu.h` to `cuh`
(2) remove useless files
(3) move cpu files to `pytorch/cpu`
* reorganize files
* Add docstring for sparse_functional.py
* use dispatcher
* remove template
* use dispatch in cuda ops
* resolve Segmentation fault
* remove useless files
* fix lint
* fix lint
* fix lint
* fix unittest in test_build_layers.py
* add tensorview into include_dirs when compiling
* recover all deleted files
* fix lint and comments
* recover setup.py
* replace tv::GPU as tv::TorchGPU & support device guard
* fix lint
Co-authored-by: hdc <hudingchang.vendor@sensetime.com>
Co-authored-by: grimoire <yaoqian@sensetime.com>
|
2022-02-18 15:53:10 +08:00 |
Ren Tianhe
|
5de2b130d3
|
[Docs] Fix typo in registry.md (#1717)
|
2022-02-14 10:44:18 +08:00 |
Jamie
|
6e2b1067ba
|
[Docs] Add cuDNN installation in tensorrt_plugin.md (#1711)
* Update tensorrt_plugin.md
* Update tensorrt_plugin.md
* Update tensorrt_plugin.md
* Update tensorrt_plugin.md
|
2022-02-12 12:51:08 +08:00 |
Zaida Zhou
|
b6e1ab7e83
|
add wechat qrcode (#1669)
|
2022-01-19 22:35:36 +08:00 |
Yue Zhou
|
594ff3c0d3
|
[Feature] Add convex IoU CUDA op for rotated detection. (#1610)
* add convex iou
* fix lint
* add convex_iou
* fix convex_iou
* add convex_giou
* fix bug
* fix lint
* fix bug
* Update
* update
* add kernel loop
* fix bug.
* fix polygen typo
* simplify reverse
* Update convex_iou_cuda_kernel.cuh
* Update mmcv/ops/convex_iou.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/convex_iou.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* add AT_DISPATCH_FLOATING_TYPES_AND_HALF
* fix lint
* fix lint
* Resolving conflicts
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
|
2022-01-10 20:43:12 +08:00 |
Yue Zhou
|
9acc892a44
|
[Feature] Add active rotated filter op for rotated detection. (#1598)
* add active_rotated_filter
* fix lint
* fix lint
* renaming nRotation and nOrientation
* Update active_rotated_filter_cuda_kernel.cuh
* Update active_rotated_filter_cuda.cu
* fix bug
* fix lint
* Update test_active_rotated_filter.py
* fix lint
* Update active_rotated_filter_cuda_kernel.cuh
* renaming
* Update mmcv/ops/active_rotated_filter.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/active_rotated_filter.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/active_rotated_filter.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/active_rotated_filter.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/active_rotated_filter.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/active_rotated_filter.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* fix lint
* Resolving conflicts
* fix lint.
* Update __init__.py
* Update mmcv/ops/csrc/pytorch/cuda/active_rotated_filter_cuda.cu
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update active_rotated_filter.cpp
* fix lint
* Update mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.cpp
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/csrc/pytorch/cpu/active_rotated_filter.cpp
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update active_rotated_filter.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
|
2022-01-10 17:35:20 +08:00 |
Zaida Zhou
|
ff83e502a3
|
[Docs] Add the link of mmdeploy (#1638)
|
2022-01-10 16:26:37 +08:00 |
Yue Zhou
|
51b40c332a
|
[Feature] Add min_area_polygons CUDA op for rotated detection. (#1611)
* init
* Update pybind.cpp
* Update min_area_polygons_cuda.cuh
* Update cudabind.cpp
* fix bug
* Create test_min_area_polygons.py
* add test
* update
* Update min_area_polygons_cuda.cuh
* fix bugs.
* Update min_area_polygons_cuda.cuh
* Update min_area_polygons.py
* Update min_area_polygons_cuda.cuh
* merge these 4 nested loops
* add AT_DISPATCH_FLOATING_TYPES_AND_HALF
* fix lint
* Resolving conflicts
|
2022-01-10 11:00:50 +08:00 |
Jiazhen Wang
|
d30e37d4d5
|
[Refactor] refactor requirements (#1536)
* [Improve] build using ninja
* [Refactor] refactor requirements
* [Improve] imporve docs
* [Fix] fix file name
|
2021-12-29 23:15:11 +08:00 |
Zaida Zhou
|
d68119c1fe
|
[Docs] Add the link of mmrazor (#1612)
* Add the link of mmrazor
* Add the link of mmrazor
|
2021-12-24 15:31:49 +08:00 |
zhouyue
|
304efbb650
|
[Feature] Add points_in_polygons CUDA op for rotated detection. (#1600)
|
2021-12-24 10:56:48 +08:00 |
zhouyue
|
0bcbeadb53
|
[Feature] Add RiRoIAlignRotated CUDA op for rotated detection. (#1599)
|
2021-12-24 00:30:34 +08:00 |
zhouyue
|
2475dc3452
|
[Feature] Add feature refine CUDA op for rotated detection. (#1603)
* re PR
* replace all the feature_refine with rotated_feature_align
* replace all the FR with RotatedFeatureAlign
* Update mmcv/ops/rotated_feature_align.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/rotated_feature_align.py
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* fix lint
* Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/csrc/pytorch/cuda/cudabind.cpp
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* Update mmcv/ops/csrc/pytorch/cuda/rotated_feature_align_cuda.cu
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
* fix lint
* Update cudabind.cpp
* Update cudabind.cpp
* fix bug in test. & add backward test
* fix lint
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
|
2021-12-23 17:38:58 +08:00 |
Zaida Zhou
|
e4b5348ebf
|
[Docs] Refactor the structure of documentation (#1580)
* [Docs] Refactor the structure of documentation
* [Docs] Refactor the structure of documentation
* fix symlink
* fix link
* fix typo
* polish docstring
* fix docstring
|
2021-12-15 17:01:09 +08:00 |