2020-04-03 15:07:27 +08:00
|
|
|
# FastReID Demo
|
|
|
|
|
|
|
|
We provide a command line tool to run a simple demo of builtin models.
|
|
|
|
|
2022-01-24 12:56:52 +08:00
|
|
|
You can run this command to get cosine similarites between different images
|
2020-04-03 15:07:27 +08:00
|
|
|
|
2021-05-31 17:27:14 +08:00
|
|
|
```bash
|
2022-01-24 12:56:52 +08:00
|
|
|
python demo/visualize_result.py --config-file logs/dukemtmc/mgn_R50-ibn/config.yaml \
|
|
|
|
--parallel --vis-label --dataset-name DukeMTMC --output logs/mgn_duke_vis \
|
|
|
|
--opts MODEL.WEIGHTS logs/dukemtmc/mgn_R50-ibn/model_final.pth
|
|
|
|
```
|