Skip to content

Commit

Permalink
adding SAHI paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Apr 13, 2024
1 parent cb657cf commit 51cca80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ your datasets and turn your good models into *great models*.
Zero-shot classification <zero_shot_classification.ipynb>
Data augmentation <data_augmentation.ipynb>
Clustering images <clustering.ipynb>
Detecting small objects<small_object_detection.ipynb>
Detecting small objects <small_object_detection.ipynb>
2 changes: 1 addition & 1 deletion docs/source/tutorials/small_object_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"source": [
"Object detection is one of the fundamental tasks in computer vision, but detecting small objects can be particularly challenging.\n",
"\n",
"In this walkthrough, you'll learn how to use a technique called SAHI (Slicing Aided Hyper Inference) in conjunction with state-of-the-art object detection models to improve the detection of small objects. We'll apply SAHI with Ultralytics' YOLOv8 model to detect small objects in the VisDrone dataset, and then evaluate these predictions to better understand how slicing impacts detection performance.\n",
"In this walkthrough, you'll learn how to use a technique called [SAHI (Slicing Aided Hyper Inference)](https://ieeexplore.ieee.org/document/9897990) in conjunction with state-of-the-art object detection models to improve the detection of small objects. We'll apply SAHI with Ultralytics' YOLOv8 model to detect small objects in the VisDrone dataset, and then evaluate these predictions to better understand how slicing impacts detection performance.\n",
"\n",
"It covers the following:\n",
"\n",
Expand Down

0 comments on commit 51cca80

Please sign in to comment.