StacyYang / gluoncv-torch

PyTorch API for GluonCV Models
MIT License
536 stars 62 forks source link

How to convert gluon models to pytorch? #6

Open ACkuku opened 5 years ago

ACkuku commented 5 years ago

There are some code to show how to convert gluoncv models to pytorch? Thank you~

zhanghang1989 commented 5 years ago

I rewrite the model in PyTorch and dump the weights

lxtGH commented 5 years ago

@zhanghang1989 Can you share your scripts with us. I am not familar with gluon. I tried but I failed to get the model correct predict the image in your example