Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Mar 28, 2023
1 parent 1149c55 commit 1c04437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/detectnet-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="right">Next | <b><a href="segnet-console-2.md">Semantic Segmentation</a></b>
<br/>
Expand Down

0 comments on commit 1c04437

Please sign in to comment.