Skip to content

Commit

Permalink
fix nor_fair.py formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
huaihuaiweng committed Nov 26, 2023
1 parent ae4a329 commit c33aa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evadb/functions/trackers/nor_fair.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def forward(self, frame_id, frame, labels, bboxes, scores):
scores.append(det[2])
ids.append(obj.id)

return np.array(ids), np.array(labels), np.array(bboxes_xyxy), np.array(scores)
return np.array(ids), np.array(labels), np.array(bboxes_xyxy), np.array(scores)

0 comments on commit c33aa57

Please sign in to comment.