apoorva-dave / LicensePlateDetector

Detects license plate of car and recognizes its characters
345 stars 113 forks source link

Trying to unpickle estimator SVC #16

Closed Amrrx closed 4 years ago

Amrrx commented 4 years ago

UserWarning: Trying to unpickle estimator SVC from version 0.19.1 when using version 0.19.2. This might lead to breaking code or invalid results. Use at your own risk. UserWarning) I wonder if you can provide us with more information or support us with Scikit-learn v0.19.1 as i can assume it causes that proplem

apoorva-dave commented 4 years ago

Yes fixed this issue. There is a problem when we use different versions of scikit-learn the one on which model is trained and the one that you are using. So I have added requirements.txt to avoid this issue. And also updated trained model accordingly. You can install all the dependencies using pip install -r requirements.txt