We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "/root/autodl-tmp/ER-NeRF/data_utils/process.py", line 52, in extract_landmarks fa = face_alignment.FaceAlignment(face_alignment.LandmarksType.TWO_D, flip_input=False) File "/root/miniconda3/envs/ernerf/lib/python3.10/site-packages/face_alignment/api.py", line 87, in init self.face_alignment_net = torch.jit.load( File "/root/miniconda3/envs/ernerf/lib/python3.10/site-packages/torch/jit/_serialization.py", line 162, in load cpp_module = torch._C.import_ir_module(cu, str(f), map_location, _extra_files) RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory 有没有大佬知道这个问题,请教一下
The text was updated successfully, but these errors were encountered:
我也遇到这个错误,你解决了吗
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "/root/autodl-tmp/ER-NeRF/data_utils/process.py", line 52, in extract_landmarks
fa = face_alignment.FaceAlignment(face_alignment.LandmarksType.TWO_D, flip_input=False)
File "/root/miniconda3/envs/ernerf/lib/python3.10/site-packages/face_alignment/api.py", line 87, in init
self.face_alignment_net = torch.jit.load(
File "/root/miniconda3/envs/ernerf/lib/python3.10/site-packages/torch/jit/_serialization.py", line 162, in load
cpp_module = torch._C.import_ir_module(cu, str(f), map_location, _extra_files)
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
有没有大佬知道这个问题,请教一下
The text was updated successfully, but these errors were encountered: