fffiloni commited on
Commit
00bb642
·
verified ·
1 Parent(s): d3fed5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.value}")
194
- video_dir = frames_output_dir.value
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 = [