- 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 |
- 영상처리
- GPU
- cuda
- Windows
- 방법
- 딥러닝
- 물체검출
- Tistory
- python
- Darknet
- Jetson
- YOLO
- agx
- openCV
- 파이썬
- 텐서플로우
- openpose
- 티스토리
- Xavier
- tensorflow
- Linux
- ubuntu
- 블로그
- Nvidia
- 설치
- DNN
- tx2
- 라즈베리파이
- 엔비디아
- 애드센스
목록Autonomous Tech./Error (Windows & Ubuntu) (22)
엔지니어스 - Engineeus
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
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..
id -Gn 만약 위 명령어에 dialout이 없다면?! sudo adduser $USER dialout reboot https://valueelectronic.tistory.com/202
pip install scikit-image
sudo apt-get install libfreetype6-dev sudo pip uninstall pillow sudo pip install --no-cache-dir pillow
1 Install ipython If it is python2, execute sudo pip install ipython If it is python3, execute sudo pip3 install ipython3 2 Install the notebook After finishing, continue to install jupyter If it is python2, execute pip install jupyter If it is python3, execute pip3 install jupyter
sudo python3 setup.py install --plugins error! pip3 install numpy==1.19.4 https://forums.developer.nvidia.com/t/illegal-instruction-core-dumped/165488/8
gedit ~/.bashrc export OPENBLAS_CORETYPE=ARMV8 # write down below source ~/.bashrc
sudo apt autoremove
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.ros.org/ros/ubuntu xenial InRelease: The following signatures were invalid: KEYEXPIRED 1622248854 W: Failed to fetch http://packages.ros.org/ros/ubuntu/dists/xenial/InRelease The following signatures were invalid: KEYEXPIRED 1622248854 W: Som..
SDK Manager - installation of VisionWorks on Host failed SDK Manager - installation of VisionWorks on Host failed Hi, Could you please help me with installation errors that I get ? I use SDK Manager 0.9.14.4961, and it fails on Computer Vision -> VisionWorks on Host. I get the following errors: 16:02:41 ERROR : VisionWorks on Host : E: Failed to fetch http://ca.archiv forums.developer.nvidia.com..
문제 발생 rm: cannot remove 'home/XX/: Device or resource busy 해결 sudo umount -f /home/XX XX: directory name
rmdir: failed to remove 'XX': Directory not empty rm: failed to remove 'XX': Directory not empty rm -rf XX XX : directory name -f = to ignore non-existent files, never prompt -r = to remove directories and their contents recursively
얼마 전부터 갑자기 아래 같은 문구가 뜨며 크롬도 안되고 인터넷 연결이 불안정 했습니다. 크롬 오류 응답 없는 페이지 페이지가 응답할 때까지 기다리거나 페이지를 종류할 수 있습니다. Fasoo DRM은 Fasoo라는 기업에서 만든 보안프로그램 입니다. 주로 기업에서 사용 하죠. 하지만 그 사이트에 들어가기라도 한다면 설치가 된다고 합니다. 이걸 꼭 이용 해야 하는 작업을 하는게 아니라면 삭제 하는게 좋겠죠. 시작 시 백그라운드로 작동 하여 컴퓨터 리소스도 많이 잡아먹을 뿐더러 다른 프로그램과 충돌이 많아 삭제 하는게 좋습니다. '프로그램 추가/제거' 에 들어가 'fasoo' 라고 검색 하셔서 삭제 하면 됩니다.