ucla-mobility / V2V4Real

[CVPR2023 Highlight] The official codebase for paper "V2V4Real: A large-scale real-world dataset for Vehicle-to-Vehicle Cooperative Perception"
Other
192 stars 12 forks source link

Question about the V2V4Real dataset #5

Closed CSwakeQAQ closed 1 year ago

CSwakeQAQ commented 1 year ago

Thank u for such great contribution! I have downloaded the V2V4Real dataset from the official website, but after I unpacked it, I found that some parameters in the yaml file did not display properly.I tried to load these yaml files as dict, but failed.I wondered whether I had chosen the wrong encoding method?Or is the dataset yaml file encrypted? `ego_speed: 0 gps:

DerrickXuNu commented 1 year ago

Hi, I used pyyaml to save the annotation. When you use the pyyaml to save numpy array, it will show things like this. Please check opencood.hypes_yaml.yaml_utill.load_yaml to see how to load the annotation properlt