训练fast-reid模型

1. 下载项目

git clone [email protected]:JDAI-CV/fast-reid.git

2. 安装依赖

  • 安装requirements.txt
conda create -n fastreid python=3.7
conda activate fastreid
conda install pytorch==1.6.0 torchvision tensorboard -c pytorch
pip install -r docs/requirements.txt
  • 编译rank_cylib加速评估过程
cd fastreid/evaluation/rank_cylib;
make all

3. 下载Market1501数据

  • 百度网盘
  • 谷歌网盘

你可能感兴趣的:(深度学习)