-
Notifications
You must be signed in to change notification settings - Fork 367
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
I created an executable repo for L2 distance #107
Comments
Thanks Mingcan for yours version! I was interested in using your version because it provides an easy way to compute the L2 distance between poses, but unfortunately I am unable to run it on my machine, most probably because I have a 3080 GPU and the torch required both by you and the original author is not supported on this card. |
@natanielruiz If all of these well done, but you still can not run the script. Please check out your CUDA version. |
@MitchellX thanks for the reply, indeed it is a CUDA problem, as my 3080 supports only torch 1.7 and later, older version of torch do not work, unfortunately. I'll have to find another way. Thank you nevertheless! |
Hi there,
I created an executable repo at https://github.com/MitchellX/deep-head-pose.
The pre-models are faithful to the author's great work, where there are some bugs and I have fixed them now.
Additionally, I have written some cool scripts in my forked repo. Therefore, you could easily get the [yaw, pitch, roll] results whatever the input you give. For instance, you can give a single image or an image folder! Plus, you can easily use my script to calculate the head pose difference (or so-called L2 distance) between two images or image sets.
The text was updated successfully, but these errors were encountered: