Skip to content

Yusuf-ozen/face_detection_with_yolov8

Repository files navigation

Python 3.11.6 Git 2.39.1

Face Detection With Yolov8

Installation

Download the face detection repository: git clone https://github.com/Yusuf-ozen/face_detection_with_yolov8.git

Install all necessary library: pip install -r requirements.txt

Navigate to the project directory: cd face_detection_with_yolov8

Testing On Real-Time Webcam

Run this code at git bash or cmd: python live_test.py

Testing on an Image

Run this code at git bash or cmd and change /path/image according your files. Using --resize_width 400 and --resize_height 400 the size of output image can change:

python image_test.py /path/image.jpg --resize_width 400 --resize_height 300

Resim Açıklaması

Testing on a Video

Run this code at git bash or cmd and change /path/image according your files. Using --resize_width 400 and --resize_height 400 the size of output of the video can change:

python video_test.py /path/video.mp4 --resize_width 1280 --resize_height 720


Referances

https://roboflow.com/

https://github.com/ultralytics/ultralytics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published