This repo is the PyTorch implementation of our paper:
The code is developed using Python 3.8 with PyTorch 1.11.0, and CUDA 11.3. All experiments in our paper were conducted on a single NVIDIA A40 GPU with 48GB memory.
Install the main packages:
pytorch == 1.11.0
torchvision == 0.12.0
cudatoolkit == 11.3.1
The original data can be downloaded in following links:
PS: Please cite the papers of original datasets when using the data in your publications
Following the list files (within the data folders) to split the datasets
python train_rematch.py
python eval.py
If you find this project useful, please consider citing:
If you have any questions or suggestions, please feel free to contact me (xxszqyy@gmail.com).