cyrusbehr

Results 3 issues of cyrusbehr

Is there any way to detect smaller faces in the image using the Retinaface example. With other retinaface implementations, I am able to detect faces as small as 16 pixels...

I am trying to compile for iOS using the following cmake arguments: ``` cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM="SIMULATOR64" -DDEPLOYMENT_TARGET=11 -DENABLE_BITCODE=1 -DENABLE_VISIBILITY=1 -DENABLE_STRICT_TRY_COMPILE=1 ``` The toolchain file I refer to...

I recently ran a benchmark comparing the inference speed and memory usage of various inference frameworks, including ncnn, mxnet, onnxruntime, and openvino. For this benchmark, I used the [Insightface arcface...