Accepted by IEEE TCSVT
Our new work Self-supervised Learning of LiDAR 3D Point Clouds via 2D-3D Neural Calibration achieves a higher accuracy, and we refer the readers to follow! [Code]
Here we provide KITTI prepared.
You can download it here.
Unzip these files, and the directory is as follows:
kitti
-calib
--00
--01
...
-sequences
--00
--01
...
Here we provide nuScenes prepared.
You can download it here.
We also provide the script for preparing NuScenes dataset in nuScenes_script folder (reffer to DeepI2P). They can be used to generate nuscenes dataset.
Install required lib as SO-Net or DeepI2P.
Indexmax
python train.py
python eval_all.py
python cal_error_all.py
python analysis.py
Note: There would be lots of intermediate results, please leave enough storage space.
@article{ren2022corri2p,
title={Corri2p: Deep image-to-point cloud registration via dense correspondence},
author={Ren, Siyu and Zeng, Yiming and Hou, Junhui and Chen, Xiaodong},
journal={IEEE Transactions on Circuits and Systems for Video Technology},
volume={33},
number={3},
pages={1198--1208},
year={2022},
publisher={IEEE}
}
We thank the authors of DeepI2P for their public code.
If you want to use our code, please cite our work.