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

ValueError: Cannot load file containing pickled data when allow_pickle=False #108

Open
smallwhite-dragon opened this issue Sep 9, 2022 · 0 comments

Comments

@smallwhite-dragon
Copy link

ack (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 "/data01/home/scy0764/AD-NeRF-master/NeRFs/HeadNeRF/load_audface.py", line 37, in load_audface_data
aud_features = np.load(os.path.join(basedir, 'aud.npy'), allow_pickle=True)
File "/data01/home/scy0764/.conda/envs/adnerf/lib/python3.7/site-packages/numpy/lib/npyio.py", line 445, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False

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

1 participant