Skip to content

Validate Vision Model

Now that you have trained a model, you can validate its performance. The purpose of validation is to determine whether the selected model meets the performance requirements before deployment. EdgeFirst Studio offers two validation paths depending on your goal:

Path Where it runs Supported formats
Cloud Validation (this guide) EdgeFirst Studio EC2 ONNX, Keras, TFLite
On-Target Profiling Your edge platform All converted formats (.tflite, .hef, .dvm, .engine)

Validating on target hardware?

Cloud validation only supports ONNX, Keras, and TFLite artifacts. If you want to measure real inference latency and accuracy on your target device — including NPU-compiled formats like Neutron, Hailo, Ara2, or TensorRT — use the EdgeFirst Profiler.

Cloud Validation

If you haven't already, click on the training session card for more information.

Training Details
Training Details

On the top right corner of the page, click on the "validate" button as indicated.

Validate Button
Validate Button

Enter a name for the validation session, then select the model and dataset to use for validation.

Under Model Selection, choose an ONNX, Keras, or TFLite artifact — these are the formats supported by cloud validation.

For this example, all remaining settings were left at their default values. When you are ready, click Start Session at the bottom of the page to begin the validation process.

Start Validation Session
Start Validation Session

InsufficientInstanceCapacity

InsufficientInstanceCapacity Error

If you see this error after starting your validation session, retry creating the session. This can happen when AWS reports that no EC2 instances are currently available to launch; the current workaround is to retry.

Go to the created validation session by first going back to the "Model Experiments" page.

Go to Model Experiments
Go to Model Experiments

Next, click the validation sessions of the model experiments.

Validation Sessions
Validation Sessions

The validation session progress will appear in the "Validation" page as shown below.

Validation Progress
Validation Progress

Once the session is complete, the session card will appear like the following. To view the validation metrics, click the validation charts button as indicated.

Completed Session
Completed Session

The validation metrics should appear like the following. For more information, please see the Validation Metrics section.

EdgeFirst Studio — validation metrics dashboard on a completed session: mAP, AP/AR breakdowns, confusion matrices, PR curves
EdgeFirst Studio — validation metrics dashboard on a completed session: mAP, AP/AR breakdowns, confusion matrices, PR curves

You can navigate back to the training session by clicking on the "Training Session" link under the "Session" tab.

Go Back to the Training Session
Go Back to the Training Session