delta.config¶
Click on the signatures below to get a complete description.
Module for configuration files and configuration parameters
@author: jblugagne
Module Attributes
Type of analysis: can be '2D', 'mothermachine', or your own custom name for presets |
|
Which models will be run |
|
Model file for ROIs segmentation |
|
Model file for cell segmentation |
|
Model file for cell tracking |
|
ROI U-Net target/input image size |
|
segmentation U-Net target/input image size |
|
tracking U-Net target/input image size |
|
Path to ROIs U-Net training set |
|
Path to segmentation training set |
|
Path to tracking training set |
|
Path to evaluation movie / image sequence |
|
Flag to try to automatically correct image rotation (for microfluidic devices) |
|
Flag to correct drift over time (for microfluidic devices / ROIs) |
|
Flag to crop input image into windows of size target_size_seg for segmentation, otherwise resize them |
|
Minimum area of detected ROIs, in pixels. |
|
If correcting for drift, use the entire frame instead of the region above the chambers |
|
Minimum area of detected cells, in pixels. |
|
Format to save output data to |
|
Debugging messages level from Tensorflow ('0' = most verbose to '3' = not verbose) |
|
If running into OOM issues or having trouble with cuDNN loading, try setting memory_growth_limit to a value in MB: (eg 1024, 2048...) |
|
If running into OOM issues during segmentation with the pipeline, try lowering this value. |
|
If running into OOM issues during tracking with the pipeline, try lowering this value. |
Functions
|
Loads json configuration files |