-
Notifications
You must be signed in to change notification settings - Fork 2k
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
多线程并发起来有些车牌无法识别到 #380
Comments
哈罗,邮件收到了,我会尽快查看,回复,谢谢!
|
能把调用方法的代码片段分享一下吗 |
class PlateDetector():
def main():
@app.route(API_ROUTE + '/detect_plates', methods=['POST'])
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
采用python flask做成服务接口,如果在构造函数中新建车牌识别对象,然后在接口中调用车牌识别函数,当并发起来时,有些车牌无法识别到,但是将这些无法识别的车牌,用单张调用接口,可以识别到,是因为不支持多线程吗?
The text was updated successfully, but these errors were encountered: