hpc203 / yolov8-face-landmarks-opencv-dnn

使用OpenCV部署yolov8检测人脸和关键点以及人脸质量评价,包含C++和Python两个版本的程序,只依赖opencv库就可以运行,彻底摆脱对任何深度学习框架的依赖。
212 stars 39 forks source link

fqa model reference? #11

Open carter54 opened 9 months ago

carter54 commented 9 months ago

Hi,Could you provide the reference of the fqa model (face-quality-assessment.onnx)?

I find the output of model has 10 dimensions, is there any introduction?

THX~

hpc203 commented 9 months ago

onnx文件来自modelscope里

---Original--- From: @.> Date: Tue, Jan 30, 2024 11:37 AM To: @.>; Cc: @.***>; Subject: [hpc203/yolov8-face-landmarks-opencv-dnn] fqa model reference? (Issue #11)

Hi,Could you provide the reference of the fqa model (face-quality-assessment.onnx)?

I find the output of model has 10 dimensions, is there any introduction?

THX~

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

carter54 commented 9 months ago

got it~ thank you