We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I follow the steps to generate the image of this step, what should I do next,Hope to get guidance!
The text was updated successfully, but these errors were encountered:
Line 420 in the eval script is causing the pose and expression to be fixed. Set it to None
Sorry, something went wrong.
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'
No branches or pull requests
When I follow the steps to generate the image of this step, what should I do next,Hope to get guidance!
The text was updated successfully, but these errors were encountered: