Skip to content

Commit

Permalink
Fixed link to pre-generated detections
Browse files Browse the repository at this point in the history
  • Loading branch information
nwojke committed Oct 28, 2018
1 parent 053b9ba commit c62e1e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ First, clone the repository:
git clone https://github.com/nwojke/deep_sort.git
```
Then, download pre-generated detections and the CNN checkpoint file from
[here](https://drive.google.com/drive/folders/18fKzfqnqhqW3s9zwsCbnVJ5XF2JFeqMp).
[here](https://drive.google.com/open?id=1m2ebLHB2JThZC8vWGDYEKGsevLssSkjo).

*NOTE:* The candidate object locations of our pre-generated detections are
taken from the following paper:
Expand Down Expand Up @@ -113,7 +113,8 @@ In package `deep_sort` is the main tracking code:

The `deep_sort_app.py` expects detections in a custom format, stored in .npy
files. These can be computed from MOTChallenge detections using
`generate_detections.py`. We also provide [pre-generated detections](https://owncloud.uni-koblenz.de/owncloud/s/f9JB0Jr7f3zzqs8).
`generate_detections.py`. We also provide
[pre-generated detections](https://drive.google.com/open?id=1VVqtL0klSUvLnmBKS89il1EKC3IxUBVK).

## Citing DeepSORT

Expand Down

0 comments on commit c62e1e0

Please sign in to comment.