Segmentation Masks#240
Conversation
|
I have implemented two methods so far for Image Generation on the Client:
|
|
The performance of the RLE version isn't fast enough when creating HTMLImageElements. I will focus on the girder image item reference and am currently preloading them. Playback seems to be okay when doing it using this format. Export and Import for now will be done using the Masks folder with the trackId -> FrameId.png file structure for the references. We need to make clear in documents the structure for users. Mask Folder in the root of the DIVE Dataset with a metadata field "mask: true" This is the structure. Exporting masks will export the entire masks folder as a Zip file. This should include everything that represents the masks. Importing will take in a Zip file with the masks (folder) -> trackIds (folders) -> frames (images) and will process and import them into the correct location.
|
resolves #234
TODO:
Issues: