Skip to content

Commit c048160

Browse files
committed
debug
1 parent 4d2e809 commit c048160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patched_yolo_infer/nodes/CombineDetections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(
7979
] # make str list
8080

8181
# Invoke the NMS:
82-
if self.class_agnostic_nms:
82+
if not self.class_agnostic_nms:
8383
self.filtered_indices = self.agnostic_nms(
8484
torch.tensor(self.detected_cls_id_list_full),
8585
torch.tensor(self.detected_conf_list_full),

0 commit comments

Comments
 (0)