https://github.com/7wilightxdev/ml_person_reid
https://github.com/7wilightxdev/ml_person_reid
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/7wilightxdev/ml_person_reid
- Owner: 7wilightxdev
- Created: 2021-11-03T08:34:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T09:39:13.000Z (over 4 years ago)
- Last Synced: 2026-02-01T07:51:30.625Z (5 months ago)
- Language: Jupyter Notebook
- Size: 9.26 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```