- Create a dedicated environment and activate it, using:
conda create -n yolov8-face python=3.9 -y conda activate
- 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
- Download the file containing the weights and place it in your 'yolov8-face' folder.
- Correctly specify the path to the video you'd like to blur and run the script.