apoorva-dave / LicensePlateDetector

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

FileNotFoundError - cannot find ./output/frame106.jpg #18

Closed shreyanshtiwari28 closed 4 years ago

shreyanshtiwari28 commented 4 years ago

I cloned the repository and tried to run the project with Pycharm IDE. But its throwing a FileNotFoundError: No such file: '...\LicensePlateDetector\output\frame106.jpg' please help, I'm a beginner with python and ML

moxgeek commented 4 years ago

you need to create the output directory in your project folder.

apoorva-dave commented 4 years ago

Fixed the issue to automatically create output folder. Thanks for pointing it!