From 1c04437bf918cb24da9fc8daac4e30e290c90b3c Mon Sep 17 00:00:00 2001 From: Dustin Franklin Date: Tue, 28 Mar 2023 13:19:29 -0400 Subject: [PATCH] updated docs --- docs/detectnet-tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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