问题
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