trainYOLO
  • trainYOLO platform
  • Getting started
    • 1. Create a new project
    • 2. Upload images
    • 3. Label images
    • 4. Train model
    • 5. Model-assisted labeling
  • CLI
    • Installation
    • Create project
    • Upload data
    • Export data
    • Upload model
  • SDK
    • Installation
    • Create project
    • Upload data
    • Export data
    • Upload model
    • Upload predictions
Powered by GitBook
On this page
  1. Getting started

1. Create a new project

PrevioustrainYOLO platformNext2. Upload images

Last updated 1 year ago

To create a new project, click on the green "plus" button in the upper right corner.

This will open up the "Create a new project" tab. Here you can specify the visibility, name, description, project type, and the different object categories you would like to label in your images.

  • Name: Specify the name of your project. Note that each project should have a unique name.

  • Description: Your project description.

  • Annotation type: Specify if you would like to use bounding boxes or masks (polygons) to label your objects. Note that labeling boxes is much faster than labeling pixel-perfect masks.

  • Categories: Specify which categories you would like to label.

Once you have filled in the fields, click on 'create' to create your new project. Your new project should appear in the projects list. You can simply click on this new project to enter the project cockpit. From here, you can start adding images.

Create a new project by clicking the green "plus" button.
The project creation tab