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
请问当初你是如何使用validate.py对整个测试集进行遍历呢?因为我看到输入图像要求维度是(31,?,1)而显然需要对测试数据进行resize,那么请问你用什么方法对测试数据进行resize呢?我直接用了image.resize((image.size[0], 31),最终效果并不好,请问你是用什么方法呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问当初你是如何使用validate.py对整个测试集进行遍历呢?因为我看到输入图像要求维度是(31,?,1)而显然需要对测试数据进行resize,那么请问你用什么方法对测试数据进行resize呢?我直接用了image.resize((image.size[0], 31),最终效果并不好,请问你是用什么方法呢?
The text was updated successfully, but these errors were encountered: