DerrickXuNu / OpenCOOD

[ICRA 2022] An opensource framework for cooperative detection. Official implementation for OPV2V.
https://mobility-lab.seas.ucla.edu/opv2v/
Other
663 stars 99 forks source link

something wrong with the open3D #83

Closed Yue2000 closed 1 year ago

Yue2000 commented 1 year ago

现在show_vis或者save_vis时,open3D库会出现一些问题无法运行

Yue2000 commented 1 year ago

1~))D~I L0HF9$~%@LO AN8

DerrickXuNu commented 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?

Yue2000 commented 1 year ago

Thanks for replying! I can get the results without visualizing, but there is a problem visualizing and saving the visualization results.

DerrickXuNu commented 1 year ago

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