Move into tools directory

This commit is contained in:
Brad Dwyer 2023-12-28 11:42:55 -06:00
parent d7420c545e
commit 1d4d7dd4ea
5 changed files with 5 additions and 5 deletions

View File

@ -1,3 +0,0 @@
## Smoother
:::supervision.detection.smoother.Smoother

View File

@ -0,0 +1,3 @@
## Detection Smoother
:::supervision.detection.tools.smoother.Smoother

View File

@ -37,12 +37,12 @@ nav:
- Core: classification/core.md
- Detections:
- Core: detection/core.md
- Smoother: detection/smoother.md
- Utils: detection/utils.md
- Tools:
- Line Zone: detection/tools/line_zone.md
- Polygon Zone: detection/tools/polygon_zone.md
- Inference Slicer: detection/tools/inference_slicer.md
- Detection Smoother: detection/tools/smoother.md
- Annotators: annotators.md
- Trackers: trackers.md
- Datasets: datasets.md

View File

@ -33,7 +33,7 @@ from supervision.dataset.core import (
from supervision.detection.annotate import BoxAnnotator
from supervision.detection.core import Detections
from supervision.detection.line_counter import LineZone, LineZoneAnnotator
from supervision.detection.smoother import Smoother
from supervision.detection.tools.smoother import Smoother
from supervision.detection.tools.inference_slicer import InferenceSlicer
from supervision.detection.tools.polygon_zone import PolygonZone, PolygonZoneAnnotator
from supervision.detection.utils import (