EdgeFirst Studio Client
EdgeFirst Studio Client is a command-line application and library (Rust + Python) for programmatic access to EdgeFirst Studio, the MLOps platform for 3D visual and 4D spatial perception AI. Automate dataset management, annotation workflows, model training, validation, and deployment for off-road vehicles, robotics, construction equipment, and industrial applications.
Overview
EdgeFirst Client enables developers to integrate EdgeFirst Studio's capabilities into their CI/CD pipelines, custom training workflows, and automated data processing systems. The client is used internally by EdgeFirst Studio's training and validation services, providing a battle-tested foundation for production workloads.
Key capabilities:
- 📦 MCAP Publishing: Upload sensor recordings for automated ground-truth generation (AGTG)
- 🏷️ Dataset Management: Download datasets and annotations in multiple formats
- 🎯 Training & Validation: Monitor sessions, publish metrics, manage model artifacts
- 🚀 Model Artifacts: Upload and download trained models (ONNX, TensorFlow Lite, H5, etc.)
- 📊 Multiple Formats: Darknet/YOLO, EdgeFirst Dataset Format (Arrow), user-defined formats
Features
Dataset Management
- Create snapshots from MCAP files, directories, or EdgeFirst Dataset format (Zip/Arrow)
- Upload MCAP recordings for AGTG (Automated Ground-Truth Generation) workflow
- Restore snapshots with automatic annotation (
--autolabel) and depth map generation (--autodepth) - Download datasets with support for images, LiDAR PCD, depth maps, and radar data
- Download annotations in JSON or Arrow format (EdgeFirst Dataset Format)
- Dataset groups and filtering for flexible data organization
Training Workflows
- List and manage experiments (training session groups)
- Monitor training sessions with real-time status tracking
- Publish training metrics to EdgeFirst Studio during model training
- Upload custom training artifacts for experiment tracking
- Download model artifacts and training logs
- Access model and dataset parameters for reproducibility
Validation Workflows
- List and manage validation sessions across projects
- Publish validation metrics to EdgeFirst Studio
- Upload validation files and results for analysis
- Download validation artifacts including performance reports
- Track validation task progress with status monitoring
Model Artifact Management
- Publish (upload) model artifacts from training sessions
- Download trained models in various formats (ONNX, TensorFlow Lite, H5, PyTorch, etc.)
- Used internally by EdgeFirst Studio trainers and validators
- Artifact versioning and experiment tracking
Multiple Dataset Formats
- Darknet/YOLO: Industry-standard annotation formats for object detection
- EdgeFirst Dataset Format: Arrow-based format for efficient data handling and 3D perception
- User-defined formats: API flexibility for custom dataset structures
Additional Features
- Task management: List and monitor background processing tasks
- Project operations: Browse and search projects and datasets
- Annotation sets: Support for multiple annotation versions per dataset
- Progress tracking: Real-time progress updates for uploads and downloads
- 3D perception support: LiDAR, RADAR, Point Cloud, depth maps
Installation
Via Cargo (Rust)
Via Pip (Python)
From Source
System Requirements
- MSRV (Minimum Supported Rust Version): Rust 1.90+ (Rust 2024 Edition)
- Python: 3.8+ (for Python bindings)
- Network: Access to EdgeFirst Studio (*.edgefirst.studio)
Quick Start
CLI Authentication
# Login (stores token locally for 7 days)
# View your organization info
# Use environment variables (recommended for CI/CD)
Common CLI Workflows
Upload MCAP and Create Dataset with AGTG
# Create snapshot from MCAP recording
# List available snapshots
# Restore snapshot with automatic annotation (COCO labels)
Download Datasets and Annotations
# List projects and datasets
# Download dataset with images
# Download annotations in Arrow format (EdgeFirst Dataset Format)
Monitor Training and Download Models
# List training experiments
# Monitor training sessions
# Get training session details with artifacts
# Download trained model
Work with Validation Sessions
# List validation sessions
# Get validation session details
Rust Library
use ;
async
Python Library
# Create client and authenticate
=
=
# List projects and datasets
=
=
# Publish validation metrics (used by validators)
=
=
Architecture
EdgeFirst Client is a REST API client built with:
- TLS 1.2+ enforcement for secure communication with EdgeFirst Studio
- Session token authentication with automatic renewal
- Progress tracking for long-running uploads/downloads
- Async operations powered by Tokio runtime (Rust)
- Memory-efficient streaming for large dataset transfers
Documentation
- EdgeFirst Studio Docs: doc.edgefirst.ai
- Rust API Documentation: docs.rs/edgefirst-client
- Python API Documentation: Available on PyPI
- Dataset Format Specification: EdgeFirst Dataset Format
- AGTG Workflow Tutorial: Automated Ground-Truth Generation
Support
- Documentation: doc.edgefirst.ai
- Community Support: GitHub Discussions
- Bug Reports: GitHub Issues
- Commercial Support: support@au-zone.com
- Security Issues: See SECURITY.md
For detailed support options and response expectations, see SUPPORT.md.
Contributing
Contributions are welcome! Please:
- Read the Contributing Guidelines
- Check existing issues or create a new one
- Fork the repository and create a feature branch
- Submit a pull request with clear descriptions
See SECURITY.md for security vulnerability reporting procedures.
License
Licensed under the Apache License 2.0 - see LICENSE for details.
Copyright 2025 Au-Zone Technologies
See NOTICE for third-party software attributions included in binary releases.
Try EdgeFirst Studio: edgefirst.studio - Free tier available with 10,000 images and 1 hour of training per month.