mmdet3d Docs update for registry location#2442
mmdet3d Docs update for registry location#2442JingweiZhang12 merged 1 commit intoopen-mmlab:mainfrom
Conversation
Registry docs are now under Advanced Tutorials.
|
Hi @pd-michaelstanley !We are grateful for your efforts in helping improve mmdetection3d open-source project during your personal time. Welcome to join OpenMMLab Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA Thank you again for your contribution❤ |
* [Docs] Update link of registry tutorial (#2442) Registry docs are now under Advanced Tutorials. * update issue template * update config.yml --------- Co-authored-by: pd-michaelstanley <88335018+pd-michaelstanley@users.noreply.github.com>
* [Docs] Update link of registry tutorial (#2442) Registry docs are now under Advanced Tutorials. * add typehint to the backbones of model. * Update typehint with OptMultiConfig and Tensor to torch.Tensor * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dla.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dla.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by: Xiang Xu <xuxiang0103@gmail.com> * Update typehint. * add typehint to function mono_cam_box2vis and remove assert keyword. * Update typehint. * Fixed some problems. --------- Co-authored-by: pd-michaelstanley <88335018+pd-michaelstanley@users.noreply.github.com> Co-authored-by: Xiang Xu <xuxiang0103@gmail.com>
Registry docs are now under Advanced Tutorials.
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Changed doc location. I was looking for the docs and had to go find them myself.
Modification
Updated the doc link for Registry in mmengine
BC-breaking (Optional)
No, no breaking changes
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist