EdgeFirst Models
EdgeFirst Studio supports two model architectures: ModelPack and Fusion.
-
ModelPack is a single-sensor (single-input) architecture of a Vision model tasked with detecting objects in an image via bounding boxes, segmentation masks, or both. A Vision model is a type of model that interprets images or videos to perform tasks such as object detection, image classification, and much more. EdgeFirst Studio supports Vision models tasked with object detection.
- Quick Start Guide
- Training ModelPack
- Validating ModelPack
- Deploying ModelPack
-
A Sensor Fusion Model is a multi-sensor (multi-input) architecture that fuses Radar and Camera sensors designed for spatial perception tasks. These models can make predictions of the object's position in world coordinates. Fusion models takes the Radar cube and the Camera image as inputs to the model by default. However, either the Camera or the Radar can be turned off to train specific camera-only and radar-only based Fusion models.
- Training Fusion Models
- Validating Fusion Models
- Managed
- User Managed (Coming Soon)
- Deploying Fusion Models
Note
Click on the links for more information on each architecture and the relevant workflows.
Related articles are provided below:
- Vision Augmentations - Describes available vision augmentations for training and validation.
- Validation Metrics- Describes the validation metrics for both architectures in detail.