Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clearer name
  • Loading branch information
abaybektursun committed Dec 24, 2022
commit a331008687b2aa372036d5da5156f8e8cd001ba0
2 changes: 1 addition & 1 deletion yolox/tracker/byte_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def update(self, output_results, img_info, img_size, track_det_idx=False):
Args:
output_results: detection results + Scores + det_idx (optional)
img_info: original image information
img_size: scaled image size
img_size: inference scaled image size
track_det_idx: whether to track det_idx (index corresponding to the detection results)
"""
self.frame_id += 1
Expand Down