Linzaer / Ultra-Light-Fast-Generic-Face-Detector-1MB

💎1MB lightweight face detection model (1MB轻量级人脸检测模型)
MIT License
7.17k stars 1.54k forks source link

Ultra_face.cpp with gpu jetson nano #234

Open Wind9981 opened 3 years ago

Wind9981 commented 3 years ago

Dear Linzaer! Thanks for your contributions! Im building a face detect application on jetson nano. Ultra_face.cpp worked fine with CPU. Can i use GPU for Ultra_face? I tried to build ncnn with Vulkan and Glslang and then i link libncnn.a with my project but it fail. Looking forward to hearing from you!