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
想知道,数据集的输入尺寸一定是224乘224吗?数据集的输入尺寸能否是任意大小呢? 网络的模型输入是224×224,最后输出在K210开发板上的LCD屏幕上的图像大小也是224×224。能否对网络的部分参数进行修改,使得输入模型的图像尺寸大小和最后输出在LCD屏幕上的图像大小是320×240?
The text was updated successfully, but these errors were encountered:
不行,这个模型训练对图片尺寸有要求,224*224已经是最大训练精确度最高的了
Sorry, something went wrong.
No branches or pull requests
想知道,数据集的输入尺寸一定是224乘224吗?数据集的输入尺寸能否是任意大小呢?
网络的模型输入是224×224,最后输出在K210开发板上的LCD屏幕上的图像大小也是224×224。能否对网络的部分参数进行修改,使得输入模型的图像尺寸大小和最后输出在LCD屏幕上的图像大小是320×240?
The text was updated successfully, but these errors were encountered: