diff --git a/DESCRIPTION.md b/DESCRIPTION.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 7892103..dbe5fe0 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ pip install . `./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 -c ` -- Uses webcam or any camera connected 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. +`./main.py -sc ` -- Plays the sound file located in `/assets/sound/move.mp3` whenever a green light is detected by camera. ### Tip Replace `` with your camera number specified by the operating system. Probably `0` or `1`, but can be higher.