Closed PengboLi1998 closed 2 years ago
Hi @PengboLi1998 ,
As you use fcaf3d
you should try to print boxes in SingleStageSparse3DDetector.
Thank you for your reply.I will have a try!
Hello,I have printed the predicted bbox coordinate ,but I found the coordinate system has changed from the original input point cloud.And what should I do to keep same with original input point cloud coordinate system.
Actually, the point cloud as an input of the first layer and the predicted boxes are in the same coordinate system. You can check our visualization in meshlab
.
Your problem may be caused by a single rotation of the ScanNet
point cloud here.
Hello,I successfully run your code,but I want to output all predict bbox coordinate position.I have tried print the bbox_list in single_stage_mono3d.py,but when i run the tools/test.py ,I found it did not call the single_stage_mono3d.py.Could you please help me ?