No project description provided
Project description
👋 Hello from the Ultralytics Team! We've been working hard these last few months to launch Ultralytics HUB, a new web tool for training and deploying all your YOLOv5 🚀 models from one spot!
1. Upload a Dataset
Ultralytics HUB datasets are just like YOLOv5 🚀 datasets, they use the same structure and the same label formats to keep everything simple.
When you upload a dataset to Ultralytics HUB, make sure to place your dataset YAML inside the dataset root directory as in the example shown below, and then zip for upload to https://hub.ultralytics.com/. Your dataset YAML, directory and zip should all share the same name. For example, if your dataset is called 'coco6' as in our example ultralytics/hub/coco6.zip, then you should have a coco6.yaml inside your coco6/ directory, which should zip to create coco6.zip for upload:
zip -r coco6.zip coco6
The example coco6.zip dataset in this repository can be downloaded and unzipped to see exactly how to structure your custom dataset.
The dataset YAML is the same standard YOLOv5 YAML format. See the YOLOv5 Train Custom Data tutorial for full details.
# Train/val/test sets as 1) dir: path/to/imgs, 2) file: path/to/imgs.txt, or 3) list: [path/to/imgs1, path/to/imgs2, ..]
path: # dataset root dir (leave empty for HUB)
train: images/train # train images (relative to 'path') 8 images
val: images/val # val images (relative to 'path') 8 images
test: # test images (optional)
# Classes
names:
0: person
1: bicycle
2: car
3: motorcycle
...
After zipping your dataset, sign in to Ultralytics HUB and click the Datasets tab. Click 'Upload Dataset' to upload, scan and visualize your new dataset before training new YOLOv5 models on it!
2. Train a Model
Connect to the Ultralytics HUB notebook and use your model API key to begin training!
3. Deploy to Real World
Export your model to 13 different formats, including TensorFlow, ONNX, OpenVINO, CoreML, Paddle and many others. Run models directly on your mobile device by downloading the Ultralytics App!
❓ Issues
If you are a new Ultralytics HUB user and have questions or comments, you are in the right place! Please click the New Issue button in the Issues tab in this repo and let us know what we can do to make your life better 😃!
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
File details
Details for the file ultralytics-0.0.42.tar.gz
.
File metadata
- Download URL: ultralytics-0.0.42.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92f61e5bc35d0ffc085abbe7aae1cd5d8d6e72aaf8c1023feac1d621889b46c4 |
|
MD5 | f20a7e7906acdd4b873d51473b81377f |
|
BLAKE2b-256 | 0bfb1a5f0431b02df0be064865c7ffc0d9465d3facc3050202760cf800d3e9e2 |
File details
Details for the file ultralytics-0.0.42-py3-none-any.whl
.
File metadata
- Download URL: ultralytics-0.0.42-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 488d1e511b3f797b4e8da6e4b68503a855f1e1092ad98f78a229aeffd563ff29 |
|
MD5 | 7f17afac6d2e82738fae14bf0614c29d |
|
BLAKE2b-256 | 528c7ccacce52a5b3f1bfab8bad66136a8863738f41e92bd522347e68fda625e |