项目作者: DoubtedSteam

项目描述 :
The official implementation for Discover Cross-Modality Nuances for Visible-Infrared Person Re-Identification (CVPR21)
高级语言: Python
项目地址: git://github.com/DoubtedSteam/MPANet.git
创建时间: 2021-03-11T06:20:13Z
项目社区:https://github.com/DoubtedSteam/MPANet

开源协议:MIT License

下载


Discover Cross-Modality Nuances for Visible-Infrared Person Re-Identification

[paper]

This repository is Pytorch code for our proposed joint Modality and Pattern Alignment Network (MPANet)

Environmental requirements:

PyTorch == 1.2.0

ignite == 0.2.1

torchvision == 0.4.0

apex == 0.1

Quick start

  1. Clone this repository:
  1. git clone https://github.com/MPANet/MPANet.git
  1. Modify the path to datasets:

The path to datasets can be modified in the following file:

  1. ./configs/default/dataset.py
  1. Training:

To train the model, you can use following command:

SYSU-MM01:

  1. python train.py --cfg ./configs/SYSU.yml

RegDB:

  1. python train.py --cfg ./configs/RegDB.yml

trained model:

The checkpoint can be found here:
https://pan.baidu.com/s/1TnjtfMFPnm5TEprgAhqz9A

Code: rfti

Reference:

LuckyDC/RGB-IR-ReID-Baseline