From 91759fb94f5d00b11e508deb39c0416ab8f505fd Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sat, 24 Dec 2022 11:58:35 +0200 Subject: [PATCH] Fix `Examples` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0a0192a..7f00cf7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ pip install . ## Examples `./main.py` -- Creates necessary directories in `/assets/` + `./main.py -i` -- Detects traffic lights and their signal color for all files located in `/assets/images_in/` and saves them in `/assets/images_out/`. + `./main.py -c ` -- Uses webcam or any camera to detect traffic lights in real time. + `./main.py -sc ` -- Plays sound file located in `/assets/sound/move.mp3` whenever green light signal is detected via camera. Replace `` with your camera number specified by the operating system. Probably `0` or `1`, but can be higher.