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
# 실행 코드 : python train_meshhead.py --config config/train_meshhead_N031.yaml
Traceback (most recent call last):
File "train_meshhead.py", line 7, in<module>
from lib.dataset.Dataset import MeshDataset
File "/home/azureuser/GaussianHeadAvatar/Gaussian-Head-Avatar/lib/dataset/Dataset.py", line 12, in<module>
from pytorch3d.renderer.cameras import look_at_view_transform
File "/home/azureuser/anaconda3/envs/generate3d/lib/python3.8/site-packages/pytorch3d/renderer/__init__.py", line 7, in<module>
from .blending import (
File "/home/azureuser/anaconda3/envs/generate3d/lib/python3.8/site-packages/pytorch3d/renderer/blending.py", line 10, in<module>
from pytorch3d import _C
ImportError: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory
: 해당 오류는 torch3D가 존재하지 않아 발생한 문제인데, cuda 11.8이 최대 지원 버전이므로 나는 소스코드 빌드를 해야한다.
#1 과정 중 #6 해결 이후 에러
: 해당 오류는 torch3D가 존재하지 않아 발생한 문제인데, cuda 11.8이 최대 지원 버전이므로 나는 소스코드 빌드를 해야한다.
혹시나 싶어 PyTorch3D를 다시 설치 해봤으나 올바르게 동작하지 않는다.
The text was updated successfully, but these errors were encountered: