Open DFLyan opened 1 year ago
老哥请问您解决了吗,我最近也是可视化GT还有预测结果跑不通
@DFLyan , @ZitengXue Have either of you been able to work on this? do you have any suggestions?
我这边可以用test.py设置--task和out_path-可视化img_view,但是bev view 的lidar_det出不来。
You can use this file or office file with dataset.show
You can use this file or office file with dataset.show
How to generate the specific pkl?I can only generate result_nucs.json. Thanks for the reply. 哦 我看到你的md了 谢了
Branch
main branch https://mmdetection3d.readthedocs.io/en/latest/
📚 The doc issue
In Datasets-NuScenes Dataset-Testing and make a submission, "We can also visualize the prediction results with our developed visualization tools. Please refer to the visualization doc for more details." However, when I click the visualization doc, it will be "404 not found". When test nuscenes, the result will be saved as .json file, but the visualize_results.py in tools/misc needs .pkl. So, how can I fix this bug? And visualize the result with Open3D backend offline, then I can use the command:
python tools/misc/visualize_results.py ${CONFIG_FILE} --result ${RESULTS_PATH} --show-dir ${SHOW_DIR}
Suggest a potential alternative/fix
No response