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:
Configure the file
pip.iniby following the wiki to get access to packages.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.