yongyong-e
[Darknet: YOLO] 3. Real-Time Object Detection on a Webcam 본문
1) Prepare the following to run the demo
참고 : 2017/07/25 - [머신러닝/Darknet: YOLO] - 2. Compiling With CUDA & OpenCV
2) Run the command
$ ./darknet detector demo cfg/coco.data cfg/yolo.cfg yolo.weights
3) You can also run it on a video file if OpenCV can read the video
$ ./darknet detector demo cfg/coco.data cfg/yolo.cfg yolo.weights <video file>
GPU : GeForce GTX 760 환경에서 테스트 진행
GeForce GTX 760 에서는 6-9 FPS로 처리 속도가 느림
Titan X 에서는 40-90 FPS로 처리한다고 함
Reference
https://pjreddie.com/darknet/yolo/
'머신러닝 > 컴퓨터비전' 카테고리의 다른 글
[DensePose] How to use DensePose (3) | 2019.03.05 |
---|---|
[OpenPose] How to use OpenPose on ubuntu (4) | 2019.02.28 |
[Darknet: YOLO] Test with GTX 1080ti (0) | 2017.09.21 |
[Darknet: YOLO] 2. Compiling With CUDA & OpenCV (0) | 2017.07.25 |
[Darknet: YOLO] 1. Detection Using A Pre-Trained Model (0) | 2017.07.25 |
Comments