Setup for project
- Install Python: https://www.python.org/
- Install Anaconda ( development environment): https://www.anaconda.com/download
- Run install file requirements.txt (by Terminal on Project) Content inside file “requirements.txt”:
pip install -r requirements.txt
ultralytics
opencv-python
easyoc
numpy
- ultralytics (The YOLO model is used to detect the location of objects in an image and return bounding boxes for each object)
- opencv-python (OpenCV is used to read, process and display images)
- easyocr (Use EasyOCR to read text on license plates)
• Detection licenseplate_recognition_symbols • Detection distance_measure object: • Detection traffic_sign • Detection speed_limit