본문 바로가기

DEEP LEARINING

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! >> 동영상파일 주소 재확인 더보기
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.. 더보기
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 해보기 더보기
NVIDIA에서 가상환경에 tensorflow 설치하기 https://wonderbout.tistory.com/22 아나콘다 설치 - 아나콘다에 파이썬이 내포 되어있기 때문에 파이썬 설치 ㄴㄴ https://wordbe.tistory.com/entry/Windows-tensorflow-GPU-%EC%84%A4%EC%B9%98 GPU NVIDIA driver 설치 - 내꺼 잘 찾아서 CUDA 설치 - 오류 조심. 쳌 cnDNN 설치 - 가입 필요함 환경변수 설정 - 보통 되어있음. 확인해보고 안되어있으면 추가 해당 블로그는 3.2)까지만 참고 그 이후는 ∨ 아래를 따라서 https://zvi975.tistory.com/65 가상환경 만들기 (여기서부터는 AMD/RADEON과 같음) 만든 가상환경에서 tensorflow 설치 만든 가상환경에서 Jupyter 설치.. 더보기