[Fix] remove misleading variables (#2841)

Co-authored-by: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com>
This commit is contained in:
Xintong Yu
2025-07-17 16:49:14 +08:00
committed by GitHub
parent 1cfba5ba3e
commit 273efba76f

View File

@@ -57,14 +57,6 @@ MIN_PIXELS = 4 * 28 * 28
MAX_PIXELS = 16384 * 28 * 28
MAX_RATIO = 200
VIDEO_MIN_PIXELS = 128 * 28 * 28
VIDEO_MAX_PIXELS = 768 * 28 * 28
VIDEO_TOTAL_PIXELS = 24576 * 28 * 28
FRAME_FACTOR = 2
FPS = 2.0
FPS_MIN_FRAMES = 4
FPS_MAX_FRAMES = 768
VideoInput = Union[
List["PIL.Image.Image"],