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
例如txtbox_384.py的textbox_anchor_one_layer函数中的参数,像step这种都是应该根据输入图片的大小去计算的而不是固定设置的。 你在复现的时候是否是为了方便,而直接参考了原作者caffe的实现,所以没有考虑这方面的东西?或者说还是我的理解有问题
txtbox_384.py
textbox_anchor_one_layer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例如
txtbox_384.py
的textbox_anchor_one_layer
函数中的参数,像step这种都是应该根据输入图片的大小去计算的而不是固定设置的。你在复现的时候是否是为了方便,而直接参考了原作者caffe的实现,所以没有考虑这方面的东西?或者说还是我的理解有问题
The text was updated successfully, but these errors were encountered: