ainrichman/Peppa-Facial-Landmark-PyTorch

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

yxchng opened this issue · 2 comments

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

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

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