Skip to content

Commit 273efba

Browse files
[Fix] remove misleading variables (#2841)
Co-authored-by: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com>
1 parent 1cfba5b commit 273efba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

fastdeploy/input/mm_processor/image_preprocessor/image_preprocessor_adaptive.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@
5757
MAX_PIXELS = 16384 * 28 * 28
5858
MAX_RATIO = 200
5959

60-
VIDEO_MIN_PIXELS = 128 * 28 * 28
61-
VIDEO_MAX_PIXELS = 768 * 28 * 28
62-
VIDEO_TOTAL_PIXELS = 24576 * 28 * 28
63-
FRAME_FACTOR = 2
64-
FPS = 2.0
65-
FPS_MIN_FRAMES = 4
66-
FPS_MAX_FRAMES = 768
67-
6860

6961
VideoInput = Union[
7062
List["PIL.Image.Image"],

0 commit comments

Comments
 (0)