Sa-m's picture
Create configurations.md
ff43989
|
raw
history blame contribute delete
No virus
419 Bytes

A newer version of the Gradio SDK is available: 4.38.1

Upgrade

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