Skip to content
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

output file #1

Open
gregochan opened this issue Jan 24, 2024 · 5 comments
Open

output file #1

gregochan opened this issue Jan 24, 2024 · 5 comments

Comments

@gregochan
Copy link

cant find the output file after the process

@gregochan
Copy link
Author

Error on Run interpolator (step 2)

PROJECT FOLDER /content/RIFEcolab/tempFrames


IndexError Traceback (most recent call last)

in <cell line: 2>()
1 #@title Run interpolator (step 2)
----> 2 performAllSteps(inputFile, interpolatorConfig, encoderConfig, useAutoEncode=autoEncode,autoEncodeBlockSize=autoBlockSize,step1=False,step2=True,step3=False)

1 frames

/content/RIFEcolab/generalInterpolationProceedures.py in runInterpolator(projectFolder, interpolatorConfig, outputFPS)
186 elif mode == 3 or mode == 4:
187 count = 0
--> 188 shutil.copy(origFramesFolder + '/' + files[0], interpFramesFolder + '/' + '{:015d}.png'.format(count))
189 # To ensure no duplicates on the output with the new VFR to CFR algorithm, double the interpolation factor. TODO: Investigate
190 modeModOutputFPS = outputFPS

IndexError: list index out of range

@tungdo0602
Copy link
Owner

can you explain more clearly?

@gregochan
Copy link
Author

It works if I pick mode1, but when I pick mode3 or mode4. it will encounter this error

@tungdo0602
Copy link
Owner

i don't understand

@tungdo0602
Copy link
Owner

also if it work on method 1 you should use that instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants