A Simple yet effective architecture for VI-ReID. No need for fancy, complicated methods.
Yiyuan Ge, Zhihao Chen, Ziyang Wang
-
[09/2024] 📣We submitted our paper to ICASSP 2025.
-
[08/2024] 📣We released the code.
- (a) baseline
- (b)SEPG-Net
Run pip install -r requirements.txt in the root directory of the project.
-
The RegDB and SYSU-MM01 datasets are publicly available, which can be find at paper 1 and paper 2.
-
change the data_path in
code/train_row.py(line 60 and 64). -
python train_row.py --gpu 0 --dataset sysu(RegDB is similarly configured).
If you have any questions, feel free to approach me at gyy551805@126.com.
