Update Hyper-Dataset mask information (#532)

This commit is contained in:
pollfly
2023-04-16 10:10:30 +03:00
committed by GitHub
parent ec39ad38cb
commit 360a042e79
12 changed files with 131 additions and 227 deletions

View File

@@ -7,12 +7,9 @@ Each frame contains `sources`, a list of dictionaries containing:
* A `URI` pointing to the source data (image or video)
* Sources for [masks](masks.md) used in semantic segmentation
* Image [previews](previews.md), which are thumbnails used in the ClearML Enterprise WebApp (UI).
`sources` does not contain:
* `rois` even though ROIs are directly associated with the images and `masks` in `sources`
* ROI metadata, because ROIs can be used over multiple frames.
Instead, frames contain a top-level `rois` array, which is a list of ROI dictionaries, where each dictionary contains a
`sources` does not contain ROI metadata, because ROIs can be used over multiple frames. Instead, frames contain a
top-level `rois` array, which is a list of ROI dictionaries, where each dictionary contains a
list of source IDs. Those IDs connect `sources` to ROIs.
## Examples