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 to test #73

Open wangping1408 opened 4 years ago

wangping1408 commented 4 years ago

Hello, I want to know the newly modified landmark.py, how to use the model for testing. The previous code is ready for testing. thank you

yinguobing commented 4 years ago

Are you using the 'master' branch?

wangping1408 notifications@github.com 于2019年9月2日周一 下午3:19写道:

Hello, I want to know the newly modified landmark.py, how to use the model for testing. The previous code is ready for testing. thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yinguobing/cnn-facial-landmark/issues/73?email_source=notifications&email_token=ACOK2BS5EEPXZTNWLUVHSNDQHS5AFA5CNFSM4IS2LOPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HIW3UYA, or mute the thread https://github.com/notifications/unsubscribe-auth/ACOK2BQJ5ZYP2BULJYDEL5LQHS5AFANCNFSM4IS2LOPA .

wangping1408 commented 4 years ago

@yinguobing Yes, I am using the landmark.py code in this 'master' branch and trained my model, but I don't know how I would use this code to test the generated model.

yinguobing commented 4 years ago

I would recommand using the keras branch that makes testing much easier.