DerrickXuNu / OpenCOOD

[ICRA 2022] An opensource framework for cooperative detection. Official implementation for OPV2V.
https://mobility-lab.seas.ucla.edu/opv2v/
Other
663 stars 99 forks source link

KeyError: 'D:\\OpenCOOD\\validate\\2021_08_21_17_30_41\\4279\\000069.yaml when executing visualizing and training command in terminal on Windows #88

Closed michaeltan53 closed 1 year ago

michaeltan53 commented 1 year ago

Hi, I'm trying to run the command _python opencood/visualization/vis_data_sequence.py --color_mode ${COLOR_RENDERINGMODE}"constant" on Windows, while it returns a KeyError KeyError: 'D:\OpenCOOD\validate\2021_08_21_17_30_41\4279\000069.yaml' for the line of code load_yaml(cav_content[timestamp_key]['yaml'])['lidar_pose']
in the file basedataset.py. Why does it happen and how can I solve it? Many thanks.

DerrickXuNu commented 1 year ago

Did you solve the issue already? I think it is mainly caused by windows's os path.

michaeltan53 commented 1 year ago

Did you solve the issue already? I think it is mainly caused by windows's os path.

Not yet, I cannot solve this problem on Windows, but I'm able to run the project on both MacOS and Linux system environment