Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ def paint_point_track(
|
|
173 |
return video
|
174 |
|
175 |
|
176 |
-
PREVIEW_WIDTH =
|
177 |
VIDEO_INPUT_RESO = (384, 512) # Resolution of the input video
|
178 |
POINT_SIZE = 4 # Size of the query point in the preview video
|
179 |
FRAME_LIMIT = 300 # Limit the number of frames to process
|
|
|
173 |
return video
|
174 |
|
175 |
|
176 |
+
PREVIEW_WIDTH = 768 # Width of the preview video
|
177 |
VIDEO_INPUT_RESO = (384, 512) # Resolution of the input video
|
178 |
POINT_SIZE = 4 # Size of the query point in the preview video
|
179 |
FRAME_LIMIT = 300 # Limit the number of frames to process
|