Create a Project
Create a project in your workspace.
Last updated
Was this helpful?
Create a project in your workspace.
Last updated
Was this helpful?
Before you train a model, you need to create a Project.
A Project contains images and annotations. This data can then be turned into a dataset version, a snapshot of your data frozen in time. Versions can then be used to train models.
First, go to the Roboflow dashboard. Then, click "Create New Project":
You will be taken to a page where you can create a new project:
On this page, you will need to fill out:
A project type.
Object Detection: Find the location of objects in an image.
Single-Label Classification: Given a limited set of categories, assign a label to an image.
Multi-Label Classification: Given a limited set of categories, assign an arbitrary number of labels that are relevant to the image.
Instance Segmentation: To the pixel level, find the location of objects in an image.
Semantic Segmentation: To the pixel level, find the location of objects in an image and create unique references for each object found.
Keypoint Detection: Find the location of objects and their keypoints in an image. Commonly used for determining the pose of an object.
A project name: The name of your project.
What you are detecting: A label that summarizes what you are detecting.
When you have specified these values, submit the form to create the project.
If you would like to see another type of project supported you can select the option from the dropdown of project types to indicate your interest.
If you are on a free plan, your datasets and models will be . If you are on a paid plan, you can create private projects. Private projects are only accessible to your Workspace and are never public.