yinguobing / cnn-facial-landmark

Training code for facial landmark detection based on deep convolutional neural network.
MIT License
623 stars 183 forks source link

I am unable to convert a checkpoint file to .pb file #90

Open SaaquibHussain opened 4 years ago

SaaquibHussain commented 4 years ago

I got the checkpoint file for 500 steps. But when I tried to convert it to pb file using freeze_graph.py I am getting error "raise IOError("SavedModel file does not exist at: %s" % saved_model_dir) OSError: SavedModel file does not exist". But the model files are present at the location. can you help me on this