-
Notifications
You must be signed in to change notification settings - Fork 8
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
Transfer Shape Error #10
Comments
It seems to be a intermediate file, I'm not quite familiar with the code but I guess it could be raised when no facial landmarks are detected. PS: after modify some file path and numpy variable name, the code runs fine, at 2024/6/1. |
Would you mind give more detailed instruction about which path to modify? thx soooo much! |
https://huggingface.co/kexul/ctrlhair check this, I've uploaded all the files. |
Thx for your response. Those modifications you upload help a lot! I've solved this issue now. Actually I try to run the code on windows platform, so I have to compile the triangle.c in berkeley_triangle folder and also my_arap.cpp to get the exe file for wins. And I have to rewrite several lines to let windows execute the original command to get_node and generate .ele files. If someone meet the same error, try this way. |
Hey There,
Hopefully you're be able to reply to this, I found an issue when I press the "Transfer Shape" button that I need solving. The 'albedo_landmarks.1.ele', file, I have no idea what this is and it seems that it needs to be in the temp_folder which is created during run time. Can you help me out?
(Also, just so you're aware, a number of the filenames in the code on the github do not match what is in the download folder filenames you provided. Not sure if you've changed the download folder files over time, but I had to change 3 or 4 file names.)
The text was updated successfully, but these errors were encountered: