Skip to content

Projects

Ultralytics Platform projects provide an effective solution for organizing and managing your models. Group related models together to facilitate easier management, comparison, and development.


Watch: Train YOLO Models Using Ultralytics Platform

Create Project

Navigate to Projects in the sidebar and click Create Project.

Quick Create

You can also create a project from the Home page quick actions.

Enter your project details:

  • Name: A descriptive name for your project
  • Description: Optional notes about the project purpose
  • Image: Optional cover image for recognition

Click Create to finalize. Your new project appears in the Projects list.

Project Contents

Each project contains:

SectionDescription
ModelsTrained checkpoints and their metrics
ChartsCompare model performance across experiments
ActivityHistory of changes and events
SettingsProject configuration and sharing

Share Project

Share your project with collaborators or make it publicly accessible.

Visibility Options

SettingAccess
PrivateOnly you can access
SharedSpecific collaborators can view/edit
PublicAnyone can view on Explore page

Add Collaborators

  1. Open project actions menu
  2. Click Share
  3. Enter collaborator email or username
  4. Set permission level (View or Edit)
  5. Click Save

Model Visibility

When changing project visibility, models inside the project inherit the same visibility setting.

Edit Project

Update project name, description, or settings:

  1. Open project actions menu
  2. Click Edit
  3. Make changes
  4. Click Save

Delete Project

Remove a project you no longer need:

  1. Open project actions menu
  2. Click Delete
  3. Confirm deletion

Cascading Delete

Deleting a project also deletes all models inside it. This action moves items to Trash where they can be restored within 30 days.

Activity Log

Track all changes and events in your project:

  • Model uploads and training starts
  • Export jobs and downloads
  • Collaborator actions
  • Settings changes

The activity log helps you:

  • Audit who made changes
  • Track experiment progress
  • Debug issues

Compare Models

Compare model performance across experiments using the Charts tab:

  1. Navigate to your project
  2. Click the Charts tab
  3. View metrics comparison across all models

Available comparisons:

MetricDescription
LossTraining and validation loss curves
mAP50Mean Average Precision at IoU 0.50
mAP50-95Mean Average Precision at IoU 0.50-0.95
PrecisionTrue positives / (True positives + False positives)
RecallTrue positives / (True positives + False negatives)

Interactive Charts

  • Hover to see exact values
  • Click legend items to hide/show models
  • Drag to zoom into specific regions

Transfer Models

Move models between projects:

  1. Open model actions menu
  2. Click Transfer
  3. Select destination project
  4. Click Save

FAQ

How many models can a project contain?

There's no hard limit on models per project. However, for better organization, we recommend:

  • Group related experiments (same dataset/task)
  • Archive old experiments
  • Use meaningful project names

Can I restore a deleted project?

Yes, deleted projects go to Trash and can be restored within 30 days:

  1. Go to Settings > Trash
  2. Find the project
  3. Click Restore

How do I collaborate in real-time?

Multiple collaborators can work on the same project:

  • Each user's changes are logged in Activity
  • Model uploads and training are user-attributed
  • Use project chat (coming soon) for communication

What permissions do collaborators have?

PermissionCan Do
ViewView models, charts, export weights
EditTrain models, upload, edit settings
OwnerDelete project, manage collaborators


📅 Created 0 days ago ✏️ Updated 0 days ago
glenn-jocher

Comments