Skip to content

Where can I change the NMS parameters? #1426

Answered by Pranay-Pandey
mochiao asked this question in Q&A
Discussion options

You must be logged in to vote

Change it while performing the prediction using the YOLO model object

Example -
model = YOLO("yolov8n.pt")
results = model(file, conf=value, iou=iou_threshold)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mochiao
Comment options

@glenn-jocher
Comment options

Answer selected by mochiao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants