davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++
http://dlib.net
Boost Software License 1.0
13.59k stars 3.38k forks source link

how to judge face is facing camera or side? #1628

Closed jeyrce closed 5 years ago

jeyrce commented 5 years ago

How to judge the face is facing camera or side? is there any api to deal with this?

Expected Behavior

Current Behavior

Steps to Reproduce

deimsdeutsch commented 5 years ago

Face detection which is object detection either Haar cascade | LBP | CNN. Choose your poison and train a dataset with frontal images only.

dlib-issue-bot commented 5 years ago

Warning: this issue has been inactive for 31 days and will be automatically closed on 2019-02-23 if there is no further activity.

If you are waiting for a response but haven't received one it's possible your question is somehow inappropriate. E.g. it is off topic, you didn't follow the issue submission instructions, or your question is easily answerable by reading the FAQ, dlib's official compilation instructions, dlib's API documentation, or a Google search.

dlib-issue-bot commented 5 years ago

Notice: this issue has been closed because it has been inactive for 35 days. You may reopen this issue if it has been closed in error.