truthofmatthew / persian-license-plate-recognition

PLPR utilizes YOLOv5 and custom models for high-accuracy Persian license plate recognition, featuring real-time processing and an intuitive interface in an open-source framework.
GNU General Public License v3.0
401 stars 117 forks source link

Missing modules #8

Closed Behzad-AB closed 3 months ago

Behzad-AB commented 6 months ago

Hi, I'm getting "ModuleNotFoundError" for 2 modules of 'distutils' and 'torch', while attempting to run the application.

Keep up the excellent work! much appreciated

truthofmatthew commented 6 months ago

i updated to core, please clone and let me know

aminallahrabi commented 6 months ago

you can install them with pip install tourch instead of using requirements.txt file.