How to properly serve an object detection model from Tensorflow Object Detection API?

前端 未结 4 1038
清歌不尽
清歌不尽 2021-02-15 23:06

I am using Tensorflow Object Detection API(github.com/tensorflow/models/tree/master/object_detection) with one object detection task. Right now I am having problem on serving th

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-15 23:46

    For the error

    grpc.framework.interfaces.face.face.AbortionError: AbortionError(code=StatusCode.NOT_FOUND, details="FeedInputs: unable to find feed output ToFloat:0"

    Just upgrade the tf_models to the latest version, and re-export the model.

    See https://github.com/tensorflow/tensorflow/issues/11863

提交回复
热议问题