EdgeFirst Validator
Project description
EdgeFirst Validator
This repository contains the Packer configuration, entrypoint script, and the validation implementation used by EdgeFirst Studio to perform validation of Vision (detection, segmentation, multitask) models with support for Keras, ONNX, TensorRT, and TFLite either on the cloud or on target validation.
Overview
Changelog
- Aug 24, 2025 [v4.1.0]: Added ModelPack external decoding. Added Keras support. Added TP vs FP scores chart. Removed +1 padding to the NumPy NMS.
- June 16, 2025 [v4.0.0]: EdgeFirst Validator (formerly Deep View Validator) - Ultralytics metrics and EdgeFirst Studio integrations.
Installation
For on target validation, the system may already contain the dependencies needed to run the model such as tflite_runtime for TensorFlow Lite. In such cases, it is recommended to first create a python virtual environment with the --system-site-packages option enabled.
EdgeFirst-Validator is available in PyPI and can be installed via pip.
pip install edgefirst-validator
Validation of specific models requires these installations which includes the packages needed to run the models, in case the system at present does not contain these packages.
- Keras
pip install edgefirst-validator[keras] - ONNX:
pip install edgefirst-validator[onnx] - TensorRT:
pip install edgefirst-validator[tensorrt] - TFLite:
pip install edgefirst-validator[tflite]
Usage
-
As a quickstart, deploy default validation of a YOLOv5 model with COCO128 dataset.
edgefirst-validator
-
Deploy validation as a user-managed session in EdgeFirst Studio. First login with EdgeFirst Client.
edgefirst-client loginedgefirst-validator --session-id <validator session ID>
Otherwise, you can specify the credentials directly.
edgefirst-validator --token <token> --session-id <validator session ID>
edgefirst-validator --username <username> --password <password> --session-id <Validator Session ID>
-
Deploy standalone validation.
edgefirst-validator <model path> <dataset path>
Documentation
Run the following commands to generate the documentation.
cd doc
pip install -r requirements.txt
make clean
make html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file edgefirst_validator-4.2.1-py3-none-any.whl.
File metadata
- Download URL: edgefirst_validator-4.2.1-py3-none-any.whl
- Upload date:
- Size: 206.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
649e9971e200542fc18be60a55850c1c5188e017d6fa409ed02023ce0565f1de
|
|
| MD5 |
279da30d07aa21a42af6022448f8c05c
|
|
| BLAKE2b-256 |
9e8a7fadf96d7192d378b4528e349096d2c8ff6559aeebb8fb3a2e7ca386eab0
|