fregu856 / segmentation

TensorFlow implementation of ENet, trained on the Cityscapes dataset.
http://www.fregu856.com/
MIT License
244 stars 73 forks source link

Frozen version of the net #9

Open LucasMahieu opened 6 years ago

LucasMahieu commented 6 years ago

Hi, Thanks for your great implementation. I would be interested to get a "frozen" version of the net.

Could you add to the repository the frozen version of the graph, please ? You can take a look here : https://github.com/tensorflow/tensorflow/blob/r1.8/tensorflow/python/tools/freeze_graph.py or https://github.com/tensorflow/models/tree/master/research/slim#freezing-the-exported-graph

Thank you in advance