Skip to content

Commit

Permalink
Update crabs/tracker/evaluate_tracker.py
Browse files Browse the repository at this point in the history
Co-authored-by: sfmig <[email protected]>
Signed-off-by: nikk-nikaznan <[email protected]>
  • Loading branch information
nikk-nikaznan and sfmig authored Jul 18, 2024
1 parent 8adb4bb commit b01b030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crabs/tracker/evaluate_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(
self.gt_dir = gt_dir
self.predicted_boxes_id = predicted_boxes_id
self.iou_threshold = iou_threshold
self.last_known_ids: Dict = {}
self.last_known_predicted_ids: Dict = {}
self.total_num_switches = 0

def get_predicted_data(self) -> Dict[int, Dict[str, Any]]:
Expand Down

0 comments on commit b01b030

Please sign in to comment.