Skip to content

Commit 012b950

Browse files
committed
RM: Remove video folder
1 parent a84dde8 commit 012b950

File tree

7 files changed

+1
-598
lines changed

7 files changed

+1
-598
lines changed

supervision/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,10 @@
131131
from supervision.utils.video import (
132132
FPSMonitor,
133133
VideoSink,
134+
VideoInfo,
134135
get_video_frames_generator,
135136
process_video,
136137
)
137-
from supervision.video.core import Video
138-
from supervision.video.utils import VideoInfo
139138

140139
__all__ = [
141140
"LMM",
@@ -193,7 +192,6 @@
193192
"TriangleAnnotator",
194193
"VertexAnnotator",
195194
"VertexLabelAnnotator",
196-
"Video",
197195
"VideoInfo",
198196
"VideoSink",
199197
"approximate_polygon",

supervision/video/__init__.py

Whitespace-only changes.

supervision/video/backend/base.py

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)