update docs

pull/672/head
Xingyu Liao 2022-01-24 12:56:52 +08:00
parent 31d99b793f
commit 4508251d74
1 changed files with 5 additions and 4 deletions

View File

@ -2,9 +2,10 @@
We provide a command line tool to run a simple demo of builtin models.
You can run this command to get cosine similarites between different images
You can run this command to get cosine similarites between different images
```bash
cd demo/
sh run_demo.sh
```
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
```