I am trying to create a face direction detection based on yolov5, is there any existing or does anyone know any image datasets available for face direction like left, right, front and back of the head. any help will be appreciated.
Thanks
CodePudding user response:
You can try using datasets for head pose estimation:
https://paperswithcode.com/task/head-pose-estimation#datasets
Some examples: AFLW, AFLW2000-3D, BIWI
They contain images of faces labeled with 3 angles: yaw, pitch, roll.