We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用python eval.py --I "./img/1_4.jpg" --M "./models/" --font_scale 1 --thickness 1我测试一张大约要20秒,感觉好慢,有什么可以调节的地方让他快一点吗,谢谢
The text was updated successfully, but these errors were encountered:
我觉得测试单张图片时大部分时间花在了从硬盘载入模型上了,解决的办法只能是用一个较轻的网络代替现在使用的网络。
Sorry, something went wrong.
No branches or pull requests
使用python eval.py --I "./img/1_4.jpg" --M "./models/" --font_scale 1 --thickness 1我测试一张大约要20秒,感觉好慢,有什么可以调节的地方让他快一点吗,谢谢
The text was updated successfully, but these errors were encountered: