DerrickXuNu / OpenCOOD

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

About cav_lidar_range and GT_range #139

Open shaojiabing opened 1 month ago

shaojiabing commented 1 month ago

Thanks for your great work! I have a question about the radar range: In OpenCOOD, there is a “cav_lidar_range” in models' config.yaml, as follow: lidar_range: &id004

The "cav_lidar_range" is used to segment the point cloud files of vehicles and to merge the point clouds of multiple vehicles within this range, followed by recognition within this range to obtain the vehicle recognition bounding box. "GT_RANGE" is used to generate the actual vehicle coordinate frames. Eventually, the actual vehicle coordinate frames are compared with the vehicle recognition bounding boxes to obtain the IOU.

Is it possible to modify both "cav_lidar_range" and "GT_RANGE" to other ranges that I want, and then train, ultimately for inference?

shaojiabing commented 1 month ago

Can I use your pre-trained model for inference on the model I've modified with a different range?