av-savchenko / face-emotion-recognition

Efficient face emotion recognition in photos and videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing enet_b0_8_va_mtl.ptl

derzhavets-emg opened this issue · comments

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!

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

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!