Altametris - yolo¶
Welcome to yolo’s documentation¶
Project Description¶
Implementation of yolo for computer vision (seg, detect, obb)
Steps¶
Install the package following the Installation
Learn how to use it following the Usage
Contents¶
Contributors¶
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.