shichaoy / cube_slam

CubeSLAM: Monocular 3D Object Detection and SLAM
Other
842 stars 232 forks source link

How to save the final result? #57

Open lin-fangzhou opened 1 year ago

lin-fangzhou commented 1 year ago

In the mono. launch file, there are these two parameters.

mono.launch # save result param name="whether_save_online_detected_cuboids" value="false" / param name="whether_save_final_optimized_cuboids" value="false" /

What I understand is that setting them to true will save the coordinates of the cube of the object in the SLAM map. But after I set them to true, I still couldn't find any results. Can someone help me?