Sorrow321 / lips_detector

Pretrained Yolov5 to detect lips (mouth) of a person

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a pre-trained Yolo v5 for lips detection task. Just in case if someone will need it. I also provide labeled (by myself) data on which it has been trained (data_for_yolo folder). The original dataset is called AVLetters2.

Usage:

    python detect.py --source gosling.jpg --weights lips.pt

Where gosling.jpg - input image (could be also a video, folder with images, your webcam and a lot of other inputs, check official YoloV5 repo for more information).
lips.pt - pretrained weights
The output will be in run/detect/expX folder.

Input:
drawing

Output:
drawing

You can use the weights for any purposes.

About

Pretrained Yolov5 to detect lips (mouth) of a person

License:GNU General Public License v3.0


Languages

Language:Python 98.4%Language:Dockerfile 0.9%Language:Shell 0.7%