Giter Site home page Giter Site logo

Comments (5)

gaochen315 avatar gaochen315 commented on August 24, 2024

Currently, I disable the usage of the non-local flow for a faster speed. But I do provide the non-local implementation in get_flowNN.py so it should be easy to use.

Your interpretation in consistencyThres is correct. If we are too strict with it, the algorithm will prefer the per-frame inpainted content to the propagated content, tho the quality may not be very good. If the constraint is too loose (inf), the algorithm will propagate everything. The result is smooth but probably incorrect.

If you really care about the correctness, I'll suggest using consistencyThres=5. The reason I set the default to be inf is that

1> it speeds up the process, and
2> our seamless blending will make sure to smoothen the propagated content so that the final result is plausible (even though it is not correct).

Hope this helps!

from fgvc.

donglao avatar donglao commented on August 24, 2024

Thanks! Your answer really helps!

from fgvc.

donglao avatar donglao commented on August 24, 2024

One more question, please. Is the same set of parameters recommended for the fixed region removal task, too?

from fgvc.

gaochen315 avatar gaochen315 commented on August 24, 2024

Yep, I use the same set of parameters.

You can always start with consistencyThres=5 and then adjust. If you enable seamless blending, I'll suggest using a looser threshold, i.e. 99.

Sorry for the late reply. Let me know if you have other questions.

from fgvc.

gao123qiang avatar gao123qiang commented on August 24, 2024

@gaochen315
if the mask part is small, the consistencyThres will be small ?

from fgvc.

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.