tc-detect
TC.DETECT
Сar license plate recognition software (Python, OpenCV, yoloV7)
Installation
git clone https://github.com/Lagushka1984/TC.DETECT.gitcd TC.DETECTbash install.sh
Launch
python3 main.py config.txt
Config file
Default command template
cmd=param=name
debug
Description: Show frames, output in terminal
Template:
debug=True/False=None
Example:
debug=True=None
image
Description: Emulation image like a video source
Template:
image=image-name=camera-name
Example:
image=test.jpg=CAM0
video
Description: Emulation video like a video source
Template:
video=video-name=camera-name
Example:
video=test.mp4=CAM1
rtps
Description: Connection rtsp camera
Template:
rtps=rtps-link=camera-name
Example:
rtps=https://...=CAM2
xy
Description: Cutting frames
Template:
xy=(x1, x2, y1, y2)=None
Example:
xy=(0, 1080, 0, 1920)=None
time
Description: Delay between frames, milliseconds
Template:
time=delay=None
Example:
time=3000=None
Config file example
debug=True=Noneimage=test.jpg=CAM0video=test.mp4=CAM1rtps=https://...=CAM2xy=(300, 600, 0, 1920)=Nonetime=3000=None
Описание
Сar license plate recognition software
Языки
Python
- JavaScript
- HTML
- CMake
- Shell
- C++