-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
'assets/pose_model' Is a directory #41
Comments
是的。这个错误信息还是第一次见,可能是环境不一样? |
系統是 Debian GNU/Linux 10 (buster) |
最新版代码只在Ubuntu 20.04上测试过。Debian我还没有用过呢! 是否能在Ubuntu上尝试运行? |
I also encountered this problem. How did you solve it? |
我在macbook上运行,出现路径错误 |
请问您用的tensorflow是哪个版本? |
2.4.1 |
谢谢,换成2.4.1就没问题了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
執行
python3 estimate_head_pose.py --video '/path/to/file'
最後一條訊息:
OSError: Unable to open file (file read failed: time = Tue Feb 9 18:05:26 2021 , filename = 'assets/pose_model', file descriptor = 4, errno = 21, error message = 'Is a directory', buf = 0x7ffd75ab19a8, total read size = 8, bytes this sub-read = 8, bytes actually read = 18446744073709551615, offset = 0)
看起來是指源碼中的資料夾?
The text was updated successfully, but these errors were encountered: