-
Hi there,
It seems as though the "RetinaFace" models referenced, and linked to, here:
https://github.com/deepinsight/insightface/tree/master/model_zoo
...Actually produce identical results to…
-
FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints\\RetinaFace-R50.pth'
-
2023-12-25 09:10:43.861 9396-9396/com.example.retainfacencnn E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.retainfacencnn, PID: 9396
java.lang.UnsatisfiedLinkError: dalvik.sys…
-
I have below errors:
`../Mx-mtcnn/Faster_Retinaface.h:240:37: error: use of undeclared identifier 'anchor_num2'; did you mean 'anchor_num'?
assert(cls.GetShape()[1] == anchor_num2);
…
-
### Weekly-Review
- 继续对比人脸检测方法Retinaface
1. Retinaface核心思想:利用4多任务学习策略分别预测人脸分数、人脸框、五点关键点以及self-supervised解码分支预测人脸三维位置
1. retinaface作者提供的mxnet版本与第三方pytorch实现的版本在检测精度上几乎无差别,而且检测率也非常高,与真值人脸数量等同,对…
-
Hi,
I've downloaded the example for the camera and it works correctly, I wanted to edit the config (cfg_64M.json and cfg_128M.json) and enable the AI model, so I edited the config in the following wa…
-
i just use:
python test_video_swapsingle.py --crop_size 224 --use_mask --name people --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/Iron_man.jpg --video_path ./demo_file/mul…
-
https://learnopencv.com/what-is-face-detection-the-ultimate-guide/
MediaPipe or YuNet or RetinaFace-Mobilenet
https://huggingface.co/qualcomm/MediaPipe-Face-Detection
https://huggingface.co/camen…
-
can anyone please share the google drive link of MS1M-Retinaface dataset, unable to access baidu link
-
Hello @yangfly @vizakshat @MyraBaba @yingfeng @nttstar
I have change the code detection code from mtcnn to retina face
`ret = self.detector.detect_face(face_img, det_type = self.args.det)` to ret…