AIR-THU / DAIR-RCooper

[CVPR2024] Official implementation of "RCooper: A Real-world Large-scale Dataset for Roadside Cooperative Perception"
https://openaccess.thecvf.com/content/CVPR2024/html/Hao_RCooper_A_Real-world_Large-scale_Dataset_for_Roadside_Cooperative_Perception_CVPR_2024_paper.html
55 stars 5 forks source link

Data Heterogeneity #8

Closed githigher closed 2 months ago

githigher commented 2 months ago

In intersection scenes, you configure two types of LiDARs, Multiline LiDARs Group and MEMS LiDARs. I would like to know if it is possible to get the type of LIDAR features in the code.😊

leofansq commented 2 months ago

Towards the unified cooperative perception for practical application, we didn't distinguish the types in the code. However, you can get the type according to the infrastructure's IDs.

Multiline LiDAR: 117, 120, 136, 139 MEMS LiDAR: 118, 119, 137, 138

githigher commented 1 month ago

Thank you very much for your reply! Can you be more specific as to where the code to get the infrastructure ID is located? I'd like to try two different encoders for Multiline LiDARs Group and MEMS LiDARs.

leofansq commented 1 month ago