Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
L1aoXingyu committed Jan 24, 2022
1 parent 31d99b7 commit 4508251
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 4508251

Please sign in to comment.