Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 967 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 967 Bytes

Setup and Usage

Step 1: Create Environment

  • Create a dedicated environment and activate it, using:
    conda create -n yolov8-face python=3.9 -y
    conda activate
    

Step 2: Get YOLOv8 Face Model

  • To clone the YOLOv8 face repository and install dependencies, run:
    git clone https://github.com/derronqi/yolov8-face.git
    cd yolov8-face
    pip install -r requirements.txt
    pip install ultralytics
    

Step 3: Download Model Weights

Step 4: Adjust and Run the Script

  • Correctly specify the path to the video you'd like to blur and run the script.