Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Latest commit

 

History

History

wormbodies

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Wormbodies Experiments

Data

You can get the data here: https://data.broadinstitute.org/bbbc/BBBC010/ (_images.zip and _foreground_eachworm.zip)

Preprocessing

The data is provided in tif-files, however our code expects zarr-files

python consolidate_data.py -i ~/data/datasets/data_wormbodies -o ~/data/datasets/data_wormbodies --raw-gfp-min 0 --raw-gfp-max 4095 --raw-bf-min 0 --raw-bf-max 3072 --out-format zarr --parallel 50
python trainTestSplit.py -i ~/data/datasets/data_wormbodies -o ~/data/datasets/data_wormbodies -f zarr

(adapt the input and output paths)

Setups

setup10

This is the setup used for the results of our ppp model in the paper.

setup08

This is the setup used for the results of our ppp+dec model in the paper.