From 5235d18192ddc4b3b22ef716e495028566672d79 Mon Sep 17 00:00:00 2001 From: stilicrafter Date: Wed, 8 Feb 2023 19:24:29 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 852d80e..656b9a6 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,17 @@ Since OpenCV does not care about audio channels, ffmpeg is used to combine the e ```sh git clone https://github.com/tfaehse/DashcamCleaner.git ``` -2. Set up Python environment and install requisites +2. Change into the directory + ```sh + cd DashcamCleaner + ``` +3. Set up Python environment and install requisites ```sh conda create -n py38 python=3.8 conda activate py38 pip install -r requirements.txt ``` -3. Install ffmpeg binaries (release essentials is enough) and create an environment variable "FFMPEG_BINARY" that points to the ffmpeg.exe binary. +4. Install ffmpeg binaries (release essentials is enough) and create an environment variable "FFMPEG_BINARY" that points to the ffmpeg.exe binary. ## Usage On first launch, the YOLOv5 model is automatically downloaded and fused with the custom weights for face and plate detection from this repo.