What is the current best replacement for ResNet? (Focus on real-time application) #1234
Unanswered
timothylimyl
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Vote for regnet |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
It seems that a lot of repository out there is still using ResNet-18 and ResNet-50 as their backbone for downstream tasks such as object detection, segmentation and even classification. A lot of application performance could potentially be improved upon a swap of the vision backbone.
I am wondering what are the new backbones that can replace ResNet (beat it in terms of speed, accuracy and size)? Granted, I know that ResNet as a basis of design has led to many variants of it, but what variants or non-variants of resnet are your "go-to"?
Note that this is a comparison to be made for the ResNet series which is not in the realm of hundred million or billions parameters
Beta Was this translation helpful? Give feedback.
All reactions