From 38a6255038acf215498d1b6cbb3fe148b50b3cb4 Mon Sep 17 00:00:00 2001 From: "mikel.brostrom" Date: Fri, 4 Dec 2020 12:31:59 +0100 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45fc475e2d..a580f53519 100755 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ All dependencies are included in the associated docker images. Docker requiremen ## Before you run the tracker -Clone the repository recursively: +1. Clone the repository recursively: `git clone --recurse-submodules https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch.git` If you already cloned and forgot to use `--recurse-submodules` you can run `git submodule update --init` -Github block pushes of files larger than 100 MB (https://help.github.com/en/github/managing-large-files/conditions-for-large-files). Hence you need to download two different weights: the ones for yolo and the ones for deep sort +2. Github block pushes of files larger than 100 MB (https://help.github.com/en/github/managing-large-files/conditions-for-large-files). Hence you need to download two different weights: the ones for yolo and the ones for deep sort - download the yolov5 weight from the latest realease https://github.com/ultralytics/yolov5/releases. Place the downlaoded `.pt` file under `yolov5/weights/` - download the deep sort weights from https://drive.google.com/drive/folders/1xhG0kRH1EX5B9_Iz8gQJb7UNnn_riXi6. Place ckpt.t7 file under`deep_sort/deep/checkpoint/`