Closed Yue2000 closed 1 year ago
Thanks for using OpenCOOD! This is error is not caused by Open3D. It happens when you have no predictions but try to draw prediction bounding box, which gives you a "nonetype" object error. I will fix it later, but for now, can you just write a if condition to check if the object is none, and skip the bbx visualization if it is?
Thanks for replying! I can get the results without visualizing, but there is a problem visualizing and saving the visualization results.
Yes, this what I am saying. The code can deal with Nonetype predictions without visualization. But when it comes with visualization, this will give an error
现在show_vis或者save_vis时,open3D库会出现一些问题无法运行