filaPro / oneformer3d

[CVPR2024] OneFormer3D: One Transformer for Unified Point Cloud Segmentation
Other
335 stars 33 forks source link

How to use OneFormer3D for 3D object detection using segmentation results? #90

Open Treakun opened 2 days ago

Treakun commented 2 days ago

I am trying to use OneFormer3D for 3D object detection by generating axis-aligned bounding boxes based on segmentation results, as mentioned in the paper. However, I couldn't find relevant code in the repository. Could you guide me on how to implement this?

filaPro commented 2 days ago

Please follow #21.

Treakun commented 2 days ago

Thank you for your guidance!