yxgeee / FD-GAN

[NeurIPS-2018] FD-GAN: Pose-guided Feature Distilling GAN for Robust Person Re-identification.

Home Page:https://yxgeee.github.io/projects/fdgan.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generator some fake images about one specific person with some random poses using this model?

Toland12 opened this issue · comments

Hi, thanks for this fantastic work!

Sorry to bother you, and here is my question.

I want to use this model to train some images about a specific person for the purpose that generating some different poses about this person.
So I change the dataset to several images about this person and modify the .json files.
I have run the Stage-I and Stage-II already, and got these four model files(100_net_E.pth, 100_net_G.pth, 100_net_Di.pth, 100_net_Dp.pth_).

  1. Due to I have already used up all the images in Stage-II, how to run Stage-III?
  2. How to test the model with some other poses as the input to generate the corresponding fake images?

hello Toland12,
It's really happy to see somebody has already reproduced this code,and I want to ask if you can share your File structure with me,cause I really don't known how to reproduced this code.

thank you so much!