happynear / AMSoftmax

A simple yet effective loss function for face verification.
MIT License
487 stars 130 forks source link

support caffe.binding? #4

Closed goxiaobu closed 6 years ago

goxiaobu commented 6 years ago

Great work, appreciate it. Can I use the same caffe.binding project without any modification?

happynear commented 6 years ago

Sure, caffe.binding is just a dll for easy deployment. You can use it to do the inference of any kinds of networks.

goxiaobu commented 6 years ago

Thanks a lot~I have tried your MTCNN project, which applied the caffe.binding dll,and get very good results,appreciate it. Can you provide a similar project which support the AMSoftmax model?

happynear commented 6 years ago

Maybe next month during Chinese New Year I would develop one. Now I don't have time to do it.