Closed NachoLlorcaR closed 2 years ago
I'm sorry that the codebase has been updated and I will upload new pre-trained models soon.
Wow that is a quick answer! I indeed saw that the repository was updated this month. I do really look forward to the new pretrained models, your paper and code is far nicer than that of the other participants in the CVPR2019 challenge. Best wishes!
Thank you! The patch-based methods we used are quite simple but effective(robust) in FAS tasks. I found recently proposed vision transformers or mlp models are actually patch-based architecture. It's interesting to see how they perform. So I made some minor updates and did some simple experiments using the CASIA-SURF dataset.
Hello hello!
Congrats on the outstanding project!!
I am trying to load the pretrained models provided but I run into the same shape mismatch error, always in keys encoder.last_linear.weight and encoder.last_linear.bias, no matter which .pth.tar I try to load (IR, depth or RGB; 32, 48 or 64).
The code:
Raises:
I am not being able to find a workaround. Any help?
Thanks!