3DTrans icon indicating copy to clipboard operation
3DTrans copied to clipboard

An open-source codebase for exploring autonomous driving pre-training

Results 8 3DTrans issues
Sort by recently updated
recently updated
newest added

Hello, thanks for you ADA codebase. I try to train pvrcnn with Bi3D, I use kitti as source domain and a custom dataset in kitti format (smaller than kitti) as...

In Table 8 of Uni3D, generalization study is conducted by evaluating zero-shot detection accuracy on KITTI. Since two separate detection heads are trained and a dual-BN is leveraged for nuscenes...

Hi, Thank you for this repository. I really like the Quick Sequence Demo. I would like to use the same for KITTI /Waymo. Is it to be used the same...

Nice job! How can I use weakly supervised pre-training on the Waymo dataset for fine-tuning to Kitti?

Hello, thanks for great works! During Waymo dataset evaluation, I encountered 0 mAP and GT objects. I searched in PCDet issue, the author says that Waymo 1.0.0 is incompatible with...

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的数据集生成方法吗