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
是用验证集验证的时间吗? 还是有其他的计算方法? 另外还想问,如果原来的model 输出的结果是原图的1/4大小,该怎么计算时间呢?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
理论上,计算时间与图像是什么来源没有关系。只要尺寸符合我们比较的标准就可以。 论文中的时间计算是网络的前馈速度,与结果的尺寸无关,最红密度图的逐像素相加时间可以忽略不计。
好的多谢
No branches or pull requests
是用验证集验证的时间吗? 还是有其他的计算方法?
另外还想问,如果原来的model 输出的结果是原图的1/4大小,该怎么计算时间呢?
The text was updated successfully, but these errors were encountered: