Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
layumi authored Sep 25, 2024
1 parent 7dfc885 commit 8580972
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,32 @@ We could use this tech to help people. Check the great video by Nvidia. (https:/
Person re-identification, 行人重识别, 人の再識別, 보행자 재 식별, Réidentification des piétons, Ri-identificazione pedonale, Fußgänger-Neuidentifizierung, إعادة تحديد المشاة, Re-identificación de peatones

## Prerequisites
- Python 3.6
- GPU Memory >= 4G
- Numpy
- Pytorch 0.3+ (http://pytorch.org/)
- Torchvision from the source
- Install Pytorch from http://pytorch.org/
- Install required packages
```bash
pip install -r requirements.txt
```
- [Optional] You may skip it. Usually it comes with pytorch. Install Torchvision from the source
```bash
git clone https://github.com/pytorch/vision
cd vision
python setup.py install
```
- [Optional] You may skip it. Install apex from the source
```bash
git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install --cuda_ext --cpp_ext
```
Because pytorch and torchvision are ongoing projects.

Here we noted that our code is tested based on Pytorch 0.3.0/0.4.0/0.5.0/1.0.0 and Torchvision 0.2.0/0.2.1 .


## Getting started
Check the Prerequisites. The download links for this practice are:

- Code: [Practical-Baseline](https://github.com/layumi/Person_reID_baseline_pytorch)
- Code: [ReID-Baseline](https://github.com/layumi/Person_reID_baseline_pytorch)
- Data: [Market-1501](http://188.138.127.15:81/Datasets/Market-1501-v15.09.15.zip) [[Google]](https://drive.google.com/file/d/0B8-rUzbwVRk0c054eEozWG9COHM/view) [[Baidu]](https://pan.baidu.com/s/1ntIi2Op)

A quick command line to download Market-1501 is:
Expand Down

0 comments on commit 8580972

Please sign in to comment.