Code Monkey home page Code Monkey logo

Comments (12)

wtliao avatar wtliao commented on August 16, 2024

Hi, the inference function is also in main.py , the gen_sample() function. You can just change cfg.B_VALIDATION=True for generating images for all captions of a data set. Or you can manually set the captions in the gen_sample() function (line 176) to generate the specific images. You also can set to use fixed/different noise to generate images (line238-244).

from text2image.

priyankaupadhyay090 avatar priyankaupadhyay090 commented on August 16, 2024

Hi there, A brilliant work! Thanks.

I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

from text2image.

Cm744 avatar Cm744 commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

from text2image.

priyankaupadhyay090 avatar priyankaupadhyay090 commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

I am getting few errors while running the main.py
could you please help me to figure it out ? We can connect thorough email if you would like

from text2image.

Cm744 avatar Cm744 commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

I am getting few errors while running the main.py could you please help me to figure it out ? We can connect thorough email if you would like

Yes, but I just ran main.py for inference/predict, I didn't run it for training

from text2image.

priyankaupadhyay090 avatar priyankaupadhyay090 commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

I am getting few errors while running the main.py could you please help me to figure it out ? We can connect thorough email if you would like

Yes, but I just ran main.py for inference/predict, I didn't run it for training

okay, can you help me with the inference then :) how did you do it speifically ?

from text2image.

wtliao avatar wtliao commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

Hi, thanks for playing around with my work. Could you let me know what captions have you input for the bad results? Notes that, if the input caption refers to multiple objects, such as in the coco dataset, the output would not be good, which is an open challenge in this fied.

from text2image.

Cm744 avatar Cm744 commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

Hi, thanks for playing around with my work. Could you let me know what captions have you input for the bad results? Notes that, if the input caption refers to multiple objects, such as in the coco dataset, the output would not be good, which is an open challenge in this fied.

I input "a woman is using a laptop", "a car and a dog in the snow field ",etc

from text2image.

Cm744 avatar Cm744 commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

I am getting few errors while running the main.py could you please help me to figure it out ? We can connect thorough email if you would like

Yes, but I just ran main.py for inference/predict, I didn't run it for training

okay, can you help me with the inference then :) how did you do it speifically ?

I have sent you an email, including detailed and specific guidance of doing inference. I will be more grateful if you can share the train/test split of Flickr8K data for S2IGAN repo. I am trying to run codes on Flickr8K dataset. If applicable, could you please share me the specific and detailed steps to generate train/test split of a custom dataset? The more specific the better, just like the inference steps I teach you.

Btw, have you run Speech-to-image S2IGAN on Flickr8K? Have you already had the trained model weights? If so, could you please share them with me ? So that I can do inference directly without training.

Thanks!

from text2image.

wtliao avatar wtliao commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

Hi, thanks for playing around with my work. Could you let me know what captions have you input for the bad results? Notes that, if the input caption refers to multiple objects, such as in the coco dataset, the output would not be good, which is an open challenge in this fied.

I input "a woman is using a laptop", "a car and a dog in the snow field ",etc

Yes, the existing methods are still suffering from synthesizing complex scenes which have multiple objects. In the paper, I have also discussed that. To my best knowledge, the existing methods have made great progress in synthesizing single objects. That is why the CUB dataset is so popular in this field.

from text2image.

priyankaupadhyay090 avatar priyankaupadhyay090 commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

I am getting few errors while running the main.py could you please help me to figure it out ? We can connect thorough email if you would like

Yes, but I just ran main.py for inference/predict, I didn't run it for training

okay, can you help me with the inference then :) how did you do it speifically ?

I have sent you an email, including detailed and specific guidance of doing inference. I will be more grateful if you can share the train/test split of Flickr8K data for S2IGAN repo. I am trying to run codes on Flickr8K dataset. If applicable, could you please share me the specific and detailed steps to generate train/test split of a custom dataset? The more specific the better, just like the inference steps I teach you.

Btw, have you run Speech-to-image S2IGAN on Flickr8K? Have you already had the trained model weights? If so, could you please share them with me ? So that I can do inference directly without training.

Thanks!

I have shared you the very detailed code exlaining everyting to generate train/test split for a custom dataset and to generate pickle files for images and for class_info.

from text2image.

freAK14 avatar freAK14 commented on August 16, 2024

Hi there, A brilliant work! Thanks.
I would be more grateful if you can provide the inference.py, sometimes also called predict.py, by which I can generate image of any input sentence.

hey, did you get any error while running main.py ? I am facing some problem

I ran main.py as the inference, with any input text to generate images. There was no error but... the images were very bad....not as accurate as I expected.

I am getting few errors while running the main.py could you please help me to figure it out ? We can connect thorough email if you would like

Yes, but I just ran main.py for inference/predict, I didn't run it for training

okay, can you help me with the inference then :) how did you do it speifically ?

I have sent you an email, including detailed and specific guidance of doing inference. I will be more grateful if you can share the train/test split of Flickr8K data for S2IGAN repo. I am trying to run codes on Flickr8K dataset. If applicable, could you please share me the specific and detailed steps to generate train/test split of a custom dataset? The more specific the better, just like the inference steps I teach you.

Btw, have you run Speech-to-image S2IGAN on Flickr8K? Have you already had the trained model weights? If so, could you please share them with me ? So that I can do inference directly without training.

Thanks!

Hey can you mail me the same thing at [email protected]. I am learning this thing for my college project, facing issue in inference part.

from text2image.

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.