Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Некорректное распознавание российских номер с регионом 799, 977 #275

Open
grigoty opened this issue Jun 23, 2023 · 1 comment

Comments

@grigoty
Copy link

grigoty commented Jun 23, 2023

Часто возникают ошибки при распознавании российских номеров с регионами 799, 977

Возможны варианты, что вместо 799 получается 99 или 199, вместо 977 - 97.

Пример:
14178img1

При распознавании этого изображения получаю Е592АВ77

Настройки стоят следующие:

 "number_plate_detection_and_reading": pipeline(
        "number_plate_detection_and_reading",
        presets={
            "ru": {"for_regions": CLASS_REGION_ALL, "model_path": "latest"},
        },
        default_label="ru",
        # if you not need detect region or count lines
        off_number_plate_classification=True,
        image_loader="opencv",
    ),
@mainmaster
Copy link

mainmaster commented Aug 9, 2023

Столкнулся с такой же проблемой. Вероятно при составлении датасета данных номеров просто не было и поэтому они теперь распознаются некорректно. Такая же история с номерами такси

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants