Skip to content

Commit 28f58bf

Browse files
committed
fix example
1 parent 513484e commit 28f58bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/example_patch_based_inference.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"\n",
9393
"CombineDetections - Class implementing combining masks/boxes from multiple crops + NMS (Non-Maximum Suppression).\n",
9494
"Args:\n",
95-
" element_crops (MakeCropsDetectThem): Object containing crop information.\n",
95+
" element_crops (MakeCropsDetectThem): Object containing crop information. This can be either a \n",
96+
" single MakeCropsDetectThem object or a list of objects.\n",
9697
" nms_threshold (float): IoU/IoS threshold for non-maximum suppression.\n",
9798
" match_metric (str): Matching metric, either 'IOU' or 'IOS'. Default is 'IOS'.\n",
9899
" class_agnostic_nms (bool) Determines the NMS mode in object detection. When set to True, NMS \n",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"yolov8",
3434
"yolov9",
3535
"yolov10",
36-
"yolov11",
36+
"yolo11",
3737
"rtdetr",
3838
"fastsam",
3939
"sahi",

0 commit comments

Comments
 (0)