Chen Duo
Chen Duo
数据集处理问题
感谢您提出了这么优秀的模型!我在使用您的模型框架对我的数据进行训练的过程中,测试结果为‘forest land’这一类标签他的IoU=0,Acc=0,Fscore=nan,precision=nan,影响了我的测试结果,经过debug发现可能是标签设置过程中forest land这一类标签没有打上去,该如何修改呢
Thank you for your excellent work. I noticed that in AD-PT only the pre-trained weights for PV-RCNN are provided. Are there pre-trained weights for other models (SECOND and CenterPoint) as...
你好,感谢你们为社区做了如此精彩的贡献。在复现你们代码的时候,遇到了如何生成数据集的问题,像Uni-3D方法我没有找到合适的数据集生成方法,kitti数据集的生成方法是python -m pcdet.datasets.kitti.kitti_dataset create_kitti_infos cfgs/dataset_configs/kitti/MDF/da_kitti_dataset_gt_D_p.yaml,这是可行的。可以告诉我Uni-3D的数据集生成方法吗