Giter Site home page Giter Site logo

Need advice about text-to-image-synthesis HOT 3 CLOSED

aelnouby avatar aelnouby commented on June 3, 2024
Need advice

from text-to-image-synthesis.

Comments (3)

sriharsha-sammeta avatar sriharsha-sammeta commented on June 3, 2024 2

Sorry. Found our mistake. We forgot to pass the pre_trained models path. Otherwise it would initialize weights randomly and use it to generate images, which makes sense.

The command should be:

python runtime.py --inference --split 2 --pre_trained_disc checkpoints/disc_190.pth --pre_trained_gen checkpoints/gen_190.pth

After this, I got really good images:

a cluster of flowers with white petals and no visible pistils
a cluster of flowers with white petals and no visible pistils

a flower large multiple layered slender petals of bright yellow with a short stamen.?
a flower large multiple layered slender petals of bright yellow with a short stamen

a flower with bright, tall, orange pointed petals and dark forest green pedicel.?
a flower with bright tall orange pointed petals and dark forest green pedicel

Looks cool. Thanks author. Awesome work :) Now, we will try to implement the same on birds and COCO dataset as well as try using WGAN.

Similarly on birds data set, it would be

python runtime.py --inference --pre_trained_disc checkpoints/birds/disc_190.pth --pre_trained_gen checkpoints/birds/gen_190.pth --save_path birds --dataset birds --split 2

from text-to-image-synthesis.

sriharsha-sammeta avatar sriharsha-sammeta commented on June 3, 2024

Yup, I also got the same exact result for trying it out on the test data using the above command. And the image looks like that only. I hope that author helps us with some direction to resolve this.

I am guessing that may be the command we used to run the test inference is long. Can the author please suggest the right command.

from text-to-image-synthesis.

aelnouby avatar aelnouby commented on June 3, 2024

@sriharsha-sammeta Thanks for answering.

from text-to-image-synthesis.

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.