When using tools/test.py a .pkl file is generated with the bbox predictions. My questions are two:
How to obtain visualizations from this .pkl file? I do not want to use the 'visualize.py' script since it does inference again, which is not needed if I already have the predictions.
In addition, if I want to visualize the results in the map (with road segmentations and so on), I guess I have to convert coordinate system to global for each bbox. Any hint on how to retrieve this matrices (or to do this in general)?
When using tools/test.py a .pkl file is generated with the bbox predictions. My questions are two:
Thanks in advance