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
No description provided.
The text was updated successfully, but these errors were encountered:
类似出现ValueError: Cannot feed value of shape (0,) for Tensor 'Placeholder:0', which has shape '(?, 128, 128, 3)错误的原因是检测图片量太少不满足batch_size。 解决办法有两个,任意一个即可。 1、从训练样本resize_image目录下copy十几个过来,满足20个即可; 2、修改run_model.py代码如下: 24行batch_size = 10,此处修改10为实际目录下图片张数。 125行 batch = list[batch_id * 10:batch_id * 10 + 10],此处修改10为实际目录下图片张数。
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: