emilianavt / OpenSeeFace

Robust realtime face and facial landmark tracking on CPU with Unity integration
BSD 2-Clause "Simplified" License
1.46k stars 152 forks source link

Pytorch model problems #16

Closed GrigorySamokhin closed 3 years ago

GrigorySamokhin commented 3 years ago

Hello! Thanks for your work! I have some problem when running model.py file

Screenshot 2021-03-17 at 18 04 59

And what means "geffnet.mobilenetv3._gen_mobilenet_v3 needs to be patched to return the parameters instead of instantiating the network" ?

emilianavt commented 3 years ago

Hi! It means that here, model_kwargs needs to be returned instead of model. After that change is made, it should run properly.