Skip to content

Commit

Permalink
test: yolov11_box_inference 3type_box_detection #22
Browse files Browse the repository at this point in the history
  • Loading branch information
MCG committed Nov 16, 2024
1 parent 705899c commit b70229b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box_detect/yolov11_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
image_path = os.path.join(patient_dir, image_file)
print(f"Running inference on: {image_path}")
# Run inference and save results
model.predict(image_path, save=True, imgsz=2048, conf=0.5,max_det=3,augment=True)
model.predict(image_path, save=True, imgsz=2048,iou=0.3, conf=0.3,max_det=3,augment=True)

0 comments on commit b70229b

Please sign in to comment.