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

The problem of eval speed #51

Closed
LDoubleZhi opened this issue Feb 26, 2019 · 12 comments
Closed

The problem of eval speed #51

LDoubleZhi opened this issue Feb 26, 2019 · 12 comments

Comments

@LDoubleZhi
Copy link

I write a img_detect func which detect per img, so I have not use dataloader. The other code is same to yours. when I test on 1080ti, I get only 0.05s/per img.Is the problem is whether using dataloader?

@FoolishMao
Copy link

speed.py do not do any postprocess, maybe it's the difference.

@Stinky-Tofu
Copy link

把conf_threshold设置为0.2以上,速度就上来了,因为conf_threshold越低mAP越高,但是速度越慢(需要NMS大量的bbox)

@LDoubleZhi
Copy link
Author

把conf_threshold设置为0.2以上,速度就上来了,因为conf_threshold越低mAP越高,但是速度越慢(需要NMS大量的bbox)

对的,还有就是后处理的锅了(笑哭)

@qhykwsw
Copy link

qhykwsw commented Mar 11, 2019

I write a img_detect func which detect per img, so I have not use dataloader. The other code is same to yours. when I test on 1080ti, I get only 0.05s/per img.Is the problem is whether using dataloader?

楼主可以把你的检测代码分享给我么,我的邮箱是1425751338@qq.com,我这边写了一个可以画pr曲线输出mAP的代码,如果你有需要,我也可以发给你,不甚感谢。

@wangg12
Copy link

wangg12 commented Mar 12, 2019

@qhykwsw @Stinky-Tofu Could you kindly share your code for calculating mAP?

@Stinky-Tofu
Copy link

@qhykwsw
Copy link

qhykwsw commented Mar 12, 2019

@qhykwsw @Stinky-Tofu Could you kindly share your code for calculating mAP?
给我你的邮箱?

@wangg12
Copy link

wangg12 commented Mar 12, 2019

@Stinky-Tofu Thanks, I will have a try.

@wangg12
Copy link

wangg12 commented Mar 12, 2019

@qhykwsw My email is guwang12@foxmail.com. Thanks.

@shenghsiaowong
Copy link

@LDoubleZhi 你好可以发我一份你的检测代码吗?wang1540266695@163.com,我这边加了focalloaa 以及cbam的代码,你需要我也可以发你

@LDoubleZhi
Copy link
Author

LDoubleZhi commented Sep 16, 2019 via email

@lc4321
Copy link

lc4321 commented Feb 6, 2020

@LDoubleZhi 你好,可以发我一份你的检测代码吗?licuicqu@163.com,谢谢了

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

7 participants