An open API service indexing awesome lists of open source software.

https://github.com/7wilightxdev/ml_person_reid


https://github.com/7wilightxdev/ml_person_reid

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup
```shell
pip install -r requirements.txt
```

## Training
```shell
python train.py --root "./data" --max_epoch 20
```

## Testing
```shell
python test.py --root "./data"
```