when I try to run webcam_demo,Imeet this question.ImportError: /home/lia/anaconda3/envs/mmlab/lib/python3.8/site-packages/pytorch3d/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail14torchCheckFailEPKcS2_jS2_ #330
Traceback (most recent call last):
File "demo/webcam_demo.py", line 13, in <module>
from mmhuman3d.apis import inference_image_based_model, init_model
File "/home/lia/projects/mmhuman3d/mmhuman3d/apis/__init__.py", line 1, in <module>
from mmhuman3d.apis import inference, test, train
File "/home/lia/projects/mmhuman3d/mmhuman3d/apis/inference.py", line 12, in <module>
from mmhuman3d.models.architectures.builder import build_architecture
File "/home/lia/projects/mmhuman3d/mmhuman3d/models/architectures/builder.py", line 6, in <module>
from .expressive_mesh_estimator import SMPLXImageBodyModelEstimator
File "/home/lia/projects/mmhuman3d/mmhuman3d/models/architectures/expressive_mesh_estimator.py", line 18, in <module>
from ..heads.builder import build_head
File "/home/lia/projects/mmhuman3d/mmhuman3d/models/heads/builder.py", line 9, in <module>
from .pymafx_head import PyMAFXHead, Regressor
File "/home/lia/projects/mmhuman3d/mmhuman3d/models/heads/pymafx_head.py", line 33, in <module>
from mmhuman3d.utils.camera_utils import homo_vector
File "/home/lia/projects/mmhuman3d/mmhuman3d/utils/camera_utils.py", line 7, in <module>
from pytorch3d.renderer.cameras import CamerasBase
File "/home/lia/anaconda3/envs/mmlab/lib/python3.8/site-packages/pytorch3d/renderer/__init__.py", line 7, in <module>
from .blending import (
File "/home/lia/anaconda3/envs/mmlab/lib/python3.8/site-packages/pytorch3d/renderer/blending.py", line 10, in <module>
from pytorch3d import _C
ImportError: /home/lia/anaconda3/envs/mmlab/lib/python3.8/site-packages/pytorch3d/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail14torchCheckFailEPKcS2_jS2_
my environment is below and my cuda is 11.0, and I have to uninstall mvcc-full and install it again, but it doesn't work
my environment is below and my cuda is 11.0, and I have to uninstall mvcc-full and install it again, but it doesn't work