Is it possible to get Mask-RCNN's model.pkl file from COLAB notebook ,from a train Tensorflowflow model?

Deadly 提交于 2020-03-21 07:00:53

问题


  • I Got a notebook link to remove the background of objects using Mask R-CNN.

  • basically I want to remove background from an image, which this model (TensorFlow model I guess ), exactly doing what I want.


  • now I want a ".pkl" file from this model, to create a WEB API using Flask. - --->((here this youtube tutorial has shown exactly how to get a .pkl file from a train model.))
  • how Can I get this model "pkl" file from the colab notebook working model?

  • Is it even possible to get a model from COLAB notebook, and try to make a WEB API from this?
  • AM I in right path?

  • I actually want to make this type of WEB API for this MASK RCNN model

来源:https://stackoverflow.com/questions/60652058/is-it-possible-to-get-mask-rcnns-model-pkl-file-from-colab-notebook-from-a-tra

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!