hysts / pytorch_mpiigaze

An unofficial PyTorch implementation of MPIIGaze and MPIIFaceGaze
MIT License
346 stars 86 forks source link

pretrained models #16

Closed yuzehui1996 closed 4 years ago

yuzehui1996 commented 4 years ago

Can you share the pretrained models for the resnet_simple_14 on the mpiifacegaze dataset? Thanks a lot!

hysts commented 4 years ago

Hi, @yuzehui1996

You can download it here. FYI, if you want to try out the demo program, it's easier to use this repo because it's pip-installable and will automatically download the pretrained models.

yuzehui1996 commented 4 years ago

Thanks a lot!