Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Koldim2001 committed Oct 8, 2024
1 parent 513484e commit 28f58bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/example_patch_based_inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"\n",
"CombineDetections - Class implementing combining masks/boxes from multiple crops + NMS (Non-Maximum Suppression).\n",
"Args:\n",
" element_crops (MakeCropsDetectThem): Object containing crop information.\n",
" element_crops (MakeCropsDetectThem): Object containing crop information. This can be either a \n",
" single MakeCropsDetectThem object or a list of objects.\n",
" nms_threshold (float): IoU/IoS threshold for non-maximum suppression.\n",
" match_metric (str): Matching metric, either 'IOU' or 'IOS'. Default is 'IOS'.\n",
" class_agnostic_nms (bool) Determines the NMS mode in object detection. When set to True, NMS \n",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"yolov8",
"yolov9",
"yolov10",
"yolov11",
"yolo11",
"rtdetr",
"fastsam",
"sahi",
Expand Down

0 comments on commit 28f58bf

Please sign in to comment.