yinguobing / cnn-facial-landmark

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

How can I evaluate a trained model using landmark.py #86

Open abdou31 opened 4 years ago

abdou31 commented 4 years ago

Hello Yin, Is it possible to evaluate a trained model without training and creating a new model with command that you give for example ( 500 steps ). I have a trained model that have 135000 steps, and I want to just evaluate it without training it again, How can I do that?

yinguobing commented 4 years ago

Use --eval_only.

abdou31 commented 4 years ago

The argument --eval_only does not exist in landmark.py Please try to update your code