clancylian

Results 3 issues of clancylian

同样一张图,在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,...

![3d48fa611536a7da43faab33b9d8b3c](https://github.com/szad670401/HyperLPR/assets/24265668/3bb9372e-73d1-4e24-9532-c0039680340f) ![872820c5bec4072679d65ecc3aff200](https://github.com/szad670401/HyperLPR/assets/24265668/ec5c57ad-c26a-4343-befb-dd6d4a482303) ![0216628577a506cb59f3b36867c39a4](https://github.com/szad670401/HyperLPR/assets/24265668/301930e7-c428-4429-afe3-b8bf03bcc886) 会误识别,识别结果看水印

采用python flask做成服务接口,如果在构造函数中新建车牌识别对象,然后在接口中调用车牌识别函数,当并发起来时,有些车牌无法识别到,但是将这些无法识别的车牌,用单张调用接口,可以识别到,是因为不支持多线程吗?