XChenZ / havatar

[TOG 2023] HAvatar: High-fidelity Head Avatar via Facial Model ConditionedNeural Radiance Field
https://www.liuyebin.com/havatar/
Other
123 stars 10 forks source link

ModuleNotFoundError: No module named 'utils' #3

Closed ghost closed 10 months ago

ghost commented 10 months ago

Traceback (most recent call last): File "/home/codes/havatar/avatarHD_reenactment.py", line 6, in from model.nerf_trainer import Trainer as nerf_trainer File "/home/codes/havatar/model/nerf_trainer.py", line 3, in from model import nerf_model File "/home/codes/havatar/model/nerf_model.py", line 3, in from utils.sh_util import eval_sh ModuleNotFoundError: No module named 'utils'

XChenZ commented 10 months ago

Sorry, it's a mistake that we forgot some files. The folder utils has been uploaded.

ghost commented 10 months ago

Thanks

ghost commented 10 months ago

another issue avatarHD_reenactment.py: error: unrecognized arguments: --torch_test

XChenZ commented 10 months ago

Just remove the argument --torch_test. We have updated the ReadMe.