Skip to content

Commit 05acd1e

Browse files
authored
fix comment mistake, issue#2
1 parent fe9cd4a commit 05acd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confusion_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def process_batch(self, detections, labels):
4444
Both sets of boxes are expected to be in (x1, y1, x2, y2) format.
4545
Arguments:
4646
detections (Array[N, 6]), x1, y1, x2, y2, conf, class
47-
labels (Array[M, 5]), x1, y1, x2, y2, class
47+
labels (Array[M, 5]), class, x1, y1, x2, y2
4848
Returns:
4949
None, updates confusion matrix accordingly
5050
'''

0 commit comments

Comments
 (0)