jhb86253817 / PIPNet

Efficient facial landmark detector
MIT License
413 stars 82 forks source link

Train custom dataset. #10

Closed Wooks-git closed 3 years ago

Wooks-git commented 3 years ago

Hello, author thanks for sharing your code.

i want to training my custom dataset, but when i run train.py, i have an Error named 'ModuleNotFoundError: No module named 'PIPNet' '. so how can i get PIPNet module?

jhb86253817 commented 3 years ago

Hello, author thanks for sharing your code.

i want to training my custom dataset, but when i run train.py, i have an Error named 'ModuleNotFoundError: No module named 'PIPNet' '. so how can i get PIPNet module?

Hi, it seems it has nothing to do with the dataset. Have you changed the folder name 'PIPNet'? If so, please also modify line 31 in train.py and line 35 in test.py

Wooks-git commented 3 years ago

I solve my problem! Thank you author!