You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @shunsukesaito, thanks a lot for this great work. I am following your guideline to process the free rp_dennis_posed_004 data and tried to overfit to one image.
The only change I made to your repo is that I replaced the following line with self.yaw_list = [0] to always train on the same image:
However, after 100 epochs, the following is what I get. May I know whether you have tried single-imge overfitting before? Do you mind sharing some thoughts about why this may fail? Thanks a lot
The text was updated successfully, but these errors were encountered:
Hi @shunsukesaito, thanks a lot for this great work. I am following your guideline to process the free
rp_dennis_posed_004
data and tried to overfit to one image.The only change I made to your repo is that I replaced the following line with
self.yaw_list = [0]
to always train on the same image:PIFu/lib/data/TrainDataset.py
Line 81 in f0a9c99
I then trained with the command line your suggested:
However, after 100 epochs, the following is what I get. May I know whether you have tried single-imge overfitting before? Do you mind sharing some thoughts about why this may fail? Thanks a lot
The text was updated successfully, but these errors were encountered: