YOLO ve OpenCV ile nesne tanıma 1

Опубликовано: 15 Май 2026
на канале: Mr Çilek
40,244
383

YOLO ve OpenCV ile nesne tanıma 1
YOLO: You Only Look Once
Python, OpenCV, nesne tanıma, görüntü işleme, yapay sinir ağları
Resimdeki nesneleri tanıma, videodaki nesneleri tanıma.

Python, YOLOv3, Object Detection, OpenCV, image processing, neural networks
Object detection in a picture, Object detection in a video

Github linki:
https://github.com/bulentsezen/yolo

Videodaki kodun bulunduğu link:
https://www.pyimagesearch.com/2018/11...

USAGE
python yolo.py --image images/arabalar_1.jpg --yolo yolo-coco

import the necessary packages
import numpy as np
import argparse
import time
import cv2
import os