Skip to content

xuebizei/DIAN

Repository files navigation

DIAN

Dynamic Identity-Guided Attention Network for Visible-Infrared Person Re-identification

image

DIAN Installation

Create the conda environment (Default installation path), other installation path, use -p to select your own path:

conda env create -f environment.yml

List all of the environment:

conda info -envs

To activate the environment:

conda activate DIAN

Training

python train.py --dataset sysu --gpu 0 --img_w 144 --img_h 288 --batch-size 6 --num_pos 4 --trial --lr 0.1 --erasing_p 0.5 
--dataset choose the dataset for training (SYSU-MM01, RegDB)
--gpu select the GPU device

For dataset acquisition, subscribe via https://github.com/wuancong/SYSU-MM01, http://dm.dongguk.edu/link.html

Cite

@article{gao2024dynamic,
  title={Dynamic Identity-Guided Attention Network for Visible-Infrared Person Re-identification},
  author={Gao, Peng and Lee, Yujian and Zhang, Hui and Liu, Xubo and Hu, Yiyang and Jing, Guquan},
  journal={arXiv preprint arXiv:2405.12713},
  year={2024}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages