Export Formats
Avala supports exporting annotations in standard ML formats. Choose the format that matches your training framework.Creating an Export
Export Filtering
Control exactly which annotations are included in your export:PyTorch Integration
Loading COCO Exports with torchvision
Loading with Detectron2
Hugging Face Integration
Loading with Hugging Face Datasets
Training Loop Automation
End-to-End Pipeline
Combine Avala exports with webhooks to trigger training automatically when new annotations are approved.Webhook-Triggered Training
Scheduling Periodic Exports
For pipelines that do not need real-time triggers, schedule periodic exports:Active Learning Loop
Use model predictions to prioritize which data gets annotated next, creating a feedback loop between your model and your annotation team.How It Works
- Train an initial model on a small labeled dataset
- Run inference on unlabeled data
- Score uncertainty — identify items where the model is least confident
- Import predictions into Avala as pre-annotations
- Prioritize uncertain items for human annotation using work batches
- Annotators review and correct the model predictions (faster than labeling from scratch)
- Export the corrected annotations and retrain
Importing Model Predictions
Use batch auto-labeling to import model predictions as pre-annotations:Measuring Improvement
Track these metrics across active learning iterations:Dataset Versioning
Keep track of which data was used to train which model.Using Slices for Versioning
Slices let you create named subsets of a dataset without duplicating data:Versioning Best Practices
Next Steps
PyTorch Guide
Complete integration guide for PyTorch and Detectron2.
Hugging Face Guide
Load Avala exports into Hugging Face Datasets and Transformers.
Batch Auto-Labeling
Import model predictions as pre-annotations for review.
Exports API
Full API reference for creating and managing exports.