-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I use only one mask files? #72
Comments
Hi, in case someone else want it too, you can try the following code import torch class BaseInpainter:
def read_mask(mpath):
read frames from videodef read_frame_from_videos(vname, use_mp4 = False):
generate video after vos inferencedef generate_video_from_frames(frames, output_path, fps=30):
if name == 'main':
` |
I want to remove wartermark from the video, the watermark is at the fixed postion, so can I use only one mask file for all the frames? if so how
Thanks in advance
The text was updated successfully, but these errors were encountered: