Mac 이동 ylov3로 이미지 식별

5045 단어 YOLOv3Python

의 목적


이것은 Mac로 ylov3을 이동해서 그림을 식별할 때의 비망록입니다
YOLO: Real-Time Object Detection

차리다


아래 사이트를 참고하여 ylov3의 동작 환경을 구축하겠습니다.
CPU 환경에서 YOLOv3을 사용하여 실시간 이미지 인식을 시작합니다.
Mac 이동 물체 검출 알고리즘으로 YOLO V3
pytorch-yolo-v3
다음 conda를 사용하여 Yolov3용 환경을 구축하고 시도해 보았습니다.
$ conda create -n yolo_v3 python=3.6 pip

테스트


imgs 폴더에서 이미지를 식별하고 싶습니다.detect를 위해 jpg 파일을 저장합니다.실행py.
$ python detect.py --images imgs --det det









dog, bicycle.person...식별됨
왜 때때로 Dog는 chair,teddy bear로 여겨지는지...
비디오 다운로드Pexelsdemo.실행py.
$ python video_demo.py --video samplemovie.mp4
ylov3 테스트pic.twitter.com/pDCnri5GhG-st(@st17890027)July 8, 2019

Error 대책


$ python detect.py --images imgs --det det
RuntimeError: invalid argument Sizes of tensors must match except in dimension

bat 크기 지정이 잘못된 것 같습니다.

다음 웹 사이트를 참조하여 수정 및 실행합니다.



RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 0



You might add if output.size()[1] == prediction.size()[1]: condition, beforeoutput = torch.cat((output,prediction)), inside detect.py

참고 자료


YOLO: Real-Time Object Detection

CPU 환경에서 YOLOv3을 사용하여 실시간 이미지 인식을 시작합니다.

Mac 이동 물체 검출 알고리즘으로 YOLO V3

pytorch-yolo-v3


YOLOv3 시운전

Kers의 YOLO-v3를 이동했습니다.

YOLO나 OpenCV 등을 통해 물체를 검출하다

Pexels


RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 0


좋은 웹페이지 즐겨찾기