SamsungLabs / tr3d

[ICIP2023] TR3D: Towards Real-Time Indoor 3D Object Detection
Other
141 stars 8 forks source link

image visualization #30

Open lin1fan opened 4 months ago

lin1fan commented 4 months ago

Hello, can you teach me image visualization

filaPro commented 4 months ago

I think, we only support point cloud visualization it his repo.

lin1fan commented 4 months ago

Can you explain it in detail,After testing, I would like a visual result

filaPro commented 4 months ago

You can run visualization command from our readme and than open the results in meshlab.

MRCHENWJ commented 3 months ago

Hello, how can I visualize the S3DIS dataset in the paper and why are my object prediction results like this?

MRCHENWJ commented 3 months ago

image

filaPro commented 3 months ago

What do you mean? If there are many extra low confidence predictions you can increase score_thr in config. If you want points to be colored and the boxes to be transparent just play a bit with meshlab options for each layer (points, gt, pred).

MRCHENWJ commented 3 months ago

What do you mean? If there are many extra low confidence predictions you can increase in config. If you want points to be colored and the boxes to be transparent just play a bit with meshlab options for each layer (points, gt, pred).score_thr

Thank you, the issue has been resolved!