bendangnuksung / mrcnn_serving_ready

🛠 Mask R-CNN Keras to Tensorflow and TFX models + Serving models using TFX GRPC & RESTAPI
https://github.com/matterport/Mask_RCNN
MIT License
103 stars 35 forks source link

How can run your model in opencv dnn? #15

Open K-M-Ibrahim-Khalilullah opened 5 years ago

K-M-Ibrahim-Khalilullah commented 5 years ago

I created .pb file using your code. I would like to use the .pb file in opencv-python dnn . How can I use?

bendangnuksung commented 5 years ago

Have not figured that part out. Would be great if someone PR this feature.

srinivas1746 commented 3 years ago

@bendangnuksung @ML-BOSS I am facing issues while loading the pb file with OpenCV dnn module, Did you found anything?