Skip to content

Commit

Permalink
update config file names
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Dec 30, 2023
1 parent 247a294 commit 7071fe6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 166 deletions.
92 changes: 0 additions & 92 deletions example_data/example_config_files/config_screen.yml

This file was deleted.

74 changes: 0 additions & 74 deletions example_data/example_config_files/config_training.yml

This file was deleted.

33 changes: 33 additions & 0 deletions example_data/example_config_files/config_training_golgi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: "Cellpose Segmentation"
input_channels: 3
output_channels: 5
ShardedCytosolSegmentationDownsamplingCellpose:
input_channels: 2
output_masks: 2
shard_size: 120000000 # maxmimum number of pixel per tile
overlap_px: 100
nGPUs: 2
chunk_size: 50 # chunk size for chunked HDF5 storage. is needed for correct caching and high performance reading. should be left at 50.
threads: 1 # number of shards / tiles segmented at the same size. should be adapted to the maximum amount allowed by memory.
cache: "/fs/pool/pool-mann-maedler-shared/temp"
lower_quantile_normalization: 0.001
upper_quantile_normalization: 0.999
median_filter_size: 6 # Size in pixels
nucleus_segmentation:
model: "nuclei"
cytosol_segmentation:
model: "cyto2"
chunk_size: 50
filtering_threshold: 0.95
downsampling_factor: 4
smoothing_kernel_size: 7
HDF5CellExtraction:
compression: True
threads: 80 # threads used in multithreading
image_size: 128 # image size in pixel
normalization_range: None #turn of percentile normalization for cells -> otherwise normalise out differences for the alexa647 channel
cache: "/fs/pool/pool-mann-maedler-shared/temp"
hdf5_rdcc_nbytes: 5242880000 # 5gb 1024 * 1024 * 5000
hdf5_rdcc_w0: 1
hdf5_rdcc_nslots: 50000

0 comments on commit 7071fe6

Please sign in to comment.