Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. Change into the directory
2. Change into the newly downloaded 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 EXAMPLES -->
## Usage
On first launch, the YOLOv5 model is automatically downloaded and fused with the custom weights for face and plate detection from this repo.
Expand Down