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

我用的车牌识别 能识别到车但是识别不到车牌上的文字 #8977

Open
1 task done
WoodenWildFox opened this issue May 11, 2024 · 0 comments
Open
1 task done
Assignees

Comments

@WoodenWildFox
Copy link

WoodenWildFox commented May 11, 2024

问题确认 Search before asking

  • 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 Please ask your question

我用的车牌识别 能识别到车但是识别不到车牌上的文字
image

这是我的infer_cfg_ppvehicle.yml配置文件内容
crop_thresh: 0.5
visual: True
warmup_frame: 50

DET:
model_dir: D:\Download\paddle\mot_ppyoloe_l_36e_ppvehicle
batch_size: 1

MOT:
model_dir: D:\Download\paddle\mot_ppyoloe_l_36e_ppvehicle
tracker_config: deploy/pipeline/config/tracker_config.yml
batch_size: 1
skip_frame_num: -1 # preferably no more than 3
enable: False

VEHICLE_PLATE:
det_model_dir: output_inference/ch_PP-OCRv3_det_infer
det_limit_side_len: 736
det_limit_type: "min"
rec_model_dir: output_inference/ch_PP-OCRv3_rec_infer
rec_image_shape: [3, 48, 320]
rec_batch_num: 6
word_dict_path: deploy/pipeline/ppvehicle/rec_word_dict.txt
enable: False

VEHICLE_ATTR:
model_dir: https://bj.bcebos.com/v1/paddledet/models/pipeline/vehicle_attribute_model.zip
batch_size: 8
color_threshold: 0.5
type_threshold: 0.5
enable: False

LANE_SEG:
lane_seg_config: deploy/pipeline/config/lane_seg_config.yml
model_dir: D:\Download\paddle\pp_lite_stdc2_bdd100k

VEHICLE_PRESSING:
enable: False

VEHICLE_RETROGRADE:
frame_len: 8
sample_freq: 7
enable: False
filter_horizontal_flag: True
keep_right_flag: True
deviation: 23
move_scale: 0.01_
fence_line: [] #[x1,y1,x2,y2] y2>y1.

这是我的车牌识别和检测模型
image

如果您能看到的话麻烦帮助我一下 感谢

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