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

用API和跑demo两个方法测试结果不一样 #392

Open
clancylian opened this issue Jan 11, 2024 · 1 comment
Open

用API和跑demo两个方法测试结果不一样 #392

clancylian opened this issue Jan 11, 2024 · 1 comment

Comments

@clancylian
Copy link

同样一张图,在API和demo中测试结果不一样

用API

start server

lpr3 rest --port 8715 --host 0.0.0.0
http://localhost:8715/api/v1/docs
得到结果:
{
"result": {
"plate_list": [
{
"code": "鄂B6TJ39",
"conf": 0.9889689683914185,
"plate_type": "蓝牌",
"box": [
844,
425,
1025,
533
]
}
]
},
"code": 5000,
"msg": "请求成功"
}

跑demo:
path: HyperLPR/Prj-Python
python3 fast_test.py
得到结果,会识别成新能源汽车
[['鄂B6TJ391', 0.9156234, 3, [845, 421, 1022, 535]]]

这两个有什么不同呢?

@shadow782
Copy link

好像就多了一位,车牌就变成新能源了,识别靠的是位置,应该没有颜色信息的参考

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