Skip to content

Image reading using opencv and yolo pre-trained model

Notifications You must be signed in to change notification settings

2hochan/OpenCV_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV_Recognition / 사물인식

Image reading using opencv and yolo pre-trained model OpenCV와 YOLO 교육 모델을 이용한 사물인식

Download yolov3.weights and yolov3.cfg put them in your project folder along with coco.names

Image Recognition / 사진으로

download image_opencv.py

replace

img = cv2.imread('Image/test1.jpeg')

with

img = cv2.imread(' --- your image path --- ')

Results

Realtime Recognition using webcam / 실시간

download realtime_opencv.py

Results

About

Image reading using opencv and yolo pre-trained model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages