Giter Club home page Giter Club logo

Comments (2)

Dawn-LX avatar Dawn-LX commented on June 16, 2024

Hi, thank you for the amazing work.

I'm interested in the temporal interpolation (frame interpolation) function of NVP. But I found that the quality of interpolated frames is very low.

I noted that if temporal interpolation is required (i.e., opt.t_interp != -1), then temporal_interp is set as True at test time, and the model will call self.sparse_grid.forward_inter. But at training time, the temporal_interp is set as Flase as default.

So, do I need to turn on temporal_interp at training time if I want temporal interpolation ? or the sparse_grid.forward_inter is only used for inference time ?

Update:

but when I set temporal_interp=True at training time, the loss and psnr are nan

from nvp.

subin-kim-cv avatar subin-kim-cv commented on June 16, 2024

The sparse_grid.forward_inter is only used for inference time.
You can get the temporally interpolated video as shown on the homepage

from nvp.

Related Issues (3)

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.