Spaces:
Sleeping
Sleeping
Sin limites
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ def paint_point_track(
|
|
175 |
PREVIEW_WIDTH = 768 # Width of the preview video
|
176 |
VIDEO_INPUT_RESO = (384, 512) # Resolution of the input video
|
177 |
POINT_SIZE = 4 # Size of the query point in the preview video
|
178 |
-
FRAME_LIMIT =
|
179 |
|
180 |
|
181 |
def get_point(frame_num, video_queried_preview, query_points, query_points_color, query_count, evt: gr.SelectData):
|
|
|
175 |
PREVIEW_WIDTH = 768 # Width of the preview video
|
176 |
VIDEO_INPUT_RESO = (384, 512) # Resolution of the input video
|
177 |
POINT_SIZE = 4 # Size of the query point in the preview video
|
178 |
+
FRAME_LIMIT = 256000000000 # Limit the number of frames to process
|
179 |
|
180 |
|
181 |
def get_point(frame_num, video_queried_preview, query_points, query_points_color, query_count, evt: gr.SelectData):
|