Move into tools directory
This commit is contained in:
parent
d7420c545e
commit
1d4d7dd4ea
|
|
@ -1,3 +0,0 @@
|
|||
## Smoother
|
||||
|
||||
:::supervision.detection.smoother.Smoother
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
## Detection Smoother
|
||||
|
||||
:::supervision.detection.tools.smoother.Smoother
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue