README

Yolo SDK

This package handle the use of the different yolo models. It includes the following tasks:

  • Detection

  • Segmentation

  • OBB (oriented bounding box)

Introduction

The purpose of this package is to englobe all the tasks proposed by yolo.

Installation

How can we install it:

  1. Configure the file pip.ini by following the wiki to get access to packages.

  2. install the package:

pip install yolo

Usage

In the notebooks folder, you will find an example for each with its associated data in the folder data at the root.