Synthetic Microscopic Image Generation Toolbox

Versión 1.0.2 (649 KB) por Yuan Han
an mlapp synthetic data generator; simple code to train and test U-Net models; pseudo-labeling adaptive-segmentation pipeline
22 Descargas
Actualizado 29 nov 2023

Ver licencia

Overview
Using the Python SyMBac package as the backbone, this package includes two GUIs for synthetic mother machine image generation to train segmentation models and adaptive segmentation to more accurately segment timeseries utilising an initial segmentation model. The package also includes code for U-Net model training and testing.
Installation
  • Download the package.
  • Clone and install the Python SyMBac package, in the same root folder for convenience:
git clone https://github.com/georgeoshardo/SyMBac.git && git checkout -b symbac origin/symbac
cd symbac && virtualenv env
source env/bin/activate
python setup.py install
Use
  • Update config.json to specify the Python virtualenv path.
  • app1.mlapp configures synthetic images to be generated. User gets to tune the physical and optical simulation parameters.
  • fine_tuning.mlapp wraps up an adaptive segmentation pipeline to perform domain shift on a time series data set continuously and output segmentation masks.

Citar como

Yuan Han (2026). Synthetic Microscopic Image Generation Toolbox (https://es.mathworks.com/matlabcentral/fileexchange/155467-synthetic-microscopic-image-generation-toolbox), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2023a
Compatible con cualquier versión desde R2023a hasta R2023b
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas
Versión Publicado Notas de la versión
1.0.2

Updated Description

1.0.1

Added configuration file config.json for user to customize python env directory.

1.0.0