Creating custom training datasets
Create, label, and export an object-detection dataset with Label Studio.
💡 Reminder: All code and scripts for this project are executed in the cloud. Open the Google Colab Notebook and select Runtime > Run all to execute the setup.
Build a labeled dataset for object detection or image segmentation. Use known examples to train a model for your use case.
Set up your workspace
Install and launch Label Studio before creating your dataset.
1
2
3
Label your images
Open the project and select the first image. Draw a bounding box around each target object.
Use each class shortcut to select its label. For example, press 1 for lavender, 2 for pink, and 3 for purple.
Select a region to resize or delete its bounding box.
Submit the label before moving to the next image.
Last updated