Update app.py
Browse files
app.py
CHANGED
|
@@ -190,8 +190,8 @@ def sam_process(input_first_frame_image, checkpoint, tracking_points, trackings_
|
|
| 190 |
|
| 191 |
|
| 192 |
# `video_dir` a directory of JPEG frames with filenames like `<frame_index>.jpg`
|
| 193 |
-
print(f"STATE FRAME OUTPUT DIRECTORY: {frames_output_dir
|
| 194 |
-
video_dir = frames_output_dir
|
| 195 |
|
| 196 |
# scan all the JPEG frame names in this directory
|
| 197 |
frame_names = [
|
|
|
|
| 190 |
|
| 191 |
|
| 192 |
# `video_dir` a directory of JPEG frames with filenames like `<frame_index>.jpg`
|
| 193 |
+
print(f"STATE FRAME OUTPUT DIRECTORY: {frames_output_dir}")
|
| 194 |
+
video_dir = frames_output_dir
|
| 195 |
|
| 196 |
# scan all the JPEG frame names in this directory
|
| 197 |
frame_names = [
|