文件名称:mrcnn_serving_ready:ing将Mask R-CNN Keras模型转换为Tensorflow模型和Serving模型
文件大小:152KB
文件格式:ZIP
更新时间:2024-02-26 17:29:53
rest-api grpc tensorflow-model mask-rcnn tensorflow-model-server
MRCNN模型转换 将模型转换为Tensorflow冻结图和Tensorflow服务模型的脚本。 加上使用Tensorflow Model Server进行GRPC或RESTAPI的推理。 怎么跑 修改“ user_config.py”中的路径变量 运行main.py python3 main.py 对于自定义配置类 如果您有其他配置类,则可以替换“ main.py”中的现有配置 # main.py # Current config load config = get_config () # replace it with your config class config = your_cus
【文件预览】:
mrcnn_serving_ready-master
----user_config.py(607B)
----inferencing()
--------saved_model_utils.py(33KB)
--------saved_model_inference.py(4KB)
--------saved_model_preprocess.py(10KB)
--------saved_model_config.py(948B)
----LICENSE(1KB)
----utils.py(33KB)
----README.md(2KB)
----config.py(3KB)
----coco.py(21KB)
----main.py(4KB)
----test_image()
--------monalisa.jpg(77KB)
--------dog.jpg(7KB)
----model.py(124KB)