endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

how to freeze/export graph, and load frozen graph? #385

Open mit10000 opened 6 years ago

mit10000 commented 6 years ago

Based on #307 seems the codes can support export graph now, question is is there any script for freeze graph, then load frozen graph for inference? Thanks for your help!