Skip to content

Commit 4508251

Browse files
committed
update docs
1 parent 31d99b7 commit 4508251

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

demo/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
We provide a command line tool to run a simple demo of builtin models.
44

5-
You can run this command to get cosine similarites between different images
5+
You can run this command to get cosine similarites between different images
66

77
```bash
8-
cd demo/
9-
sh run_demo.sh
10-
```
8+
python demo/visualize_result.py --config-file logs/dukemtmc/mgn_R50-ibn/config.yaml \
9+
--parallel --vis-label --dataset-name DukeMTMC --output logs/mgn_duke_vis \
10+
--opts MODEL.WEIGHTS logs/dukemtmc/mgn_R50-ibn/model_final.pth
11+
```

0 commit comments

Comments
 (0)