Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 52df834

Browse files
Minor change number_plate.py
1 parent 1526dfc commit 52df834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Num-Plate-Detector/number_plate.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pandas as pd
88
import time
99

10-
image = cv2.imread('car.jpeg')
10+
image = cv2.imread(input("Enter the path of image: "))
1111

1212
image = imutils.resize(image, width=500)
1313

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /