Landmarks detector
Description
Program, which drawing landmarks on the biggest face on image.
Program uses:
- OpenFace;
- OpenCV;
- Docker.
Program reading all images in directory "./pics" and writing them down in directory "./res_pics. File "output.txt" is storaging landmarks coordinates for each image. Example of result image is below:
Installation
For run the program you need docker-compose.
- move to folder which contain project;
- put necessary images to folder "*/face_landmark/pics";
- in terminal print command "docker-compose up";
- get the result images in folder "*/face_landmark/res_pics".