Practical-RIFE icon indicating copy to clipboard operation
Practical-RIFE copied to clipboard

The process does not start due to an unfilled item

Open lionessbzzz opened this issue 1 year ago • 5 comments

When starting interpolation, it asks to enter the name of the model, which was not initially specified. When trying various options, it says "syntax error" or "model not defined". How and where to enter the model name correctly? (I am primarily interested in the latest 4.22) 1

lionessbzzz avatar Aug 11 '24 05:08 lionessbzzz

Hi, have you downloaded model parameters from google drive?

hzwer avatar Aug 12 '24 02:08 hzwer

Hi. Didn't expect to get a response from the legend.😁

Hi, have you downloaded model parameters from google drive?

Seems yes. The working folder has a simple name and is located in the root of the disk. Maybe something is missing or I misunderstood something (I apologize if it is written incorrectly, I am writing through a translator)

4

lionessbzzz avatar Aug 12 '24 13:08 lionessbzzz

It looks correct, what happens when you run from train_log.RIFE_HDv3 import Model in the main directory?

hzwer avatar Aug 13 '24 06:08 hzwer

The directory in the screenshot is already located at C:\1\Practical-RIFE-main Or maybe I misunderstood something due to the translator's inaccuracies. Can you show me a screenshot please?

lionessbzzz avatar Aug 15 '24 12:08 lionessbzzz

@lionessbzzz sorry to reply late Your screenshot is correct. In your main directory, you may try run

from train_log.RIFE_HDv3 import Model

in python environment to know the specific error. You can also try colab to run the whole pipeline: https://colab.research.google.com/drive/1BZmGSq15O4ZU5vPfzkv7jFNYahTm6qwT?usp=sharing

hzwer avatar Aug 19 '24 07:08 hzwer