Maclory / Deep-Iterative-Collaboration

Pytorch implementation of Deep Face Super-Resolution with Iterative Collaboration between Attentive Recovery and Landmark Estimation (CVPR 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to training own custom dataset?

ss24cs opened this issue · comments

Hi, buddy, thank your wonderful demo. I want to train own images instead of CelebA and Helen dataset. How to modify the cfg file? Could you tell me some suggest? Please.

Hi, to train on your own dataset, first, you need to use OpenFace to extract face landmarks.

Hi, to train on your own dataset, first, you need to use OpenFace to extract face landmarks.

Ok, I will try it, thx.