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

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

error building for ncnn #279

Open EvanBrownVTM opened 2 years ago

EvanBrownVTM commented 2 years ago

Hi, I am running on Raspberry Pi4 Bullseye 32-bit. Input: make -j4 Output: /home/pi/Ultra-Light-Fast-Generic-Face-Detector-1MB/ncnn/3rdparty/ncnn/src/layer/arm/innerproduct_arm.cpp:369:15: error: ‘activation_ss’ was not declared in this scope; did you mean ‘activation_type’? 369 | sum = activation_ss(sum, activation_type, activation_params); | ^~~~~ | activation_type