k92
k92

Reputation: 385

Detect forehead points using Dlib/python

Do we have any way to get points on the forehead of a face image?

I am using 68 points landmarks shape_predictor to get other points on the face but for this particular problem I need points that are from the hairline to the center of the forehead.

Any suggestions would be helpful.

Upvotes: 2

Views: 1579

Answers (2)

Azan
Azan

Reputation: 37

See this Github Repository: shape predictor with forehead coverage

I was looking for a forehead area detection when I came across this 81 point predictor. With some simple co-ordinate geometry calculations you can get all the points you have been looking for.

Upvotes: 2

user7845429
user7845429

Reputation: 103

you can use the tool provided with dlib called "imgLab" to train your own shape detector by performing landmark annotations

Upvotes: 0

Related Questions