We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1526dfc commit 52df834Copy full SHA for 52df834
Num-Plate-Detector/number_plate.py
@@ -7,7 +7,7 @@
7
import pandas as pd
8
import time
9
10
-image = cv2.imread('car.jpeg')
+image = cv2.imread(input("Enter the path of image: "))
11
12
image = imutils.resize(image, width=500)
13
0 commit comments