Skip to content
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

How to achieve the same effect of facial replay as the paper, and whether it can achieve real-time? #29

Closed
Chopin68 opened this issue Mar 29, 2022 · 2 comments

Comments

@Chopin68
Copy link

Chopin68 commented Mar 29, 2022

image
When I follow the steps to generate the image of this step, what should I do next,Hope to get guidance!

@gafniguy
Copy link
Owner

Line 420 in the eval script is causing the pose and expression to be fixed. Set it to None

@Chopin68
Copy link
Author

eval 脚本中的第 420 行导致姿势和表情被固定。将其设置为无

Thank you for your reply!! I reported an error after running the following code

python real_to_nerf.py --source K:/GAN/4D-Facial-Avatars-main/nerface_code/nerf-pytorch/real_data/person_1 --target K:/GAN/4D-Facial-Avatars-main/nerface_code/nerf-pytorch/renders/person_1_rendered_frames

Traceback (most recent call last):
File "K:\GAN\4D-Facial-Avatars-main\nerface_code\nerf-pytorch\real_to_nerf.py", line 7, in
proc1 = subprocess.Popen(['scontrol', 'show', 'job', os.environ['SLURM_JOBID'], '-d'], stdout=subprocess.PIPE)
File "C:\Users\CHOPY\AppData\Local\Programs\Python\Python39\lib\os.py", line 679, in getitem
raise KeyError(key) from None
KeyError: 'SLURM_JOBID'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants