FD-GAN
FD-GAN copied to clipboard
Giving a specific target and generate image of source's with target pose?
Thanks for this special project.
I trained my own dataset, finished all stage. But i want to give a specific source and target image, and generate an image of source's with target pose. How can i do this, can you explain me plesase?
Thanks again.
Thanks for this special project.
I trained my own dataset, finished all stage. But i want to give a specific source and target image, and generate an image of source's with target pose. How can i do this, can you explain me plesase?
Thanks again.
Hi,
You need to,
- Load trained networks and set to eval()
- Read your image and target pose file
- Forward the inputs to the network
- Achieve images from tensor referring to https://github.com/yxgeee/FD-GAN/blob/master/fdgan/utils/util.py#L14
Thanks for your reply. I will try soon, and give you feedback.
Thanks for this special project. I trained my own dataset, finished all stage. But i want to give a specific source and target image, and generate an image of source's with target pose. How can i do this, can you explain me plesase? Thanks again.
Hi,
You need to,
- Load trained networks and set to eval()
- Read your image and target pose file
- Forward the inputs to the network
- Achieve images from tensor referring to https://github.com/yxgeee/FD-GAN/blob/master/fdgan/utils/util.py#L14
Hi, again.
I examined project's codes but, i couldn't understand your steps. Can you explain me step by step. How can i load trained networks and set to eval(), read pose files, forward to networks and archieve images.
Thanks again.