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

Error running streetsurf's reconstruction #55

Open
InFistLee opened this issue May 21, 2024 · 0 comments
Open

Error running streetsurf's reconstruction #55

InFistLee opened this issue May 21, 2024 · 0 comments

Comments

@InFistLee
Copy link

Thanks for the great work! I encountered the following problem when I tried to run the script withmask_withlidar_withnormal.240219.yaml:

Traceback (most recent call last):
  File "code_single/tools/train.py", line 43, in <module>
    from nr3d_lib.graphics.utils import PSNR
  File "/mnt/training_yrfs/p8n/camera/personal/yuxin.li/miniconda3/envs/nr3d/lib/python3.8/site-packages/nr3d_lib/graphics/utils.py", line 22, in <module>
    from nr3d_lib.graphics.pack_ops import interleave_arange_simple
  File "/mnt/training_yrfs/p8n/camera/personal/yuxin.li/miniconda3/envs/nr3d/lib/python3.8/site-packages/nr3d_lib/graphics/pack_ops/__init__.py", line 1, in <module>
    from .pack_ops import *
  File "/mnt/training_yrfs/p8n/camera/personal/yuxin.li/miniconda3/envs/nr3d/lib/python3.8/site-packages/nr3d_lib/graphics/pack_ops/pack_ops.py", line 14, in <module>
    import nr3d_lib.bindings._pack_ops as _backend
ImportError: /mnt/training_yrfs/p8n/camera/personal/yuxin.li/miniconda3/envs/nr3d/lib/python3.8/site-packages/nr3d_lib/bindings/_pack_ops.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c104cuda20CUDACachingAllocator12recordStreamERKNS_7DataPtrENS0_10CUDAStreamE

It seems like a problem concerning the compilation of nr3d_lib. Do you have any idea how to solve it? My env are:

  • GPU=4090
  • python=3.8
  • nvcc=11.8
  • torch=2.0.0
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