-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap of MMDetection3d #16
Comments
Hi all, thanks for releasing this wonderful project! I 'm wondering what's your recent development plan for new models or methods? |
In the previous version (PCDet), I see that PV-RCNN is supported. However, it is not supported now. So, I hope to see PV-RCNN again. |
PCDet and mmdet3d are two different codebases. You may refer to PCDet for PV-RCNN now, and we will support it in mmdet3d soon. |
Thanks for the development of MMDetection3d. I would appreciate the support for the Waymo Dataset. |
Thanks for the opensource. Can we support 3DSSD https://github.com/Jia-Research-Lab/3DSSD? |
Can we support SA-SSD https://github.com/skyhehe123/SA-SSD?The AP and speed is also good. |
Hello, this code can visualize the 3D detection box in the point cloud, may I ask if the 3D detection box can be visualized in the 2D image,and how do we do that? |
Hi. all. I hope to see the implementation of pseudo LiDAR in mmdetection3d. And also, I think more visualization of data processing and detection result are required, too. |
Hi, all. https://github.com/mit-han-lab/torchsparse |
Hi, all. If I wanna add a feature to dataset (for example, besides (x,y,z,intensity), I wanna add another feature to it and make the data become (x,y,z,intensity,another featrue).), could you guys provides some interfaces or functions or sth? |
We recommend to do this in the model part. You can implement a new module to process the point data following the guide here |
ZwwWayne, thank you very much for your answer. I think I asked a wrong question… The new kitti-like dataset (x,y,z,intensity,another feature) have already been made. The question is how I can train the model with my dataset. I tried to change the "load_dims" and "use_dims" in configs from 4 to 5, but some errors were threw… After I fixed these errors, another errors were threw again… Now the newest error is Runtime Error: size mismatch. |
Feel free to create a new issue to describe your issues following the |
Thanks for the suggestion. We will investigate these repos and may change the dependency if necessary. |
Can you add support for sematic-kitti ? |
any plan for ONNX support? |
This is a planned feature, but we may not support it very soon. So PRs are also welcomed. |
Thanks for your job. And it would be nice if cuda11.1/torch1.7 are compatible |
Can you add support for Pandaset ? |
Do you have plans to release the code for your FCOS3D on NuScenes in near future? |
Yes. More information could be referred to #247 . |
Can you support Cirrus dataset ? |
Hi, this multi-modality visualization has been supported recently. Check out our demo and how to use for it! |
pointPainting |
这是来自QQ邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。徐谦
|
It would be nice if mmdet3d could incorporate radar information like lidar, Our lab, and many radar researcher also need a good platform to employ radar and camera fusion and so on, thanks. |
这是来自QQ邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。徐谦
|
你好,请问dgcnn的内容是删除了嘛?什么时候重新上线呢? |
这是来自QQ邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。徐谦
|
Would you consider RPVNet? |
这是来自Foxmail邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。徐谦
|
有考虑用point transformer进行尝试,您说的这个我还没有细看。主要是想将新内容用在dgcnn上进行尝试提升,不知您有什么好的建议? |
* add trt instance norm plugin * last line empty * fix clang format * fix grid_sample clang format * remove redundant * fix lint * refine codes * fix clang format * clang format * clang format * clang format
* support coverage * test codecov action 2
deep fusion and bevfusion |
这是来自Foxmail邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。
|
Support radar data in nuScenes! |
这是来自Foxmail邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。
|
Suggested by @JingweiZhang12 . Add request for Cube RCNN implementation. |
这是来自Foxmail邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。
|
Any updates on that? |
为什么我就是实现不了目标检测的demo,谁能帮帮我 |
这是来自Foxmail邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。
|
Hi, is there any update on the radar integration for bevfusion project? |
这是来自Foxmail邮箱的自动回复邮件。
您好,您的来信已收到,我将尽快给您回复。
|
@JingweiZhang12 @zhanghang1989 |
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
V0.7.0 (October-November)
V0.6.0 (September)
The text was updated successfully, but these errors were encountered: