Update track.md

This commit is contained in:
√(noham)² 2024-07-23 22:56:06 +02:00 committed by GitHub
parent af5e96f97b
commit 577e3a5510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,11 +24,11 @@ python3 tracker/track_demo.py --device cpu --obj /Users/noham/Documents/GitHub/S
# Examples :
- [2016-200m_tracked.mp4](../VoTT-v2/tracking/2016-200m_tracked.mp4) ([2016-200m.mp4](../VoTT-v2/2016-200m.mp4))
https://github.com/user-attachments/assets/88507b49-97b7-486d-b935-c876bc7696a0
- [2018-100m_tracked.mp4](../VoTT-v2/tracking/2018-100m_tracked.mp4) ([2018-100m.mp4](../VoTT-v2/2018-100m.mp4))
https://github.com/user-attachments/assets/f4f95a61-6bb4-452b-b207-e8cfc6eb0eb9
- [2023-100m_tracked.mp4](../VoTT-v2/tracking/2023-100m_tracked.mp4) ([2023-100m.mp4](../VoTT-v2/2023-100m.mp4))
Mixture Variants:
https://user-images.githubusercontent.com/6877923/115474571-03c75800-a23e-11eb-8096-8973aad5fa9f.mp4
https://github.com/user-attachments/assets/e084a3d6-2a2c-434b-9552-e455e8dad1f0
# Fixes :
```text
@ -60,4 +60,4 @@ TRACKER_DICT = {
'ocsort': OCSortTracker,
'deepsort': DeepSortTracker
}
```
```