zengbohan0217 / FADM

72 stars 4 forks source link

Training the model #7

Open Tinaa23 opened 1 year ago

Tinaa23 commented 1 year 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 1 year 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 1 year 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.