Skip to content
New issue

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

不同图片为什么检测时间相差这么大,有的需要几秒,有的只需要几十毫秒? #27

Closed
GitHubLuGeng opened this issue Feb 21, 2021 · 2 comments

Comments

@GitHubLuGeng
Copy link

打印的识别日志:

./imgs/19.jpg
net forward time: 4.2881
priorBox time: 4.3867
0.9999
0 -1
164 50
5 60
169 110
./imgs/1.jpg
net forward time: 0.0079
priorBox time: 0.0723
0.9998
-1 0
135 4
4 52
139 57
./imgs/9.jpg
net forward time: 2.2308
priorBox time: 2.2579
0.9443
-1 0
109 0
-1 32
108 32

@GradientDescentEX
Copy link

我也遇到了同样的问题,应该是图片太大了

@Jinkham
Copy link
Member

Jinkham commented Jun 29, 2021

anchor在不同尺寸图片,计算过程不同,如果输入图片尺寸一致的话,只需要计算一次即可。

@Jinkham Jinkham closed this as completed Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants