/Object_Detection_using_Yolo_Darknet_OpenCv_Python

This repository contains the codes related to the AI ​​Expert Academy course on the subject.

Primary LanguageJupyter NotebookMIT LicenseMIT

Object-detection-using-Yolo-Darknet-OpenCv-Python

This repository contains codes related to image detection using Yolo, Darknet, OpenCv, Python.

!Yolo Object Detection Original image: Open Imagens Dataset

Contents

.
├── img
│   ├── resultado_cachorro.jpg
│   ├── resultado.jpg
│   └── roadusa3_1.gif
├── LICENSE
├── Notebooks_Colab
│   ├──  YOLO v4 - Criando um dataset.ipynb
│   ├── YOLO v4 - Detecção de objetos com Darknet.ipynb
│   ├── YOLO v4 - Detecção de objetos com OpenCV.ipynb
│   ├── YOLO v4 - Detecção de objetos em vídeos com Darknet.ipynb
│   ├── YOLO v4 - Detecção de Objetos em Vídeos com OpenCV.ipynb
│   └──  YOLOv4 - Treinamento do detector.ipynb
├── Python_codes
│   ├── Cópia de converter_annotations.py
│   ├── Cópia de download_images.py
│   ├── Cópia de gerar_test.py
│   └── Cópia de gerar_train.py
├── README.md
└── requirements.txt

The Python_codes folder contains the python codes used to prepare the images. Folder Notebooks_Colab contains the notebooks developed with the stacks.

Requirements

  • Check the requirements.txt file.

Use

git clone https://github.com/gslmota/Object_Detection_using_Yolo_Darknet_OpenCv_Python.git
cd Object_Detection_using_Yolo_Darknet_OpenCv_Python
pip install -r requirements.txt

Original YOLOv4 model

The original YOLOv4 model can be found in this repository: YOLOv4 Repository

Results

  • Image Detection:

!Yolo Object Detection Original image: Open Imagens Dataset

  • Video Detection:

!YOLO Darknet  detection video

References: