본문 바로가기

반응형

전체 글

(130)
[에러 해결] groundingDINO error, NameError: name '_C' is not defined / groundingDINO에 들어가서 패키지 설치하기 에러: groundingDINO error, NameError: name '_C' is not defined groundingDINO error, NameError: name '_C' is not definedgroundingDINO error, NameError: name '_C' is not defined GroundingDINO를 쓰려고 했지만 NameError가 발생했다.     2.  https://github.com/IDEA-Research/GroundingDINO GitHub - IDEA-Research/GroundingDINO: [ECCV 2024] Official implementation of the paper "Grounding DINO: Marrying DINO with Groun[..
[에러 해결] RuntimeError: The detected CUDA version mismatches the version that was used to compile pytorch / pytorch-cuda=11.7 -c pytorch RuntimeError: The detected CUDA version mismatches the version that was used to compile pytorch  RuntimeError: The detected CUDA version (11.7) mismatches the version that was used to compile PyTorch (12.1). Please make sure to use the same CUDA versions. RuntimeError:    The detected CUDA version (11.7) mismatches the version that was used to compile    PyTorch (12.1). Please make sure to..
[에러 해결] dinov2 설치할 때 Xformer package install error / --extra-indexl-url 제대로 지정 xformers 관련 패키지 설치 때 에러  ResolvePackageNotFound: - xformers::xformers=0.0.18 package not found 등 xformers를 설치할 때 에러가 났다      --extra-indexl-url를 제대로 지정   pip install --extra-index-url https://download.pytorch.org/whl/cu117 --extra-index-url https://pypi.nvidia.com git+https://github.com/facebookresearch/dinov2 pip install --extra-index-url https://download.pytorch.org/whl/cu117 --extra-index-ur..

반응형