NVlabs / eg3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generating multi-view images from other public datasets

xwhkkk opened this issue · comments

Hello!
thanks for sharing your great job!
I want to use the pretrain model to generate multi-view images with other public datasets. Could you give me some suggestions

hi there!
I am also trying to use this great model to process with my dataset in infrared sprectrum, could have a talk if you are also interested

hi there! I am also trying to use this great model to process with my dataset in infrared sprectrum, could have a talk if you are also interested

Hello! What's your purpose to process the infrared spectrum dataset? I noticed that issue #73 may be helpful, but I have not tested it.

Hi thanks a lot for the best tip! It is quite helpful for my situation.
My situation is that, i have some infrared real human face imgs (in greyscale), and i want to generate some synthetic human face imgs (also in greyscale) with consistency from multiview by using EG3D. So i guess we are in similar situation, difference is that i need infrared imgs instead of RGB imgs.
Btw i also saw the #29 maybe could answer your question here

Hi thanks a lot for the best tip! It is quite helpful for my situation. My situation is that, i have some infrared real human face imgs (in greyscale), and i want to generate some synthetic human face imgs (also in greyscale) with consistency from multiview by using EG3D. So i guess we are in similar situation, difference is that i need infrared imgs instead of RGB imgs. Btw i also saw the #29 maybe could answer your question here

Hi thanks a lot for the best tip! It is quite helpful for my situation. My situation is that, i have some infrared real human face imgs (in greyscale), and i want to generate some synthetic human face imgs (also in greyscale) with consistency from multiview by using EG3D. So i guess we are in similar situation, difference is that i need infrared imgs instead of RGB imgs. Btw i also saw the #29 maybe could answer your question here

Thank you! Have you figured out how to pass the input images ?

According to the comment, my understanding would be, that this is an unconditional model, so when using it, you cannot pass an extra input img into the model, the generation is based on some other params like seeds.
But of course, when doing the training, you need to feed the model with some imgs by defining the hyperparam --data=path_to_your_training_dataset

Hi thanks a lot for the best tip! It is quite helpful for my situation. My situation is that, i have some infrared real human face imgs (in greyscale), and i want to generate some synthetic human face imgs (also in greyscale) with consistency from multiview by using EG3D. So i guess we are in similar situation, difference is that i need infrared imgs instead of RGB imgs. Btw i also saw the #29 maybe could answer your question here

Hi, I see you are using also grayscale images, could you possibly look at my comment here? Thank you!