I get a prediction.pkl in work_dir work_dirs/0075cbgs_cos3x7_group2_15+5 directory, I want visualize the result, but I find the ./detection/tools/visual.py can not work well, so where can I find the scrip to visualize predict result.
Hi, you can use ./detection/tools/demo.py to visualize the detection result in top-down view. For 3D view, you can use open3d or mayavi to load and visualize the point cloud and detection boxes.
when I run the follow command:
I get a
prediction.pkl
inwork_dir work_dirs/0075cbgs_cos3x7_group2_15+5
directory, I want visualize the result, but I find the./detection/tools/visual.py
can not work well, so where can I find the scrip to visualize predict result.