- Today
- Total
목록전체 글 (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..