-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unable to find where tu put 2 images in order to generate the middle frame #1
Comments
Hi Adrien, The code was written to train and test on the same y4m video, and so testing it on frames from another video might be a bit of work. The images go into the model as an np array - take a look at the datasets.py file to see how it's structured. You could create an array of the same shape with your images, and then call the model using sess.run(), using a process similar to that in the test() method of the Finn class in model.py. Hope that helps, |
Hi ! Thanks for the reply I took a video that interests me :
I tried to train/test the network with this video, however it sets me an error
Is it therefore possible to train the model with videos with a larger format than 352x288 ? I will test the solution you gave me either for generating the non-existent image between two given images |
Hi,
I have a problem. I trained the model on the Stefan dataset and now the model has been saved.
I want to test the method for fast moving tennis images in order to produce a smooth slow-mo video. Given two images taken from MY input video (let's say img01.jpg and img03.jpg). Where (or how) can I give those to images to the trained model to generate the interpolated frame img02.jpg (or the structure of img02) ?
Can't find the entry of the program !
Thanks a lot,
Adrien
The text was updated successfully, but these errors were encountered: