You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After downloading and running code in Main.py, I always have the same result, i.e. unable to open classifications.txt. I don't understand why. Can anybody help?
The text was updated successfully, but these errors were encountered:
This is because some of the file is open using absolute file path:
imgOriginalScene = cv2.imread("LicPlateImages/1.png")
Alternatively, you can change all the file path from ''LicPlateImages/1.png" to "./LicPlateImages/1.png". But believe me this is troublesome, so lets just use the given file as root file.
After downloading and running code in Main.py, I always have the same result, i.e. unable to open classifications.txt. I don't understand why. Can anybody help?
The text was updated successfully, but these errors were encountered: