mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2025-10-21 20:00:36 +00:00
Fixed typo
This commit is contained in:
parent
e9fd46faef
commit
5268913a43
5
main.py
5
main.py
@ -4,10 +4,9 @@ import sys
|
|||||||
from detector.paths import create_dirs
|
from detector.paths import create_dirs
|
||||||
|
|
||||||
ARGS = """
|
ARGS = """
|
||||||
main.py
|
Usage: main.py [OPTION]
|
||||||
main.py <operations>
|
|
||||||
|
|
||||||
Operations:
|
Options:
|
||||||
-h --help Displays this list
|
-h --help Displays this list
|
||||||
-e --extract Excracts and cropps traffic light images from given images in ./assets/exctraction/input/ to ./assets/exctraction/cropped/
|
-e --extract Excracts and cropps traffic light images from given images in ./assets/exctraction/input/ to ./assets/exctraction/cropped/
|
||||||
-t --train Trains model
|
-t --train Trains model
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user