Skip to main content

Train custom YOLOv3 object detectors in two lines

Project description

yolo_auto

What is yolo_auto?

A library that allows you to train custom yolv3 object detectors in one line!
How does yolo_auto work?

Syntax =

x = Yolov3Train(Path to Labels, Path To images,number of classes, classnames in an array, Path to Working Directory, Subdivisions=8,batches-16, Image size=608)
x.train()

Sample:

x = Yolov3Train("/Users/arjunpandey/Desktop/AI-Stuff/newlib/data/labels","/Users/arjunpandey/Desktop/AI-Stuff/newlib/data/images",classes,classnames,"/Users/arjunpandey/Desktop/AI-Stuff/newlib/")
x.train()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yolo_auto-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

yolo_auto-0.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page