Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed May 16, 2023
1 parent 37be85d commit cc83cfd
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,27 +178,6 @@ python track.py --source 0 --yolo-weights yolov8s.pt --classes 16 17 # COCO yol

</details>

<details>
<summary>Updates with predicted-ahead bbox in StrongSORT</summary>

If your use-case contains many occlussions and the motion trajectiories are not too complex, you will most certainly benefit from updating the Kalman Filter by its own predicted state. Select the number of predictions that suits your needs here:

https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet/blob/b1da64717ef50e1f60df2f1d51e1ff91d3b31ed4/trackers/strong_sort/configs/strong_sort.yaml#L7

Save the trajectories to you video by:

```bash
python track.py --source ... --save-trajectories --save-vid
```

<div align="center">
<p>
<img src="trackers/strong_sort/results/preds_example.gif" width="400"/>
</p>
</div>

</details>

<details>
<summary>MOT compliant results</summary>

Expand Down

0 comments on commit cc83cfd

Please sign in to comment.