From 4508251d7439c6c20e8e2d9573c6123b1f388cc5 Mon Sep 17 00:00:00 2001 From: Xingyu Liao Date: Mon, 24 Jan 2022 12:56:52 +0800 Subject: [PATCH] update docs --- demo/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/demo/README.md b/demo/README.md index 572e51f..9923210 100644 --- a/demo/README.md +++ b/demo/README.md @@ -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 -``` \ No newline at end of file +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 +```