ainrichman / Peppa-Facial-Landmark-PyTorch

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

What is this Slim network based on? Is there a paper on that? #2

Closed yxchng closed 4 years ago

ainrichman commented 4 years ago

No paper. It is based on practical experience. Basically, the design comes from MobileNet DetpthWise Convolution

kimtaehyeong commented 2 years ago

Hello. How can I train using the mobilenet backbone rather than the Slim model? Currently mobileNet cannot find an implementation. thank you.