본문 바로가기

분류 전체보기

YoloV4 실행 command / Video-stream stopped! 오류 os환경 : 우분투 사진 ./darknet detect cfg/yolov4.cfg yolov4.weights data/사진.jpg 동영상 ./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights -ext_output data/동영상.mp4 웹캠 ./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights -c 0 * 오류 Video-stream stopped! >> 동영상파일 주소 재확인 더보기
우분투 환경에서 부팅 USB 만들기 / GPU 사용 확인 터미널에서 usb-creator-gtk 실행 없으면 설치해서 실행! watch -d -n 0.5 nvidia-smi 더보기
우분투에서 Onedrive 사용하기 blog.naver.com/zeta0807/221881668217 hkebi.tistory.com/918 1) 터미널에서 onedrive 패키지 설치 2) onedrive 실행하여 ms 인증하기 더보기
투명한 이미지 파일 만들기 / 부트스트랩 pixlr.com/kr/e/ 사진 에디터 : Pixlr.com - 무료 이미지 편집 온라인 프로그램 브라우저에서 즉시 열 수 있는 고급 사진 에디터, Pixlr E를 지금 체험해보세요. 설치, 로그인 모두 불필요해요. 데스크탑, 태블릿, 스마트폰에서도 무료로 이용 가능합니다. pixlr.com / bootstrapk.com/components/ 콤포넌트 · 부트스트랩 Some default panel content here. Nulla vitae elit libero, a pharetra augue. Aenean lacinia bibendum nulla sed consectetur. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis v.. 더보기
사이트 미러링 / 사이트 복사 / Make Offline Mirror of a Site using Sometimes you want to create an offline copy of a site that you can take and view even without internet access. Using wget you can make such copy easily: wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org --mirror – Makes (among other things) the download recursive. --convert-links – convert all the links (also to stuff like CSS stylesheets) to rela.. 더보기
Yolov3 설치-사용-학습까지 pjreddie.com/darknet/yolo/ YOLO: Real-Time Object Detection YOLO: Real-Time Object Detection You only look once (YOLO) is a state-of-the-art, real-time object detection system. On a Pascal Titan X it processes images at 30 FPS and has a mAP of 57.9% on COCO test-dev. Comparison to Other Detectors YOLOv3 is extremel pjreddie.com 1. 설치 1.1. opencv 설치 1.2. darknet 설치 1.3. 가중치 파일 다운로드 (학습된 애) 2.사용 2.. 더보기
Ubuntu 오류! 상단 트레이에 빨간색 경고 아이콘 error broken count> 0 1. 터미널을 연다! 2. 고장난 부분을 고친다. sudo apt-get install -f (fix-broken) 3. 업뎃한다. sudo apt-get update sudo apt-get upgrade 4. 상단 트레이에 빨간색이 사라진걸 확인한다! 더보기
AMD/RADEON에서 가상환경에 tensorflow 설치하기 https://wonderbout.tistory.com/22 아나콘다 설치 - 아나콘다에 파이썬이 내포 되어있기 때문에 파이썬 설치 ㄴㄴ https://m.blog.naver.com/PostView.nhn?blogId=qbxlvnf11&logNo=221452760520&proxyReferer=https:%2F%2Fwww.google.com%2F power shell 을 통해 plaidML 설치 jupyter로 예제 코드 실행. https://zvi975.tistory.com/65 가상환경 만들기 (여기서부터는 NVIDIA와 같음) 만든 가상환경에서 tensorflow 설치 만든 가상환경에서 Jupyter 설치 만든 가상환경에서 jupyter 실행 jupyter에서 tensorflow import 해보기 더보기