-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
solve #35 and #15 #40
Conversation
|
@eternal-flame-AD 请遵从 pep8 规范 |
我回去看下为啥找不到-_-# |
@wangshub 现在应该修复了 |
抱歉之前自测的时候HEAD位置忘了回到最近了 |
@eternal-flame-AD 我运行,在识别到人脸的时候,还是报错 |
识别人脸那段没改呀? |
我在一台有虚拟按键 一台没有虚拟按键的设备上测试都可以正常运行 |
@eternal-flame-AD 我有时间看下你的代码 |
@wangshub ,我觉得人脸提取那部分可以优化,可以参考我这个代码https://github.com/msterzhang/douyinAi,总的代码200行不到就OK |
@msterzhang This is unrelated to this specific pull request, maybe you can open a new issue or PR to propose your improvements. Thanks |
我先合到 dev 分支,有问题再改 @eternal-flame-AD |
This pull request gave an solution to issue #35 and #15
for issue #15 I added a
find_y_bias
function to first search for the white line underneath the "home page" button to determine where the bottom of the app is.