Closed vcpudding closed 2 years ago
Hi,
Did you follow the whole preprocessing pipeline in V2X-ViT? Did you convert your data to opv2v format?
I preprocessed the lidar point clouds to make sure the ground plane aligns with the x-y plane. There's only one data source, so I set the extrinsic to identity matrix. My data is not annotated so the ground truth boxes list are left empty. The data folder structure is organized in the opv2v format. Are there other processing pipelines I should follow?
can you send some detection visualizations?
also, CARLA is using left-hand system. You may want to make sure your data follows that
Dear author,
I'm trying to make a dataset from my own ROS bag file and use the pretrained V2X-ViT model for inference. But the detection results are never correct. I'm not sure if I get the pcd formats right. Can you suggest the guidelines or scripts to import custom ROS data?
Thanks!