av-savchenko / face-emotion-recognition

Efficient face emotion recognition in photos and videos
Apache License 2.0
654 stars 124 forks source link

Missing enet_b0_8_va_mtl.ptl #37

Closed derzhavets-emg closed 1 year ago

derzhavets-emg commented 1 year ago

Hi

I am trying to run your Android example. It tries to load file model file "enet_b0_8_va_mtl.ptl", which looks to be missing in the repository.

Is this the file I should generate myself? If yes, I would really appreciate if you can point to the place where this can be done.

Thank you!

av-savchenko commented 1 year ago

Hello! Thanks for your interest. You're correct, the models should be automatically generated. Just run scripts to_pytorchlite.py and to_tflite.py from mobile_app folder

derzhavets-emg commented 1 year ago

Hello! Thanks for your interest. You're correct, the models should be automatically generated. Just run scripts to_pytorchlite.py and to_tflite.py from mobile_app folder

Thank you!