Giter Site home page Giter Site logo

Comments (5)

manuelruder avatar manuelruder commented on August 15, 2024

Exactly, with the option continue_with you can continue at the 'next' frame as if you had never interrupted it.

There is also a seed option. With that, you can always start with the same random image at the beginning.

from artistic-videos.

filmo avatar filmo commented on August 15, 2024

I must have done something wrong.

I had rendered frames 1 to 35.

Should I have set -continue_with to 35 or 36? (in order to render frame 36 as the next frame upon resumption)

More importantly, would I have needed to set the -seed on the first run to some particular number for this to work? In other words, in order for -continue_with to work correctly, must -seed be set during the initial run as well? (I didn't set it on frames 1 to 35, so suspect that it is now 'lost' if I want to continue) ??

Thanks for the quick response.

from artistic-videos.

manuelruder avatar manuelruder commented on August 15, 2024

You have to set -continue_with to 36 in that case. No, it is not required to use a custom seed value in order to use the -continue_with parameter. The seed value is only needed to initialize the first frame. After that, frames are initialized with information from the previous frames, therefore it doesn't matter what seed value you have chosen or if you have set a custom seed value at all.

But a seed value may be help to evaluate the effect of different parameter settings, because if you always use the same seed, the algorithm will always start from the same random initialization in the beginning.

from artistic-videos.

filmo avatar filmo commented on August 15, 2024

Great! Thanks for the info.

from artistic-videos.

ProGamerGov avatar ProGamerGov commented on August 15, 2024

@manuelruder How does the -continue_with parameter in artistic_video.lua differ from the -continue_with_pass parameter in artistic_video_multiPass.lua?

Wouldn't it make sense for artistic_video_multiPass.lua to have the -continue_with parameter as well?

from artistic-videos.

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.