weird time consuming of FCOS head when changing the backbone #9431
Unanswered
goldentimecoolk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to test the FPS of FCOS and my detector SSN with different backbones. But I found the results below is weird.
My question is that why the time of SSN neck (FPN-like structure) and FCOS head would change a lot with different backbones?
By the way, the neck and head structure of both detectors should not be changed under two backbones and I confirm this point by two ways. The first is to merely change backbone dict in the same config file (to prevent other settings changed). And the other one is to display model structure by the provided script
get_flops.py
.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions