Table 5 in your paper, the vehicle type
wanghangege opened this issue · 3 comments
Hello, thank you for your outstanding work, but could you please answer my question? Has "Vehicle", "Pedestrian", and "Cyclist" been redefined? like behind, because I try the dair-v2x-i detection in openpcdet with pointpillar, but got different results.
my results of the dair-v2x-i detection in openpcdet with pointpillar:
And if the type of "Vehicle", "Pedestrian", and "Cyclist" have been redefined, could you please give me the definition you set in somewhere.
请问下,您是按照官方说明的步骤将数据集转化为kitti格式的吗?我按照官方说明处理后,使用openpcdet kitti_dataset.py 提取的gt_database里的点云文件都是空的
Hello, thank you for your outstanding work, but could you please answer my question? Has "Vehicle", "Pedestrian", and "Cyclist" been redefined? like behind, because I try the dair-v2x-i detection in openpcdet with pointpillar, but got different results.
是啊,应该是你的读取或者写出有问题吧,很多基于官方说明进行转化的仓库都有实现,并且成功,可以参考类似的工作