Contact support to gain access to Data Groups.
You can use Data Groups in non-Consensus Projects and Consensus Projects with Review & Refine nodes. Determine Consensus nodes are not yet supported.
Data Group Layouts
The order of data units in a Data Group determines how they are arranged in the Label Editor. Encord supports the following:- Grid (default)
- Carousel
- Custom Layouts
- Grid Layout
- Carousel Layout
- Custom Layout
Create Data Groups
All layouts (grid, carousel, custom) are limited to 50 data units. Attempting to create a data group with more than 50 data units results in an error.
Manually Create Data Groups
- Go to Files > [select a Folder].
- Select the files you want to add to a Data Group.
- Right click your selection.

- Hover over Data group.
- Select the Data Group layout you want the group to have.
- Encord automatically names Data Groups.
- Data Groups appear in the same folder as its component files.
- Click the View details icon, to see a preview of how the Data Group appears to Annotators and Reviewers.
Auto Data Groups
Auto Data Groups automatically organize files into groups, based on grouping keys you define. Any files sharing the same key are combined into a single data group, so there’s no need to manually predefine or maintain groups.
Create Auto Data Groups:
- Navigate to Index > Files.
- Click + New folder.
- Select Auto Data Groups.

- Select a source folder whose files you want to organize into Data Groups. Each folder supports only one grouping configuration. If the selected folder already has one, it is loaded for you to review and edit.

- Encord suggests a configuration based on your file naming patterns. You can adjust it by entering:
- Grouping keys: Part of the filename used to identify which files belong together. For example, if you have files named
session-0878-camera-left.mp4andsession-0878-camera-right.mp4the grouping key would besession-0878. - Group name: The name of each Data Group. Grouping keys can be referenced as part of the name.
- Tiles: The contents of each tile in the Data Group. Defined using a Regex pattern that matches the filenames you want to include in each tile position. The pattern must include a capture group that matches the grouping key you defined — for example,
(session-\d+)-camera-left\.mp4where(session-\d+)captures the grouping key. - Exclude rules (optional): Regex patterns to filter out unwanted files, such as excluding any files containing “thumbnail” in the name.
- Grouping keys: Part of the filename used to identify which files belong together. For example, if you have files named

- Optionally, preview the configured grouping by clicking Run preview.

- Define rules (all rules must be met for a Data Group to be created):
- Minimum number of files per Data Group: The minimum number of tiles that must be matched to create a group. For example, if you define 5 tiles but only 3 matching files are found, you can decide whether the group should still be created.
- Required tiles: Specific tiles that must always be present, regardless of whether the minimum threshold is met. For example, you can mark a particular tile as required, ensuring groups are only created when that tile exists.

- Define the Data Group layout. Select one of the following:
- Grid
- List
- Custom

- Click Create.
A new folder with the same name as your source folder plus the suffix
_grouped(e.g.,my-folder_grouped) is created.


