https://github.com/Sense-X/HoP/tree/main

GitHub - Sense-X/HoP: [ICCV 2023] Temporal Enhanced Training of Multi-view 3D Object Detector via Historical Object Prediction

[ICCV 2023] Temporal Enhanced Training of Multi-view 3D Object Detector via Historical Object Prediction - GitHub - Sense-X/HoP: [ICCV 2023] Temporal Enhanced Training of Multi-view 3D Object Detec...

github.com



conda create -n hop python=3.6.9

conda activate hop

conda install -c conda-forge cudatoolkit=11.2

conda install pytorch=1.8.1 torchvision=0.9.1 cudatoolkit=11.2 -c pytorch

python

import torch

torch.cuda.is_available()

>>> false




진짜 딱 6줄 쳤는데 왜 false가 나오는지 모르겠음;


서버에서 안되길래 로컬에서 해봤는데 로컬에서도 안됨;


호환이 안맞는건가??


근데 왜 깃헙에서는 저렇게 했다고 하는거지??