[enums] add userlabeled flag to detectionItems

This commit is contained in:
Jan Grewe 2025-02-26 11:16:25 +01:00
parent ff3e0841a6
commit 1c2f84b236

View File

@ -7,6 +7,7 @@ class DetectionData(Enum):
FRAME = 1
COORDINATES = 2
TRACK_ID = 3
USERLABELED = 4
class Tracks(Enum):
TRACKONE = 1