Tutorials¶
Getting Started With Dataloop SDK¶
Getting started with Dataloop SDK
Getting Started With Dataloop SDK
- 1. Dataloop SDK Overview
- 1.1. About this guide
- 1.2. Installing Prerequisite Software
- 1.3. SDK Login
- 1.4. Machine-to-Machine Login
- 1.5. Datasets
- 1.6. Creating a New Dataset
- 1.7. Uploading items
- 1.8. Getting Items
- 1.9. Annotating Items
- 1.10. Point Markers
- 1.11. Working with Filters
- 1.12. Using Filters to Replace Data
- 1.13. Working with Item Metadata
- 1.14. Creating Tasks
- 1.15. Logging out
Data Management Tutorial¶
Tutorials for data management
Data Management Tutorial
- 1. Dataset Binding with AWS
- 2. Dataset Manual item upstream sync
- 3. Integrations
- 4. Storage Drivers
- 5. Dataset Binding with Azure
- 6. Integrations
- 7. Storage Drivers
- 8. Dataset Binding with Google Cloud Storage
- 9. Integrations
- 10. Storage Drivers
- 11. Manage Datasets
- 12. Data Versioning
- 13. Upload & Manage Data & Metadata
- 14. Upload & Manage Annotations
- 14.1. Upload User Metadata
- 14.2. Convert Annotations To COCO Format
- 14.3. Upload Entire Directory and their Corresponding Dataloop JSON Annotations
- 14.4. Upload Annotations To Video Item
- 14.5. Upload Annotations In VTT Format
- 14.6. Upload Audio Annotation to an Audio File
- 14.7. Set Attributes On Annotations
- 14.8. Free Text Attribute
- 14.9. Range Attributes (Slider in UI)
- 14.10. CheckBox Attribute (Multiple choice)
- 14.11. Radio Button Attribute (Single Choice)
- 14.12. Yes/No Attribute
- 14.13. Show Annotations Over Image
- 14.14. Download Data, Annotations & Metadata
- 14.15. Download Items and Annotations
- 14.16. Filter by Item and/or Annotation
- 14.17. Filter by Annotations
- 14.18. Download Annotations in COCO/YOLO/VOC Format
- 15. Advance SDK Filters
- 16. The Dataloop Query Language - DQL
- 17. The Dataloop Query Language - DQL
- 17.1. Filters
- 17.2. Filter Items
- 17.3. Filter Items by the Items’ Annotations
- 17.4. Filters Method - “Or” and “And”
- 17.5. Update User Metadata of Filtered Items
- 17.6. Delete Filtered Items
- 17.7. Item Filtering Fields
- 17.8. Full Examples
- 17.8.1. How to filter items by their annotations label?
- 17.8.2. How to filter items by completed and approved status?
- 17.8.3. How to filter items by completed status (with items who are approved as well)?
- 17.8.4. How to filter items by only completed status?
- 17.8.5. How to filter unassigned items?
- 17.8.6. How to filter items by a specific folder?
- 17.8.7. Get all items named foo.bar
- 17.8.8. Sort files of size 0-5 MB by name, in ascending order
- 17.8.9. Sort with multiple fields: Sort Items by labels ascending and createdAt descending
- 17.9. Advanced Filtering Operators
- 17.10. Response to DQL Query
- 17.11. Using Custom DQL Filter
- 18. Pagination
- 19. Working with Metadata
- 19.1. User Metadata
- 19.1.1. Metadata Data Types
- 19.1.2. String
- 19.1.3. Number
- 19.1.4. Boolean
- 19.1.5. Null – add metadata with no information
- 19.1.6. List
- 19.1.7. Add new metadata to a list without losing existing data
- 19.1.8. Add metadata to an item’s user metadata
- 19.1.9. Modify an existing user metadata field
- 19.1.10. Add metadata to annotations’ user metadata
- 19.1.11. Filter items by user metadata
- 19.1. User Metadata
FaaS Tutorial¶
Tutorials for FaaS
Task Workflows¶
Tutorials for workforce management
Image Annotations¶
Tutorials for creating all types of image annotations
Video Annotations¶
Tutorials for annotating videos
Recipe and Ontology¶
Tutorials for managing ontologies, labels, and recipes
Recipe and Ontology
- 1. Recipe and Ontology Concepts
- 2. Preparing - Entities setup
- 3. Create an Ontology
- 4. Labels
- 5. Attributes
- 6. Add attributes to the ontology
- 7. Read Ontology Attributes
- 8. Getting all labels is (including children):
- 9. Working With Recipes
- 10. Cloning Recipes
- 11. View Dataset Labels
- 12. Add Labels by Dataset
- 13. Add Labels Using Label Object
- 14. Add a Label and Sub-Labels
- 15. Add Hierarchy Labels with Nested
- 16. Delete Labels by Dataset
- 17. Update Label Features
Model Management¶
Tutorials for creating and managing ML model
Applications¶
Developing and working with the Dataloop Applications