delta.data.save_result_track#

delta.data.save_result_track(save_path, npyfile, files_list=None)[source]#

Save tracking output masks to disk.

Parameters
save_pathPath

Folder to save images to.

npyfile4D numpy array

Array of tracking outputs (logits) to save to individual files.

files_listtuple/list of strings, optional

Filenames to save the masks as. Note that the mother_ and daughter_ prefixes will be added to those names. If None, numbers will be used. The default is None.

Returns
None.