- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 방법
- 물체검출
- 딥러닝
- Nvidia
- 애드센스
- 엔비디아
- tx2
- 설치
- Tistory
- Darknet
- 티스토리
- openCV
- cuda
- Windows
- Xavier
- ubuntu
- DNN
- openpose
- 텐서플로우
- 영상처리
- GPU
- 파이썬
- Jetson
- 블로그
- 라즈베리파이
- YOLO
- tensorflow
- python
- agx
- Linux
목록전체 글 (178)
엔지니어스 - Engineeus
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..