-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
random resuls of landmark model (-1) #7
Comments
You are right, that should be As a side note, the points for the 30 point model are laid out like this. |
|
Thanks, the issue is fixed. Before closing this, I'd like to ask if you still have the trained ShuffleNet-V2 PyTorch weights to share? Thanks. |
I think I can find those, but they were trained on a less refined dataset and with less augmentation, so they're not really comparable. Are you still interested? |
Yes that would be great if you could find them. I'm planning to retrain it, that'd be good to start from a pretrained model. Many thanks. |
I think it should be these. |
Thanks a lot. closing this issue. |
Trying the new landmark model, It seems that I get random landmarks. You mention that accuracy is very low, but I wonder if I'm doing some mistake! could you share some sample results of the new landmark model as well? thanks.
Also I think the reshaping in here
OpenSeeFace/model.py
Line 210 in 8ff2e61
OpenSeeFace/model.py
Line 211 in 8ff2e61
should be (30, 7*7).
The text was updated successfully, but these errors were encountered: