sacmehta / EdgeNets

This repository contains the source code of our work on designing efficient CNNs for computer vision
MIT License
412 stars 82 forks source link

convert model to onnx and coreml [segmentation part] #29

Closed sjf18 closed 4 years ago

sjf18 commented 4 years ago

hi, thanks for your great work, could you please share your code for converting pytorch models of segmentation parts to onnx models and onnx to coreml, i have tried to convert on my own, but i get several errors.

sacmehta commented 4 years ago

Have you seen this thread? https://github.com/sacmehta/EdgeNets/issues/24#issuecomment-592138043

For CoreML-model, you can see: https://github.com/sacmehta/ESPNetv2-COREML

sacmehta commented 4 years ago

I assume this issue is fixed, so closing it now. Feel free to reopen if required