You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, author.
I also encountered a problem when running rendering. python NeRFs/TorsoNeRF/run_ nerf. py --config dataset/$id/TorsoNeRFTest_ config. txt --aud_ file=dataset/$id/aud. npy --test_ size=300
This missing 'aud. NPY'
The error is as follows: traceback (most recent call last):
File "NeRFs/HeadNeRF/run_nerf.py", line 965, in
train()
File "NeRFs/HeadNeRF/run_nerf.py", line 655, in train
args. datadir, args.testskip)
File "/home/zoloz/hangke/AD-NeRF/NeRFs/HeadNeRF/load_audface.py", line 37, in load_ audface_ data
aud_ features = np.load(os.path.join(basedir, 'aud.npy'))
File "/home/zoloz/anaconda3/envs/adnerf/lib/python3.7/site-packages/numpy/lib/npyio.py", line 417, in load
fid = stack. enter_ context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/home/zoloz/hangke/AD-NeRF/dataset/Obama/aud.npy'
The text was updated successfully, but these errors were encountered:
The reason for the error is that you did not generate a sound feature file during data processing.
Regenerate sound feature file aud.npy, you run:
python data_util/process_data.py --id=Obama --step=0
Hello, author.
I also encountered a problem when running rendering. python NeRFs/TorsoNeRF/run_ nerf. py --config dataset/$id/TorsoNeRFTest_ config. txt --aud_ file=dataset/$id/aud. npy --test_ size=300
This missing 'aud. NPY'
The error is as follows: traceback (most recent call last):
File "NeRFs/HeadNeRF/run_nerf.py", line 965, in
train()
File "NeRFs/HeadNeRF/run_nerf.py", line 655, in train
args. datadir, args.testskip)
File "/home/zoloz/hangke/AD-NeRF/NeRFs/HeadNeRF/load_audface.py", line 37, in load_ audface_ data
aud_ features = np.load(os.path.join(basedir, 'aud.npy'))
File "/home/zoloz/anaconda3/envs/adnerf/lib/python3.7/site-packages/numpy/lib/npyio.py", line 417, in load
fid = stack. enter_ context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/home/zoloz/hangke/AD-NeRF/dataset/Obama/aud.npy'
The text was updated successfully, but these errors were encountered: