- Today
- Total
목록분류 전체보기 (178)
엔지니어스 - Engineeus
이전에 윈도우10 포맷 및 설치 방법에 대해 다뤘습니다. 1. 윈도우10 설치 https://mickael-k.tistory.com/100 [Windows] 윈도우 10 설치 방법 (꿀팁!) USB 포맷하기 먼저 USB 8GB 이상을 준비 하고 포맷 합니다. 1. 내 PC에서 USB드라이브 우클릭 후 '포맷' 2. 파일 시스템은 FAT32로 설정하고 빠른 포맷을 체크한 후에 '시작'을 눌러 포맷합니다. Windows USB mickael-k.tistory.com 2. 윈도우10 포맷 https://mickael-k.tistory.com/101 [Windows] 윈도우즈10 포맷하기 (삼성 오딧세이 노트북) 전에 부팅 USB를 만들어 줬습니다. https://mickael-k.tistory.com/100?..
현재 상태 확인 - 터미널창을 열고 아래 명령어를 친다. $ sudo nvpmodel -q 아마 NV Fan Mode: quiet 그리고 NV Power Mode: MODE_15W_DESKTOP 그리고 7이라고 이렇게 나올것이다. 팬 속도 변경 quiet로 되어 있으면 GPU 온도가 81도가 넘어가야 팬 속도를 올리기에 쿨링을 더 중요시 생각하면 속도를 cool모드로 바꾼다. $ sudo nvpmodel -d cool 성능(속도) 변경 현재 모드가 7로 되어 있다. 모드는 0이 가장 빠른것이니 최대 성능을 위해 모드를 바꿔준다. $ sudo nvpmodel -m 0 $ sudo jetson_clocks
보통 저는 자동차 스티어링휠(핸들) 때문에 보조석에서 편히 쉬는데, 가끔 히터나 에어컨을 틀고 싶을 땐 부득이하게 시동을 킬 일이 생기죠. 그래서 급하게 자리를 윪겨 시동을 건다던지 그럴 는 일이 있었는데.. 두둥 사실 그 자리에서 걸 수 있었더라구요.. ㅠㅠ 역시 정보가 생명! 잘 정리 된 영상이 있어 첨부 합니다. https://youtu.be/Pc1HVyi8Cm8
small pdf 입니다. https://smallpdf.com/compress-pdf Compress PDF – Reduce your PDF Online for Free No file size limits, no ad watermarks - just a free, beautiful and simple online pdf compressor to reduce the size of your PDFs and maintain good quality. smallpdf.com 여러번 줄이면 pro로 결제 안해도 됩니다
1. Google home을 다운받는다. 2. 폰의 wifi를 연결한다. 3. 폰에서 내 정보를 입력한다. 4. 스피커 - 장치를 검색한다. 5. 연결 되었으니 음악, 유튜브 등의 스피커로 연동 가능.
1. power off the machine 2. Delete VBoxGuestAdditions.iso Settings -> Storage -> Storage Devices -> Controller: IDE -> 3. leave it empty 4. run machine 5. install iso sudo apt-get install virtualbox-guest-additions-iso
- 사이트 방문 후 등록하기 https://gopro.com/ko/kr/update/hero3_plus HERO3+ GoPro 앱으로 카메라를 업데이트합니다. GoPro 앱은 가장 빠르고 쉽게 카메라를 업데이트할 수 있는 방법입니다. 스마트폰이나 태블릿, Wi-Fi 연결만 있으면 됩니다. 앱을 사용하여 쉽게 카메라를 원 gopro.com - 카메라 선택 및 수동업데이트 클릭 - 배터리 열고 왼쪽 부분 시러얼번호 입력 (바코드 옆 부분) - 정보 입력 메일, 아이디, 비밀번호 - 업데이트 다운로드 - 새로운 SD카드 삽입 후 일반 포맷 - 다운받은 update 파일을 비어 있는 SD카드로 옮기기 - SD카드 고프로에 삽입 하면 자동 업데이트 - 끝!
Xavier Opencv Downgrade (4.5.3 -> 4.5.2) What made me to do it? : I got serious error when I pree key on opencv window (imshow result). It always makde 'segmentation (core dumped)' error. I suspedted this is from Opencv or torch&torchvision error. So I just reinstalled opencv first. This is the reason I did this work. sudo apt-get update sudo apt-get upgrade built-in opencv is located in '/usr/l..
from sklearn.utils.linear_assignment_ import linear_assignment ModuleNotFoundError: No module named 'sklearn.utils.linear_assignment_' from sklearn.utils.linear_assignment_ import linear_assignment from scipy.optimize import linear_sum_assignment as linear_assignment sort.py", line 149, in associate_detections_to_trackers if(d not in matched_indices[:,0]): TypeError: tuple indices must be intege..
TypeError: tuple indices must be integers or slices, not tuple sklearn.utils.linear_assignment_ was replaced with scipy.optimize.linear_sum_assignment since the latter was pruned in the current version. I found the above function in a previous commit. Follows these steps to fix the bug. Comment out the import # from scipy.optimize import linear_sum_assignment as linear_assignment Use pip to inst..
working directory 생성 working directory 생성 cd 'working directory' 깃클론 git clone https://github.com/zhaoyanglijoey/yolov3.git 웨이트 파일 받기 wget https://pjreddie.com/media/files/yolov3.weights opencv 설치 아래 세팅이 모두 되어 있어야 함 https://mickael-k.tistory.com/211 [Ubuntu] Graphic card 460 / CUDA 11.01 / CuDNN 8.1 / OpenCV 4 최신으로 설치 하기! (초간단) 설치 환경 Ubuntu: 20.04 Graphic card : 460.91.03 CUDA: 11.01 cvDNN: 8.1...
설치 환경 Ubuntu: 20.04 Graphic card : 460.91.03 CUDA: 11.01 cvDNN: 8.1.0 OpenCV: 4.4.0 python: 3.8.10 Graphic Driver 설치 가능 드라이버 확인 ubuntu@ubuntu-HP:~$ ubuntu-drivers devices 위 드라이버 중 460을 설치 하겠습니다. CUDA마다 그래픽카드 제한이 있을 수 있으니 확인 하셔야 합니다. $ sudo apt install nvidia-driver-460 설치 확인 - 재부팅 $ nvidia-smi Graphic driver는 460.91.03이 깔리면서 CUDA도 자연스럽게 깔렸네요. CUDA CUDA download https://developer.nvidia.com/cuda-..
그냥 아래 순서대로 계속 치면 설치 됩니다! (Jetpack 4.5.1 기준) 아래는 Jetpack 4.4 버전 설치 가이드를 참조 하였습니다. 전 4.5.1이여도 잘 됩니다. 하지만 권장은 4.4버전의 Jetpack이라고 알고 계시면 될듯 합니다. 4.5에서 하고 싶이시다면 아래 클릭 https://mickael-k.tistory.com/203 NVIDIA XAVIER AGX/NX에 OpenPose 설치하기 (초 간단) / Jetpack 4.5 버전 Platform : NVIDIA Xavier AGX Jetpack Version : Jetpack 4.5.1 CMAKE 재설치 Cmake 버전 확인 cmake --version 3.10.2 이므로 다시 설치 (3.12.2 이상 권장) sudo apt-get..
※ 본 작업은 잘못 할 시에 부팅이 다시 안 될수도 있으니 조심하셔서 작업 하시기 바랍니다. 각자 시스템마다 이름도 다르고 하여 100% 똑같지 않습니다. 본인 시스템 이름 등을 고려 하여 신중하게 해주시기 바랍니다. 만약 잘 못 될경우를 대비 해 /home 폴더는 항상 복사 해 두고 잘못 되었을 경우 safty 모드에서 그 폴더를 다시 /home으로 살려 주시면 문제는 해결 됩니다. sudo umount -f /home/XX (XX가 mount 되어 있음) sudo rm -rf /home sudo mv /home.orig (original file to /home) sudo mount /home/XX reboot 기존 mount 된걸 삭제 하고 다시 원본을 mount 시키기 이전 포스트에서 기존 Xav..