DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
348 stars 132 forks source link

我想把训练好的模型部署到linux终端,我想把模型保存为pb模型,而不是仅仅保存权重! #95

Closed siyangbing closed 4 years ago

siyangbing commented 5 years ago

我需要如何保存整个网络,如何生成pb文件从而把模型部署到终端(tensorlite),我需要如何保存哪些内容,非常感谢!

yangxue0827 commented 4 years ago

https://github.com/DetectionTeamUCAS/FPN_Tensorflow/tree/master/libs/export_pbs

@siyangbing