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, TFLite, and ONNX.
Overview
Changelog
- June 16, 2025 [v4.0.4]: EdgeFirst Validator (formerly Deep View Validator) - Ultralytics metrics and EdgeFirst Studio integrations.
Installation
EdgeFirst-Validator is available and can be installed via pip through AWS CodeArtifact.
aws codeartifact login --tool pip --domain edgefirst --repository dve
pip install edgefirst-validator
To validate ONNX models, install the optional dependencies
pip install edgefirst-validator[onnx]
To validate TensorFlow or Keras models, install the optional dependencies.
pip install edgefirst-validator[keras]
Usage
-
As a quickstart, deploy by default the validation of a YOLOv5 model with COCO128 dataset.
python -m edgefirst.validator
-
Deploy validation as a user-managed session in EdgeFirst Studio. First login with EdgeFirst Client.
edgefirst-client loginpython -m edgefirst.validator --session-id <validator session ID>
Otherwise, you can specify the credentials directly.
python -m edgefirst.validator --token <token> --session-id <validator session ID>
python -m edgefirst.validator --username <username> --password <password> --session-id <Validator Session ID>
-
Deploy standalone validation.
python -m 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.1.13-py3-none-any.whl.
File metadata
- Download URL: edgefirst_validator-4.1.13-py3-none-any.whl
- Upload date:
- Size: 196.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a13a10386fef445b2354198462e1889d7c51449839e6ada072d09defbdeb3f27
|
|
| MD5 |
82d0f2c85d22d22dcc320e65d6c4141e
|
|
| BLAKE2b-256 |
c157295ce712d51ac4d0b0411a6322bfdea33abacf43250488bb3c81dbb0ad58
|