Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image generation on previously unseen data #25

Open
BapnaKhushal opened this issue Nov 17, 2021 · 1 comment
Open

Image generation on previously unseen data #25

BapnaKhushal opened this issue Nov 17, 2021 · 1 comment

Comments

@BapnaKhushal
Copy link

Hi Community,
I am trying to solve an image generation problem using IC_GAN, but I am not sure if IC_GAN is the right direction to move forward or not and therefore I am posting on this forum. I have attached a link to google drive. The first slide contains the training data and second slide contains the test data or data we want to generate.

Link : https://docs.google.com/presentation/d/1V3DysdfP4lJQRgAu9m8GDBnH17PKoxQU/edit?usp=sharing&ouid=108571067697385919652&rtpof=true&sd=true

Objective is to generate new images (new product) in different orientation and random backgrounds. Given that the new image (new product) is not directly trained in the model, but similar products are used to train the model. I have tried XingGAN and pose-gan for this problem but they were not successful.

Thank you.

@ArantxaCasanova
Copy link
Contributor

Hello,

it does seem like the unseen images are quite similar to the training images, so I would guess IC-GAN could work well for this kind of task. However, it might be useful to do an analysis of which feature extractor would better preserve the main object's features (as opposed to capturing the entire scene's features), to make sure you preserve that content. Alternatively, one could add additional constraints during training to make sure the main object is always preserved with high quality in the output generations.

I hope that helps,

Arantxa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants