Spaces:
Sleeping
Sleeping
Update tracking.py
Browse files- tracking.py +1 -2
tracking.py
CHANGED
|
@@ -5,8 +5,7 @@ from collections import deque
|
|
| 5 |
import uuid
|
| 6 |
from detection import Detection # Add this line
|
| 7 |
|
| 8 |
-
|
| 9 |
-
...
|
| 10 |
|
| 11 |
class Track:
|
| 12 |
"""Simple track for a single dog"""
|
|
|
|
| 5 |
import uuid
|
| 6 |
from detection import Detection # Add this line
|
| 7 |
|
| 8 |
+
|
|
|
|
| 9 |
|
| 10 |
class Track:
|
| 11 |
"""Simple track for a single dog"""
|