oawiles / X2Face

Pytorch code for ECCV 2018 paper
MIT License
246 stars 58 forks source link

how to train with my own datasets? #7

Closed visonpon closed 5 years ago

visonpon commented 6 years ago

Hi, thanks for releasing this wonderful work. I'd like to know how to train with my own datasets~ Hope I can receive your response soon~ thanks~

oawiles commented 6 years ago

Hi, We haven't explicitly allowed for this but it should be simple. You should just need to write your own data loader modelled on the VoxCeleb one (so it should return the same order of output) and then load this as opposed to the VoxCeleb in training. Hope that helps.