AI-IT-AVs / RobustMat

RobustMat and Street Landmark Patch Datasets
MIT License
5 stars 1 forks source link

RobustMat

(IEEE TIP paper) RobustMat: Neural Diffusion for Street Landmark Patch Matching under Challenging Environments


PyTorch installation:

pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0

You can also use the following:

conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch
Ubuntu 20.04
CUDA 11.3
python 3.8

Our datasets are based on three open-source datasets, including KITTI Dataset, Oxford Radar RobotCar Dataset, and Boreas Dataset

@article{she2023robustmat,
  title={RobustMat: Neural Diffusion for Street Landmark Patch Matching under Challenging Environments},
  author={She, Rui and Kang, Qiyu and Wang, Sijie and Y{\'a}ng, Yu{\'a}n-Ru{\`\i} and Zhao, Kai and Song, Yang and Tay, Wee Peng},
  journal={IEEE Transactions on Image Processing},
  year={2023},
  publisher={IEEE}
}