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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yolo_auto-0.0.2.tar.gz.
File metadata
- Download URL: yolo_auto-0.0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8829d6cdf485d5f5e349b8b9e8a693d7eb15844cefe75af3fefbe7be81909a3
|
|
| MD5 |
d87fc7386b751dffdecb4db61182c8f5
|
|
| BLAKE2b-256 |
4fd7586680d1eed2a5100a7a246a11721a9ad3774fc8a366c606e9211d5cee01
|
File details
Details for the file yolo_auto-0.0.2-py3-none-any.whl.
File metadata
- Download URL: yolo_auto-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12528536a9a0f59497bba4ebe205ccaa46e9e63d636f1161ea614528a556fa7b
|
|
| MD5 |
6d822b1fcca64cb64a775cb9e373b79e
|
|
| BLAKE2b-256 |
5e57a4eb84b4d482cc6f3a9434c00b31b08e6520014a42fab5ecef0692e1a83b
|