MicrocontrollersAndMore / OpenCV_3_License_Plate_Recognition_Python

https://www.youtube.com/watch?v=fJcl6Gw1D8k
525 stars 317 forks source link

NameError: name 'skin_ycrcb' #31

Open jhnwmr opened 3 years ago

jhnwmr commented 3 years ago

Hello, I want to run the main.py from this project, but I get the error 'NameError: name 'skin_ycrcb' is not defined' Before I got the name error, I had one error about 'too many values' which I solve with this answer: https://answers.opencv.org/question/40329/python-valueerror-too-many-values-to-unpack/

How could I fix the name error?