You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demo/inference_for_roboflow.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
"source": [
27
27
"# SAHI + Roboflow\n",
28
28
"\n",
29
-
"This notebook demonstrates how to run object detection using Roboflow's [RF-DETR](https://github.com/roboflow/rfdetr) models in combination with [SAHI (Slicing Aided Hyper Inference)](https://github.com/obss/sahi) for improved detection performance—particularly on small objects. \n",
29
+
"This notebook demonstrates how to run object detection using Roboflow's [RF-DETR](https://github.com/roboflow/rfdetr) models in combination with [SAHI (Slicing Aided Hyper Inference)](https://github.com/obss/sahi) for improved detection performance, particularly on small objects. \n",
30
30
"\n",
31
31
"You can set the `model` parameter in one of **three ways**, depending on whether you're using a model from [Roboflow Universe](https://universe.roboflow.com/search?q=object%20detection) or a custom-trained RF-DETR model."
0 commit comments