Skip to content

Commit

Permalink
initializing tutorial w/ indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmarks committed Mar 28, 2024
1 parent 33e1d9e commit 58bd844
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ your datasets and turn your good models into *great models*.
:image: ../_static/images/tutorials/data_augmentation.png
:tags: App,Dataset-Curation,Visualization

.. customcarditem::
:header: Small Object Detection with SAHI
:description: Detect small objects in your images with Slicing-Aided Hyper-Inference (SAHI) and FiftyOne.
:link: small_object_detection.html
:image: ../_static/images/tutorials/small_object_detection.png
:tags: Model-Evaluation

.. End of tutorial cards
.. raw:: html
Expand Down Expand Up @@ -201,3 +208,4 @@ your datasets and turn your good models into *great models*.
Dimensionality reduction <dimension_reduction.ipynb>
Zero-shot classification <zero_shot_classification.ipynb>
Data augmentation <data_augmentation.ipynb>
Small object detection <small_object_detection.ipynb>
18 changes: 18 additions & 0 deletions docs/source/tutorials/small_object_detection.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 58bd844

Please sign in to comment.