From 72141b5e60edef3c9f0284e09a972fd2fdd26a78 Mon Sep 17 00:00:00 2001
From: SpyderXu <30540896+SpyderXu@users.noreply.github.com>
Date: Wed, 28 Feb 2018 20:34:26 +0800
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0928c90..bf20b06 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This is a simple multi-person tracking system.
### Instruction
-To run this code,you should install [SSD](https://github.com/weiliu89/caffe/tree/ssd) and build the python interface. A pretrained person detector caffemodel is also needed for the detector. Our pretrained [caffemodel](https://jbox.sjtu.edu.cn/1/cuaFUs) is also supplied. The image sequence should be stored under sequence folder. Some deploy files are under model folder. Run detrk.py to see the detection and association results. You can also edit some arguments to meet different situations.
+To run this code,you should install [SSD](https://github.com/weiliu89/caffe/tree/ssd) and build the python interface. A pretrained person detector caffemodel is also needed for the detector. Our pretrained [caffemodel](https://jbox.sjtu.edu.cn/l/cuaFUs) is also supplied. The image sequence should be stored under sequence folder. Some deploy files are under model folder. Run detrk.py to see the detection and association results. You can also edit some arguments to meet different situations.
### Result