ainrichman / Peppa-Facial-Landmark-PyTorch

Facial Landmark Detection based on PyTorch
Apache License 2.0
213 stars 56 forks source link

Can I train using my own dataset? #10

Closed UmirT closed 4 years ago

UmirT commented 4 years ago

Hi can I train with my own dataset?. And for training my own dataset witch steps I have to do?

ainrichman commented 4 years ago

Please generate your own train.json following the steps in README and watch the format of this file to train on your own dataset.

UmirT commented 4 years ago

Thank you~