Update Readme.md with information encoding decoding part added too
Browse files
README.md
CHANGED
|
@@ -4,8 +4,9 @@ license: cc
|
|
| 4 |
## The files in the dataset are organized as follows:
|
| 5 |
1) ***seed_to_sim_determinisitic***
|
| 6 |
2) ***sim_to_exp_diffusion***
|
|
|
|
| 7 |
|
| 8 |
-
These
|
| 9 |
|
| 10 |
1) ***seed_to_sim_determinisitic***
|
| 11 |
|
|
@@ -55,6 +56,15 @@ These two folders represent the 2 major pipelines in the manuscript: Physics con
|
|
| 55 |
ix) `v20251023_181_lower_guidance_9point0`: Lower guidance scale of 9.0 used in model training
|
| 56 |
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
Note:
|
|
@@ -62,7 +72,7 @@ Note:
|
|
| 62 |
|
| 63 |
2) Supplementary Figure 13 in the manuscipt involves the use of experimental images. To run this model, the appropriate images can be downloaded from the sim_to_exp_diffusion dataset.
|
| 64 |
|
| 65 |
-
|
| 66 |
|
| 67 |
|
| 68 |
|
|
|
|
| 4 |
## The files in the dataset are organized as follows:
|
| 5 |
1) ***seed_to_sim_determinisitic***
|
| 6 |
2) ***sim_to_exp_diffusion***
|
| 7 |
+
3) ***information_encoding_decoding***
|
| 8 |
|
| 9 |
+
These three folders represent the 3 major pipelines in the manuscript: Mechanistically conditioned generative modelling of biologically realistic bacterial patterns (Insert link later). First folder is for the determinisitic ResNet model, second folder is for the diffusion model, and third is for testing the inverse problem prediction with generated patterns.
|
| 10 |
|
| 11 |
1) ***seed_to_sim_determinisitic***
|
| 12 |
|
|
|
|
| 56 |
ix) `v20251023_181_lower_guidance_9point0`: Lower guidance scale of 9.0 used in model training
|
| 57 |
|
| 58 |
|
| 59 |
+
3) ***information_encoding_decoding***
|
| 60 |
+
|
| 61 |
+
- `Exp_testset_seed.tar` contains the experimental seed images(random seeding locations) that are used in the model testset.
|
| 62 |
+
- `Exp_testset_fixed.tar` contains the experimental image with defined seeding conditions that are used in the testset.
|
| 63 |
+
- `Exp_testset_fixed_seed.tar` contains the defined seeding conditions that are used in the testset.
|
| 64 |
+
- `Generated_patterns_selected.tar` contains a select few synthetic generated patterns for display in Fig 6.
|
| 65 |
+
- `checkpoint_exptoseed.tar` is the trained UNet model checkpoint used in Fig 6 to map from experiment to seeds
|
| 66 |
+
- `checkpoint_simtoseed.tar` is the trained UNet model checkpoint used in Supplementary Fig 20 to map from simulations/experiments to seeds.
|
| 67 |
+
|
| 68 |
|
| 69 |
|
| 70 |
Note:
|
|
|
|
| 72 |
|
| 73 |
2) Supplementary Figure 13 in the manuscipt involves the use of experimental images. To run this model, the appropriate images can be downloaded from the sim_to_exp_diffusion dataset.
|
| 74 |
|
| 75 |
+
3) For synthetic data generation used in Figure 6, entire library is quite big (30GB), can be generated using script in Github repo. Selected images for display are attached in `Generated_patterns_selected.tar`
|
| 76 |
|
| 77 |
|
| 78 |
|