We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2040a5c + 7b3ba50 commit ca64983Copy full SHA for ca64983
examples/py/inference/number-plate-filling-demo.py
@@ -24,12 +24,11 @@ def parse_args():
24
kwargs = parse_args()
25
is_show = kwargs["show"]
26
27
- number_plate_short_detection_and_reading = pipeline("number_plate_short_detection_and_reading",
+ number_plate_short_detection_and_reading = pipeline("number_plate_key_points_filling",
28
image_loader="opencv")
29
30
root_dir = os.path.join(nomeroff_net_dir, './data/examples/oneline_images/example1.jpeg')
31
images = number_plate_short_detection_and_reading(glob.glob(root_dir))
32
-
33
if is_show:
34
for img in images:
35
cv2.imshow("Display window", img)
0 commit comments