SchmollerLab / Cell_ACDC

A Python GUI-based framework for segmentation, tracking and cell cycle annotations of microscopy data
BSD 3-Clause "New" or "Revised" License
134 stars 22 forks source link

Save model used and parameters of model for segmentation and tracking #543

Open Teranis opened 3 months ago

Teranis commented 3 months ago

Description:

Saving the model and parameters used to create a segmentation mask to a text file might be useful for reproducing results and keeping track of "good parameters" for the data

ElpadoCan commented 3 months ago

Hi @Teranis, this is already implemented in the cellacdc.load.loadData.saveSegmHyperparams which is called everytime you segment and it saves the parameters to the file ending with segm_hyperparams.ini.

Let me know if that does what you wanted, thanks!