Wenwei Zhang
Wenwei Zhang
The issue is about the first [GitLink Code Camp](https://mp.weixin.qq.com/s/upVI-2TQ0ezQGpzhDiF3Pg) activity, which are intended for Chinese students. ## 题目名称 基于 MMRotate,实现前沿的旋转框检测算法 ## 题目描述 ### 题目简介 MMRotate 是 OpenMMLab 中基于 PyTorch 的旋转框目标检测工具箱。目前支持了旋转框检测领域主流的数据集和...
1. we should log the updated free port to inform users since it is different from the expected port 2. what if the port set by users is not free?...
**Describe the feature** When loading an unreadable image file, the loading transform should 1. catch the failure 2. log the failure and the corresponding image path somewhere 3. return None...
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...
The issue is about the first [GitLink Code Camp](https://mp.weixin.qq.com/s/upVI-2TQ0ezQGpzhDiF3Pg) activity, which are intended for Chinese students. ## 题目名称 基于 MMDetection3D,支持轻量化3D感知模型的部署与应用 ## 题目描述 ### 题目简介 MMDetection3D 是 OpenMMLab 中的通用 3D 感知算法平台,目前已经支持了室内外多个主流数据集的单模态/多模态...
Hi, I met the compilation issue on Mac M1 as below ``` ld: in /Users/xxx/projects/ios-demo-app/ImageSegmentation/Pods/LibTorch/install/lib/libtorch.a(empty.cpp.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/xxx/projects/ios-demo-app/ImageSegmentation/Pods/LibTorch/install/lib/libtorch.a' for...
Use lower cases of key names in dataset.metainfo, to be consistent with MMSeg/MMTracking https://github.com/open-mmlab/mmsegmentation/blob/1.x/mmseg/datasets/cityscapes.py#L14
In the base 3D detector, it uses convert_to_datasample shown as below https://github.com/open-mmlab/mmdetection3d/blob/f9e5e98f7b5625b147515224f7497b4b99a15aaa/mmdet3d/models/detectors/base.py#L92 However, in MMDet, it uses add_pred_to_datasample: https://github.com/open-mmlab/mmdetection/blob/c9b47820d637ab341ca3ca869116fc3d91030c74/mmdet/models/detectors/base.py#L130 We should unify the name among them.
We should implement a compat_v0_model function so that it could have broader usage. _Originally posted by @ZwwWayne in https://github.com/open-mmlab/mmdetection3d/pull/1739#discussion_r948019297_
1. Do we need documentation in the readthedocs of this repository? 2. The contributing guideline such as https://github.com/InternLM/opencompass/blob/main/docs/en/notes/contribution_guide.md is missing, community may have issue in contributing to this project. 3....