Spaces:
Runtime error
Runtime error
model.conf = 0.25 # NMS confidence threshold | |
iou = 0.45 # NMS IoU threshold | |
agnostic = False # NMS class-agnostic | |
multi_label = False # NMS multiple labels per box | |
classes = None # (optional list) filter by class, i.e. = [0, 15, 16] for COCO persons, cats and dogs | |
max_det = 1000 # maximum number of detections per image | |
amp = False # Automatic Mixed Precision (AMP) inference |