전체 글

카테고리 없음

jetson nano b01 jetpack 4.6.3 arducam camera driver 설정, docker pytorch 설치

https://pytorch.org/blog/running-pytorch-models-on-jetson-nano/ Running PyTorch Models on Jetson Nano Overview NVIDIA Jetson Nano, part of the Jetson family of products or Jetson modules, is a small yet powerful Linux (Ubuntu) based embedded computer with 2/4GB GPU. With it, you can run many PyTorch models efficiently. This document summarizes our experien pytorch.org 위의 사이트에서 driver 깔고 테스트하면 됨 ..

기타/Error

[Ubuntu 20.04] 내 맘대로 화면분할이 된다고??

어쩌다보니 5120 x 1440 디스플레이를 사용하게 되어... 이를 더 맛있게 활용할 방법이 없을까 생각했다. 막상 화면이 크다보니 기존에 화면을 분할하면서 사용하던 방식이 반반만 되어서 쓸데없이 공간을 낭비한다는 생각이 들었다. 그래서 우분투에서 3분할, 4분할 맘대로 정할 수 있는 툴이 있었으면 좋겠는데 하고 찾아봤는데? 역시 누가 잘 만든 툴이 있었다. 개꿀~ 바로 gTIle이라는 툴이다. 개툴~ https://github.com/gTile/gTile GitHub - gTile/gTile: A window tiling extension for Gnome. This is the new official home of the vibou.gTile extension. A window tiling exte..

기타/Error

PackagesNotFoundError: The following packages are not available from current channels: - torchvision=0.8.0 - pytorch=1.7.0

화나게 conda install pytorch==1.7.0 torchvision==0.8.0 를 실행시켰더니 다음과 같은 오류가 난다.. PackagesNotFoundError: The following packages are not available from current channels: - torchvision==0.8.0 - pytorch==1.7.0 서칭하던중 뒤에 -c pytorch -c conda-forge를 붙이면 된다는 것을 보았다. conda에서 제공하는 기본 채널에 해당 패키지들이 없어서 설치가 안된다고 하고 conda-forge는 다양한 conda 패키지들을 조합된 receipes들이 있는 채널로서 package not found error는 거의 다 해결할 수 있다고 한다. 그럼 ..

Programming/Docker

ubuntu sudo 안붙이고 docker 사용하기

Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "

기타/Error

[Python] egg_info failed with error code 1 오류

setuptools 업그레이드를 하면서 해결을 할 수 있었다. sudo -H pip3 install --upgrade --ignore-installed pip setuptools 혹은 sudo -H pip install --upgrade --ignore-installed pip setuptools 끝

기타/Error

Docker Ubuntu 18.04 ros melodic 환경에서 Visual Studio Code 설치 오류

Docker 내 ubuntu에서 Code 설치 1. Curl 설치 sudo apt-get install curl 2. 마이크로소프트 GPG 키를 다운로드하여 /etc/apt/trusted.gpg.d/ 경로에 복사 sudo sh -c 'curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.gpg' 3. Visual Studio Code를 다운로드 받기 위한 저장소를 추가 sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.lis..

꾸준표
어쩌다 대학원