- SDK: https://redbrick-sdk.readthedocs.io/en/stable/sdk.html#redbrick.export.Export.export_tasks
semantic_mask (bool = False) – Whether to export all segmentations as semantic_mask. This will create one instance per class. If this is set to True and a task has multiple instances per class, then attributes belonging to each instance will not be exported.
binary_mask (Optional[bool] = None) – Whether to export all segmentations as binary masks. This will create one segmentation file per instance. If this is set to None and a task has overlapping labels, then binary_mask option will be True for that particular task.
If both semantic_mask and binary_mask options are True, then one binary mask will be generated per class.
- CLI: `redbrick export`
<img width="815" alt="image" src="https://github.com/redbrick-ai/redbrick-sdk/assets/59230352/cdb0e5c9-6a78-4775-b68a-920cb539c9fc">
**Full Changelog**: https://github.com/redbrick-ai/redbrick-sdk/compare/v2.13.15...v2.13.16b1