Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

How to convert resnet101-based Mask-RCNN model to ONNX ? #716

Open
pra-dan opened this issue May 26, 2021 · 0 comments
Open

How to convert resnet101-based Mask-RCNN model to ONNX ? #716

pra-dan opened this issue May 26, 2021 · 0 comments

Comments

@pra-dan
Copy link

pra-dan commented May 26, 2021

Hi,

I have my my Mask-RCNN model weights (h5) and its based on ResNet101. I am unable to load my weights before converting them to ONNX. The example you provide, loads a ResNet50 weight

# load keras model
from keras.applications.resnet50 import ResNet50
model = ResNet50(include_top=True, weights='imagenet')

There is no such utility for resnet101. How should I go forward ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant