ronitsinha / speed-detector

A Python/OpenCV car speed detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(yolov4) PS C:\Users\Administrator\Downloads\Compressed\speed-detector-master> python main.py Traceback (most recent call last): File "main.py", line 14, in <module> raise Exception("No road specified.") Exception: No road specified.

byq-luo opened this issue · comments

(yolov4) PS C:\Users\Administrator\Downloads\Compressed\speed-detector-master> python main.py
Traceback (most recent call last):
File "main.py", line 14, in
raise Exception("No road specified.")
Exception: No road specified.

Give a road name in your argument

Thanks.