diff --git a/docs/detectnet-tracking.md b/docs/detectnet-tracking.md index 6b0465a5f..60861d6be 100644 --- a/docs/detectnet-tracking.md +++ b/docs/detectnet-tracking.md @@ -95,7 +95,7 @@ for detection in detections: print(f"object {detection.TrackID} has lost tracking") ``` -If the track was lost (`TrackStatus=-1`), that object will be dropped and no longer be included in the detections array on subsequent frames. +If the track was lost (`TrackStatus=-1`), that object will be dropped and no longer included in the detections array on subsequent frames.

Next | Semantic Segmentation