we0091234 / Chinese_license_plate_detection_recognition

yolov5 车牌检测 车牌识别 中文车牌识别 检测 支持12种中文车牌 支持双层车牌
GNU General Public License v3.0
1.25k stars 216 forks source link

请问有置信度这个数据么 #4

Open gxsshallot opened 1 year ago

gxsshallot commented 1 year ago

感谢开源,非常非常好用的库,识别率很高。

想问一下,这个库的识别过程有置信度的值么?

we0091234 commented 1 year ago

感谢开源,非常非常好用的库,识别率很高。

想问一下,这个库的识别过程有置信度的值么? 检测有置信度,在detect_plate.py文件的 detect_Recognition_plate这个函数里面conf设置为0.3,识别的话没有设置,只是取了每一个概率最大的那个字符,在plate_recognition/plateNet.py里

ZJ2A22G _I74L0~ J7 CN26 HJG %X5}MA9Y3CV2UU H0V

gxsshallot commented 1 year ago

好的,谢谢,我研究研究,新手,不太懂

we0091234 commented 1 year ago

好的,谢谢,我研究研究,新手,不太懂

好的,随时可以提问

Erikevin commented 1 month ago

感谢开源,非常非常好用的库,识别率很高。 想问一下,这个库的识别过程有置信度的值么? 检测有置信度,在detect_plate.py文件的 detect_Recognition_plate这个函数里面conf设置为0.3,识别的话没有设置,只是取了每一个概率最大的那个字符,在plate_recognition/plateNet.py里

ZJ2A22G _I74L0~ J7 CN26 HJG %X5}MA9Y3CV2UU H0V

感谢开源,非常非常好用的库,识别率很高。 想问一下,这个库的识别过程有置信度的值么? 检测有置信度,在detect_plate.py文件的 detect_Recognition_plate这个函数里面conf设置为0.3,识别的话没有设置,只是取了每一个概率最大的那个字符,在plate_recognition/plateNet.py里

ZJ2A22G _I74L0~ J7 CN26 HJG %X5}MA9Y3CV2UU H0V

你好,我打印了概率值,貌似从5-30都有,请问下置信度不清楚取多少比较合适(有时低的也对,有时高的也错)

we0091234 commented 1 month ago

你做一个softmax 就能看到概率了

Erikevin commented 1 month ago

看到了概率值,关键不清楚设置阈值多大比较合适

we0091234 commented 1 month ago

看到了概率值,关键不清楚设置阈值多大比较合适

都很高0.99以上,我都不看那个了

Erikevin commented 1 month ago

首先感谢您的及时回复。嗯,当图片比较远的时候,onnx出来的置信度为10以内 image