anilsathyan7 / Portrait-Segmentation

Real-time portrait segmentation for mobile devices
MIT License
638 stars 133 forks source link

SavedModel checkpoints of Slimnet #37

Closed Nerdyvedi closed 3 years ago

Nerdyvedi commented 3 years ago

Hi, It would be great if you could share the SavedModel format checkpoints of Slimnet. I want to try and test the quantised model.

Thank you

anilsathyan7 commented 3 years ago

This is the tf.keras checkpoint file(hdf5): https://github.com/anilsathyan7/Portrait-Segmentation/blob/master/models/slim_seg_512/slim-net-157-0.02.hdf5

Maybe, you can load this chekpoint and save it in tf SavedModel format ....