-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A problem about visualization process on the result of OpenLaneV2_Subset_B_Dataset #13
Comments
It seems that openlanev2 does not support the visualization of set B. Btw, please carefully check the error information by yourself. :) |
Thank you for your reply. I try the "Centerline.ipynb" tutorials in openlanev2. But when I run
But when I try the .pkl document "data_dict_subset_B_test.pkl", which is generated by the openlanev2 preprocess.py, there is no error. The command is Does the inference result of the model in this output.pkl? How can I view the .pkl document? Thanks! |
I met the same error,but which occured when I run visualize_results.py on subsetA instead of B. I run the commendpython visualize_results.py /root/autodl-tmp/TopoMLP/projects/configs/topomlp_setA_r50_wo_yolov8.py --result=/root/autodl-tmp/TopoMLP/out_pkl/out.pkl --show-dir=/root/autodl-tmp/TopoMLP/out_pkl/show-dir but some errors occur |
I am not sure if the script "visualize_results.py" is available. I visualize my results from "test.py" in terms of Openlanev2:
|
test.py,可以保存show,没问题 |
Thank you for your job first!
After I run the test command:
./tools/dist_test.sh projects/configs/topomlp_setB_r50_wo_yolov8.py /home/zhangyiqing/mmdetection3d/checkpoints/topomlp_setB_r50_wo_yolov8_e24.pth 4 --eval=bbox --out output.pkl
, I get the output document "output.pkl". But when I use run visualize_results.py to try to visualize the output, some errors occured:
Is there any problems in my command? Look forward to your reply. Thank you very much. :)
The text was updated successfully, but these errors were encountered: