Browse Source

Update __init__.py

Inpaint_experimental
tin2tin 1 year ago committed by GitHub
parent
commit
de59f6d84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      __init__.py

2
__init__.py

@ -301,7 +301,7 @@ def process_video(input_video_path, output_video_path):
cap.release()
# Process frames using the separate function
processed_frames = process_frames(temp_image_folder, 512)
processed_frames = process_frames(temp_image_folder, 1024)
# print("Temp folder: "+temp_image_folder)
# Clean up: Delete the temporary image folder

Loading…
Cancel
Save