Closed nitinmukesh closed 2 days ago
Please modify the .bat file according to the following code. This is an error caused by relative paths. I will update the file containing the bug as soon as possible. Apologies.
conda activate 3DDFA
cd extract_init_states
python demo_pose_extract_2d_lmk_img.py \
--input ../$image_path \
--output ../$cache_path
I did change as suggested left earlier output, right after the above change. Am I missing something.
https://github.com/user-attachments/assets/5fc6e215-52c9-4f55-a92e-a3a1ce5f063a
Hi @Hanbo-Cheng, first congratulations for your awesome work here, even more by sharing with open source community.
I have doubts about the extraction aswell. I was able to run the build.sh inside the extract_init_states and everything goes fine. But there are still missing the the files below:
bfm_noneck_v3.onnx, bfm_noneck_v3.pkl, mb1_120x120.yml, param_mean_std_62d_120x120.pkl
as workaround i copied these files from 3DDFA_V2 repository it's the recommended approach ?
My doubt cames from my poor performance showed below:
https://github.com/user-attachments/assets/b4c91867-bf02-4f64-8755-54b1ca93931b
Am I missing something else?
Thanks in advance.
I did change as suggested left earlier output, right after the above change. Am I missing something.
Project.1.mp4
No, I think it's close to the real performance in 128 setting.
Hi @Hanbo-Cheng, first congratulations for your awesome work here, even more by sharing with open source community.
I have doubts about the extraction aswell. I was able to run the build.sh inside the extract_init_states and everything goes fine. But there are still missing the the files below:
bfm_noneck_v3.onnx, bfm_noneck_v3.pkl, mb1_120x120.yml, param_mean_std_62d_120x120.pkl
as workaround i copied these files from 3DDFA_V2 repository it's the recommended approach ?
My doubt cames from my poor performance showed below:
final_video.mp4 Am I missing something else?
Thanks in advance.
Thank you for your attention! Yes, downloading these files is correct. I found that the '.pkl' and 'onnx' were blocked by gitignore so they failed to upload to the repo. The bad performance is due to the failure to extract the initial states as mentioned above. You can try this .
@Hanbo-Cheng
Thank you for your support in helping solve the issues.
You mentioned this in the other thread. I am sorry I am not a developer, just trying to run on my local. Not sure what is missing as mentioned in above comment.
I did see a lot of missing files and incorrect folder in code which I fixed. The code is running.
Here is the complete log and output file. Yeah the output doesn't look good.
https://github.com/user-attachments/assets/eb2f8cfd-5b72-4d39-b0ad-e2b763dc9b40