Export dataset
Export your data from Visual Layer to use in external tools or workflows. You can export the entire dataset, a filtered subset, or just specific items—depending on your needs.
How This Helps
Export datasets for use in training pipelines, labeling platforms, analytics workflows, or external review. You can export everything or just what you need.
Export a Dataset
Open the Dataset
Go to the Dataset Exploration page.
Click 'Export'
Click the Export button in the top-right corner.
Name the Export
Provide a descriptive name for your export file.
Choose Export Scope
Select the scope—entire dataset, filtered view, or specific selections.
Pick a Format
Choose from supported formats:
- JSON– available now
- COCO– coming soon
Include Images (Optional)
Toggle Include image files to include up to 5,000 images in your export.
Export
Click Export File to download.
Export Options
Entire Dataset
Exports all items in the dataset, regardless of filters or selections.
Matching Filters
Exports only the items that match your currently applied filters, such as issue types, tags, or labels.
Current Selection
Exports only manually selected items—images, objects, or clusters.
JSON Export Format
Exported data is structured into a .json
file with two sections:
1. info
General metadata about the dataset and export:
2. media_items
An array of media items (images or video frames), each with all available metadata:
Metadata Items
Each media item includes a list of metadata_items
. Below are the possible types:
1. type: "issue"
Used to represent a detected problem:
2. type: "user_tag"
Tags applied by a user to a media item:
3. type: "video_info"
Provides context on a video frame:
4. type: "object_label"
Describes an annotated object (bounding box), including nested issues:
5. type: "image_label"
A classification label applied to the entire image:
6. type: "caption"
- Duplicates often include
duplicate_group_id
andthreshold
values. - Object-level issues are nested inside
object_label
blocks.