admin管理员组文章数量:1403455
I'm currently working on a 3D object detection project using PointCloud data captured from a Realsense D405 camera. Here's my current setup:
- I've collected custom datasets from a Realsense D405 camera and formatted them to match the SUNRGBD dataset structure
- I'm using the TR3D model () for detecting 9 different objects
- However, I'm not satisfied with the detection performance I'm getting with TR3D
I'm specifically looking for:
- Models that rely solely on PointCloud data (x,y,z,r,g,b) without leveraging 2D image features
- Ways to improve TR3D's performance
- SOTA models that work well with SUNRGBD dataset format
- Any recommended models that can be trained with custom PointCloud datasets
I've searched through Papers With Code and GitHub but haven't found suitable open-source alternatives yet. Any suggestions or guidance would be greatly appreciated.
Development Environment:
- Ubuntu 22.04
- ROS2 Humble
- Python & C++
本文标签:
版权声明:本文标题:Seeking alternatives to TR3D for 3D object detection using PointCloud data from Realsense D405 camera - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744361793a2602580.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论