Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-Level Language-Driven Video-Based Visible-Infrared Person Re-Identification

This is the official repository for VLD, a novel framework designed for Video-Based Visible-Infrared Person Re-Identification.

framework


🚀 Getting Started

📁 Dataset

This project supports two benchmark datasets for Video-based Visible-Infrared Person Re-Identification: VCM and BUPT.

🏋️‍♂️ Training

To train VLD on the VCM dataset:

CUDA_VISIBLE_DEVICES=0 python main.py --mode train --dataset vcm  --pid_num 500 --output_path logs/vcm

To train VLD on the BUPT dataset:

CUDA_VISIBLE_DEVICES=0 python main.py --mode train --dataset bupt  --pid_num 1074 --output_path logs/bupt

🚗Evaluation

To evaluate the model on the VCM dataset:

CUDA_VISIBLE_DEVICES=0 python main.py --mode test --dataset vcm   --pid_num 500   --resume_test_path logs/vcm/models  --output_path logs/vcm_test

To evaluate the model on the BUPT dataset:

CUDA_VISIBLE_DEVICES=0 python main.py --mode test --dataset bupt  --pid_num 1074  --resume_test_path logs/bupt/models --output_path logs/bupt_test

💾 Pretrained Models & Training Logs

We provide pretrained weights and training logs for both datasets:

🔹 VCM Dataset

🔹 BUPT Dataset

Please download the .pth model files and place them into the appropriate logs/[dataset]/models/ directory before running evaluation.

Citation

If you find VLD useful in your research, please consider citing:

@article{li2025video,
  title={Video-Level Language-Driven Video-Based Visible-Infrared Person Re-Identification},
  author={Li, Shuang and Leng, Jiaxu and Kuang, Changjiang and Tan, Mingpi and Gao, Xinbo},
  journal={IEEE Transactions on Information Forensics and Security},
  year={2025},
  publisher={IEEE}
}

About

No description, website, or topics provided.

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages