-
Notifications
You must be signed in to change notification settings - Fork 495
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
Mobile resnest #29
base: master
Are you sure you want to change the base?
Mobile resnest #29
Conversation
Jerryzcn
commented
Apr 23, 2020
- resnest14
- resnest26
1. resnest14 2. resnest26
👍 will merge after uploading the weights. |
Have you been able to run ResNeST on mobile? What is the accuracy you are getting for 14 & 26? |
The results are reported https://gluon-cv.mxnet.io/model_zoo/classification.html#resnest
|
Sorry, I meant to ask about semantic segmentation..
I am looking for a high accuracy architecture/backbone for mobile (mainly
for human segmentation).
ResNest mIOU looked good but the param size is large.
Any recommendations?
…On Wed, 6 May, 2020, 10:40 PM Hang Zhang, ***@***.***> wrote:
@Jerryzcn <https://github.com/Jerryzcn>
Have you been able to run ResNeST on mobile? What is the accuracy you are
getting for 14 & 26?
The results are reported
https://gluon-cv.mxnet.io/model_zoo/classification.html#resnest
Model top-1 top-5
ResNeSt14 75.75 92.70
ResNeSt26 78.68 94.38
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4AFEB7AW3LVLLD3VACTV3RQGKXVANCNFSM4MOX5XSQ>
.
|
@Jerryzcn How do you come up with the name |
@DKandrew That's the number of layers! |