Giter Site home page Giter Site logo

Comments (4)

arulpraveent avatar arulpraveent commented on June 30, 2024 1

@Dulex123 I'm having the same issue for the pose dataset instead of black images I'm getting white ones were you able to solve it?

from few-shot-vid2vid.

crenaudineau avatar crenaudineau commented on June 30, 2024

I have the similar problem. Do you have fix the issue ? Is it a small dataset problem ?

from few-shot-vid2vid.

hellohawaii avatar hellohawaii commented on June 30, 2024

I have the same problem when training on pose/face example dataset.
On both example dataset, the synthesized_image.jpg looks normal on the first several hundreds iterations, but after some hundreds of iterations, the image synthesized become totally black or white(with a very small yellow margin of about 1 pixel).
I observed that Df_fake and Df_real dropped to zero at the iteration when the image become white/black.
Does anyone can help?

from few-shot-vid2vid.

eastchun avatar eastchun commented on June 30, 2024

I had the same problem and I delved into the code and found that the matting function in the line 214 in ./models/networks/generator.py is somehow disabled (I don't know why ???) and the warped images are never combined into the final images in this code.

If the line 214 is changed as in below:

`if not self.spade_combine: ---> if self.spade_combine`

Then, the problem of "all-black or all-white synthesized images after around 3000 ~ 4000 iterations in the epoch 1" might be disappeared (please try by yourself).

from few-shot-vid2vid.

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.