CUDA 썸네일형 리스트형 Deformable DETR attention operation cuda build CUDA operation cd ./models/ops sh ./make.sh # unit test (should see all checking is True) python test.py Requirement pip install -r requirements.txt Point Pillars cd ops python setup.py develop 더보기 CUDA Installation error, NVIDIA-drm in use 1) Download the latest CUDA Toolkit 2) Switch to tty3 by pressing Ctl+Alt+F3 3) Unload nvidia-drm before proceeding. 3a) Isolate multi-user.target sudo systemctl isolate multi-user.target 3b) Note that nvidia-drm is currently in use. lsmod | grep nvidia.drm 3c) Unload nvidia-drm sudo modprobe -r nvidia-drm 4d) Note that nvidia-drm is not in use anymore. lsmod | grep nvidia.drm 5) Go to your down.. 더보기 Install OpenCV + Cuda + cuDNN + TensorRT on Ubuntu 18.04 1. Install OpenCV a) install required packages $ sudo apt-get install build-essential cmake $ sudo apt-get install pkg-config $ sudo apt-get install libjpeg-dev libtiff5-dev libpng-dev $ sudo apt-get install ffmpeg libavcodec-dev libavformat-dev libswscale-dev libxvidcore-dev libx264-dev libxine2-dev $ sudo apt-get install libv4l-dev v4l-utils $ sudo apt-get install libgstreamer1.0-dev libgstrea.. 더보기 이전 1 다음