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
Traceback (most recent call last):
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/gevent/pywsgi.py", line 999, in handle_one_response
self.run_application()
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/geventwebsocket/handler.py", line 75, in run_application
self.run_websocket()
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/geventwebsocket/handler.py", line 52, in run_websocket
list(self.application(self.environ, lambda s, h, e=None: []))
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/flask/app.py", line 2464, in call
return self.wsgi_app(environ, start_response)
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/flask_sockets.py", line 45, in call
handler(environment, **values)
File "/home/house365ai/xxm/vrh/app.py", line 83, in echo_socket
generate_video(audio_path, audio_path_eo, video_path, output_path)
File "/home/house365ai/xxm/vrh/tools.py", line 603, in generate_video
save_path = video_process(opt_vid, trainer_vid, model_vid, dir,name,audio_path)
File "/home/house365ai/xxm/vrh/tools.py", line 582, in video_process
test_loader = NeRFDataset_Test(opt, device='cuda').dataloader()
File "/home/house365ai/xxm/vrh/nerf/provider.py", line 126, in init
aud_features = np.load(self.opt.aud)
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/numpy/lib/npyio.py", line 438, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/gevent/pywsgi.py", line 999, in handle_one_response
self.run_application()
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/geventwebsocket/handler.py", line 75, in run_application
self.run_websocket()
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/geventwebsocket/handler.py", line 52, in run_websocket
list(self.application(self.environ, lambda s, h, e=None: []))
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/flask/app.py", line 2464, in call
return self.wsgi_app(environ, start_response)
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/flask_sockets.py", line 45, in call
handler(environment, **values)
File "/home/house365ai/xxm/vrh/app.py", line 83, in echo_socket
generate_video(audio_path, audio_path_eo, video_path, output_path)
File "/home/house365ai/xxm/vrh/tools.py", line 603, in generate_video
save_path = video_process(opt_vid, trainer_vid, model_vid, dir,name,audio_path)
File "/home/house365ai/xxm/vrh/tools.py", line 582, in video_process
test_loader = NeRFDataset_Test(opt, device='cuda').dataloader()
File "/home/house365ai/xxm/vrh/nerf/provider.py", line 126, in init
aud_features = np.load(self.opt.aud)
File "/home/house365ai/.conda/envs/xuniren/lib/python3.9/site-packages/numpy/lib/npyio.py", line 438, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
The text was updated successfully, but these errors were encountered: