Centernet: Please provide ONNX or coreml model file for ctdet_coco_dla_2x.pth

Created on 28 Nov 2019  路  7Comments  路  Source: xingyizhou/CenterNet

It seems like the issue of converting Centernet models to ONNX is not yet resolved and I cannot figure out any other way to get a CoreML model of CenterNet for iOS application.

Please provide instructions on how to convert or better yet, provide the converted files if possible.

help wanted

Most helpful comment

@ShreshthSaxena
I've written the conversion process from ctdet_coco_dla_2x.pth to onnx model. You can refer to here.
https://github.com/CaoWGG/TensorRT-CenterNet is TensorRT conversion code for CenterNet.

All 7 comments

Thank you for your interest in our project! I also tried to export our model to onnx, the main issue is the DCN layers are not supported in onnx as far as I know. I will be happy to provide the onnx model when DCN is supported in onnx.

Is there any other way to get an mlmodel file of CentreNet?
I'm looking to run it on an IPhone. If you've already tested the network on mobile devices please let me know the results.

Unfortunately, I haven't tested.

@ShreshthSaxena
I've written the conversion process from ctdet_coco_dla_2x.pth to onnx model. You can refer to here.
https://github.com/CaoWGG/TensorRT-CenterNet is TensorRT conversion code for CenterNet.

@CaoWGG Thanks a lot!

Is there any other way to get an mlmodel file of CentreNet?
I'm looking to run it on an IPhone. If you've already tested the network on mobile devices please let me know the results.

hey guys,Can you share the swift/OC code about CenterNet

Is there any other way to get an mlmodel file of CentreNet?
I'm looking to run it on an IPhone. If you've already tested the network on mobile devices please let me know the results.

thanks a lot

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zjp99 picture zjp99  路  4Comments

David-19940718 picture David-19940718  路  5Comments

wjx2 picture wjx2  路  7Comments

merckxiaan picture merckxiaan  路  7Comments

VRCMF picture VRCMF  路  6Comments