We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d99b7 commit 4508251Copy full SHA for 4508251
demo/README.md
@@ -2,9 +2,10 @@
2
3
We provide a command line tool to run a simple demo of builtin models.
4
5
-You can run this command to get cosine similarites between different images
+You can run this command to get cosine similarites between different images
6
7
```bash
8
-cd demo/
9
-sh run_demo.sh
10
-```
+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
11
+```
0 commit comments