emilianavt / OpenSeeFace

Robust realtime face and facial landmark tracking on CPU with Unity integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch model problems

GrigorySamokhin opened this issue · comments

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" ?

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