Create Your First Project
This tutorial walks you through creating a complete annotation project in Mission Control.
What You’ll Learn
- How to create and configure a dataset
- How to set up an annotation project
- How to use the annotation tools
- How to review and export annotations
Prerequisites
- An Avala account with access to Mission Control
- Sample images to annotate (10-20 images recommended)
Step 1: Create a Dataset
- Log in to Mission Control
- Click Datasets in the left sidebar
- Click Add Dataset in the top right
- Fill in the dataset details:
- Name: “My First Dataset”
- Description: Brief description of your data
- Visibility: Private (or Public if sharing)
- Click Create
Step 2: Upload Images
- On your dataset page, click Add Items
- Drag and drop your images into the upload zone
- Alternatively, click to browse and select files
- Wait for uploads to complete
Supported image formats: JPEG, PNG, WebP, BMP, TIFF. Maximum file size: 50MB per image.
Step 3: Create a Project
- Navigate to Projects in the sidebar
- Click Add Project
- Configure your project:
- Name: “Object Detection Project”
- Dataset: Select your dataset
- Task Type: Bounding Box
- Click Next to configure labels
Step 4: Define Labels
Set up your label taxonomy:
- Click Add Label
- Enter label details:
- Name: “car”
- Color: Choose a color
- Add more labels as needed (e.g., “pedestrian”, “bicycle”)
- Click Create Project
Step 5: Start Annotating
- Open your dataset → Items
- Click on an image to open the annotation editor
- Use the Box tool (press
B) to draw bounding boxes - Draw a box around an object:
- Click and drag from corner to corner
- Release to complete the box
- Select a label from the dropdown
- Repeat for all objects in the image
- Click Save or press
Ctrl+S
Annotation Tips
- Tight boxes: Draw boxes that tightly fit the object
- Occluded objects: Include partially visible objects
- Consistent labeling: Use the same label for similar objects
- Keyboard shortcuts: Use shortcuts for faster annotation
Step 6: Review Annotations
- Go to Projects → your project
- Click Review to see pending annotations
- For each annotation:
- Accept: Annotation is correct
- Reject: Annotation needs correction (add feedback)
- Track progress in the project dashboard
Step 7: Export Data
- Navigate to Exports
- Click Create Export
- Select:
- Source: Your project
- Format: COCO JSON (or your preferred format)
- Click Create
- Download when ready
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
B | Box tool |
P | Polygon tool |
V | Select/Move tool |
Delete | Delete selected annotation |
Ctrl+S | Save |
← / → | Previous/Next item |
Ctrl+Z | Undo |
Ctrl+Shift+Z | Redo |
Next Steps
- Learn about annotation tools in depth
- Set up quality control workflows
- Explore 3D annotation for point clouds
Last updated on