Skip to content

Commit ca64983

Browse files
authored
Merge pull request #232 from ria-com/v3.2
Update number-plate-filling-demo.py
2 parents 2040a5c + 7b3ba50 commit ca64983

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/py/inference/number-plate-filling-demo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ def parse_args():
2424
kwargs = parse_args()
2525
is_show = kwargs["show"]
2626

27-
number_plate_short_detection_and_reading = pipeline("number_plate_short_detection_and_reading",
27+
number_plate_short_detection_and_reading = pipeline("number_plate_key_points_filling",
2828
image_loader="opencv")
2929

3030
root_dir = os.path.join(nomeroff_net_dir, './data/examples/oneline_images/example1.jpeg')
3131
images = number_plate_short_detection_and_reading(glob.glob(root_dir))
32-
3332
if is_show:
3433
for img in images:
3534
cv2.imshow("Display window", img)

0 commit comments

Comments
 (0)