Bin-ze / BEVFormer_segmentation_detection

Implemented BEVFormer support for BEV segmentation
Apache License 2.0
98 stars 9 forks source link

Visualization of results #2

Closed zhangkangkai closed 1 year ago

zhangkangkai commented 1 year ago

could you provide the code for visualization?

Bin-ze commented 1 year ago

you can check : https://github.com/Bin-ze/BEVFormer_segmentation_detection/blob/master/visual_det_seg.py

The generation steps from the exported result file to the final visualization result are shown here, but please note that when you need to combine the segmentation results, the segmentation visualization results need to be generated in advance from debug_test.py

zhangkangkai commented 1 year ago

Thank you very much. I have successfully visualized the results.