ZJULearning / pixel_link

Implementation of our paper 'PixelLink: Detecting Scene Text via Instance Segmentation' in AAAI2018
MIT License
767 stars 254 forks source link

how to convert checkpoints into .pb file #127

Open PoonamZ opened 5 years ago

PoonamZ commented 5 years ago

Anyone knows, how to convert checkpoint file into the .pb file format.

lerndeep commented 4 years ago

you can use model freezing. First, you need to find input and output all node for converting weight into .pb files

cansik commented 4 years ago

Would be great if you could provide a prebuilt pb file to download.

mohamad-hoseini commented 4 years ago

Did you finally manage to convert the checkpoint model to .pb file or not? I appreciate if you could help. I'm dealing with the same problem. The model is too complex that I can't work out what the input and output nodes are. @cansik @lerndeep @PoonamZ