Giter Club home page Giter Club logo

Comments (9)

avinashpaliwal avatar avinashpaliwal commented on May 23, 2024
  • I have added tensorboard. How do the interpolated images look on the validation set?

  • Are you using a custom dataset or adobe240fps dataset?

    • If you are using a custom dataset, then it should have slow motion videos. The dataloader takes frame1 and frame8 as reference and interpolates the frames in between.
  • Did you use the create_dataset script?

from super-slomo.

hogeman2 avatar hogeman2 commented on May 23, 2024

Thanks for your reply
First interpolated images looks not good and blurred.

And I used adobe240dataset using create_dataset script

from super-slomo.

avinashpaliwal avatar avinashpaliwal commented on May 23, 2024

Can you attach the interpolated results from tensorboard? Also specify your setup- CPU/GPU, PyTorch version, OS, etc. 15.5 valPSNR is really low. Maybe there is a problem with dataset or setup.

from super-slomo.

hogeman2 avatar hogeman2 commented on May 23, 2024

I'm using GTX 1060
Is that problem reducing batch size to 4?

screenshot from 2019-01-16 11-50-48
screenshot from 2019-01-16 11-51-37

I added validation image, and graph

from super-slomo.

hogeman2 avatar hogeman2 commented on May 23, 2024

#22
seems like this was the problem
I've changed code and graph looks good.

from super-slomo.

avinashpaliwal avatar avinashpaliwal commented on May 23, 2024

#22
seems like this was the problem
I've changed code and graph looks good.

Right. The two reference (left and right corner) look very different. Frames in a clip look very similar since they are slow motion videos. Will fix the code.

from super-slomo.

hogeman2 avatar hogeman2 commented on May 23, 2024

@avinashpaliwal line 69 in create_dataset.py.
I changed line
images = os.listdir(os.path.join(root, file))
to
images = sorted(os.listdir(os.path.join(root, file)))

from super-slomo.

shliang0603 avatar shliang0603 commented on May 23, 2024

@avinashpaliwal I have the same problem. I had trained the model to 270 epoch, but the valPSNR keep bellow 15, can you help me ?
image

the follow is valPSNR changing curve
image

from super-slomo.

avinashpaliwal avatar avinashpaliwal commented on May 23, 2024

@avinashpaliwal I have the same problem. I had trained the model to 270 epoch, but the valPSNR keep bellow 15, can you help me ?
image

the follow is valPSNR changing curve
image

Try the new create_dataset script to generate the dataset and try training again. The model starts converging right from the beginning.

from super-slomo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.