may-son / RIFE-FixDropFrames-and-ConvertFPS

MIT License
17 stars 2 forks source link

No module named 'inference_img' #1

Closed NenelFX closed 1 year ago

NenelFX commented 1 year ago

convert_fps.py -h Traceback (most recent call last): File "convert_fps.py", line 12, in from inference_img import LoadModel, StartModel, RatioSplit, ReadImage, WriteImage ModuleNotFoundError: No module named 'inference_img'

may-son commented 1 year ago

You need to have all python files and at least one RIFE model. You can't just download one file and expect it to work.