1. Opencv 설치
- URL : https://github.com/opencv/opencv/releases?q=3.4.8&expanded=true
- 3.4.8 버젼 설치하되 아래와 같이 exe 파일로 설치. opencv 는 library 이므로, 임의 폴더에 압축해제 해도 됨.
2. Darknet yolo 설치
https://github.com/AlexeyAB/darknet
출처 : https://ctkim.tistory.com/81
3. 실행방법
https://pjreddie.com/darknet/yolo/
./darknet detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights data/dog.jpg
'ML or DL' 카테고리의 다른 글
CNN Layer 갯수 이해하기 (0) | 2022.01.17 |
---|---|
tf serving 내일 확인 (0) | 2021.11.04 |
[모델 배포하기(3/3)] TF-Serving 예제 (0) | 2021.11.04 |
[Jupyter notebook] column, row 생략없이 출력하기 (0) | 2021.10.26 |
[USAD] 논문 리뷰 (0) | 2021.10.26 |