zengbohan0217 / FADM

61 stars 3 forks source link

Training the model #7

Open Tinaa23 opened 10 months ago

Tinaa23 commented 10 months ago

Thank you for providing your code. In the train.py file, driving.png and driving_r.png are used. Can you please clarify what is the difference between these two? and Is this model limited to training only two frames at a time?

KenChen701 commented 10 months ago

I think driving.png and driving_r.png are used as a kind of validation. driving.png is for cross-identity reenactment while driving_r.png is for same-identity reconstruction.

Tinaa23 commented 10 months ago

I think driving.png and driving_r.png are used as a kind of validation. driving.png is for cross-identity reenactment while driving_r.png is for same-identity reconstruction.

Thank you. It makes sense now.