markson14 / FaceRecognitionCpp

Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
47 stars 24 forks source link

How to create deploy_lib_y1-arcface-emore_109.so file using arcface resnet 50? #3

Closed luan1412167 closed 4 years ago

luan1412167 commented 4 years ago

Hi markson14 Thanks for your repo. It's so useful. Can you share me a way to create deploy_lib_y1-arcface-emore_109.so file using different backbone? I want to generate feature vector having 512 element. I'm using linux. Thanks

markson14 commented 4 years ago

you may refer to TVM tutorial first. I will upload an example code later

luan1412167 commented 4 years ago

@markson14 I have converted successful. thank you