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

Run ./run.sh 0 "A pineapple." but faild #11

Open
emailandxu opened this issue Nov 24, 2023 · 3 comments
Open

Run ./run.sh 0 "A pineapple." but faild #11

emailandxu opened this issue Nov 24, 2023 · 3 comments

Comments

@emailandxu
Copy link

File "/data1/git-repo/prolificdreamer/gridencoder/grid.py", line 54, in forward
_backend.grid_encode_forward(inputs, embeddings, offsets, outputs, B, D, C, L, S, H, dy_dx, gridtype, align_corners, interpolation)
TypeError: grid_encode_forward(): incompatible function arguments. The following argument types are supported:
1. (arg0: at::Tensor, arg1: at::Tensor, arg2: at::Tensor, arg3: at::Tensor, arg4: int, arg5: int, arg6: int, arg7: int, arg8: int, arg9: float, arg10: int, arg11: Optional[at::Tensor], arg12: int, arg13: bool, arg14: int) -> None

@r530044129
Copy link

im failed too, part of the failed log:
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
run.sh: line 17: $'\r': command not found
find: ‘exp-dmtet-stage2’: No such file or directory
run.sh: line 19: $'\r': command not found
Traceback (most recent call last):
File "/mnt/d/git/prolificdreamer/main.py", line 5, in
from nerf.provider import NeRFDataset
File "/mnt/d/git/prolificdreamer/nerf/provider.py", line 2, in
import cv2
File "/home/allen/miniconda3/envs/proli/lib/python3.9/site-packages/cv2/init.py", line 181, in
bootstrap()
File "/home/allen/miniconda3/envs/proli/lib/python3.9/site-packages/cv2/init.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
File "/home/allen/miniconda3/envs/proli/lib/python3.9/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: libGL.so.1: cannot open shared object file: No such file or directory

@ByChelsea
Copy link

ByChelsea commented Jan 14, 2024

File "/data1/git-repo/prolificdreamer/gridencoder/grid.py", line 54, in forward _backend.grid_encode_forward(inputs, embeddings, offsets, outputs, B, D, C, L, S, H, dy_dx, gridtype, align_corners, interpolation) TypeError: grid_encode_forward(): incompatible function arguments. The following argument types are supported: 1. (arg0: at::Tensor, arg1: at::Tensor, arg2: at::Tensor, arg3: at::Tensor, arg4: int, arg5: int, arg6: int, arg7: int, arg8: int, arg9: float, arg10: int, arg11: Optional[at::Tensor], arg12: int, arg13: bool, arg14: int) -> None

I've also encountered this issue, have you solved it?

I have solved it, you can refer to this issue.

@emailandxu
Copy link
Author

emailandxu commented Jan 14, 2024 via email

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

3 participants