philgras / neural-head-avatars

Official PyTorch implementation of "Neural Head Avatars from Monocular RGB Videos"
544 stars 74 forks source link

There are no file optimize_avatar.py in the folder python_scripts #15

Closed ghost closed 2 years ago

ghost commented 2 years ago

the command: python python_scripts/optimize_avatar.py --config configs/avatar_optimization.ini optimize_avatar.py file is not in the folder, is this reenact_avatar.py or Missing File?

dipesh-commits commented 2 years ago

You need to use optimize_nha.py file instead of optimize_avatar.py. May be there is some typo while they create the command. I have used it and it is working fine.

philgras commented 2 years ago

Hi, the readme has been updated. optimize_nha.py is the correct file.