-
Is the landmark value regressed in yolov5-face used for face-alignment?
Or do use it right away for recognition?
Or you don't use it for any works?
Thank you !
-
What is the best for detection (both accuracy and good landmark )and recognition model if there is no speed concern ? It could be run slower but produce highest quality results.
Such as RetFace-50 …
-
I am extracting embeddings using the image-data and their corresponding embeddings, but when I compare these embeddings they are very similar to each other even if faces are different
-
Thanks to your open source,!
Do you have any plans to join **landmark** on the network like Yolov5-face?
-
I want to detect human body and face using yolov5-face.
What I did is generating the dataset by append human body annotation with bbox and using -1 as the landmark. But the model can only find face …
-
*********************************************
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
*********************************************
## 环境
- 【FastDeploy版本】: git clone https://github.com/PaddlePadd…
-
*********************************************
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
*********************************************
## 环境
- 【FastDeploy版本】: git clone [https://github.com/PaddlePad…
-
## 环境
- 【FastDeploy版本】:20230218 github版
- 【编译命令】
```
cd FastDeploy/python
set ENABLE_ORT_BACKEND=ON
set ENABLE_PADDLE_BACKEND=ON
set ENABLE_OPENVINO_BACKEND=ON
set ENABLE_VISION=ON
set EN…
-
Hi,
By the way have you 112x112 align version or utils somewhere ?
O can we use retinafaces align . Is the Landmark [5 point] is in same order as in retinaface?
-
請問關於yolov5s_face_dynamic.h5的臉部landmark怎麼取得?以下有幾個問題詢問:
1.我先理一下流程,你是用"純臉部的圖片"資料集與yolov5s,訓練出一個臉部偵測的物件偵測功能,然後再用YoloV5FaceDetector,帶入DEFAULT_ANCHORS與DEFAULT_STRIDE找到landmark嗎?還是你的臉部資料集,本身資料集不是純臉部,而是有la…