Skip to content

Commit 61eb88d

Browse files
authored
readme : add links to datasets (#37)
1 parent 01f24f7 commit 61eb88d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ generator.generate_n_images(n = 5, foldername= "generated_images", image_size= (
104104
<img src = "https://raw.githubusercontent.com/devoworm/GSoC-2020/master/Pre-trained%20Models%20(DevLearning)/images/resnet_preds_with_input.gif" width = "60%">
105105
</p>
106106

107-
* Importing the population model for inferences
107+
* Importing the population model for inferences
108108
```python
109109
from devolearn import lineage_population_model
110110
```
@@ -129,6 +129,14 @@ results = model.predict_from_video(video_path = "sample_data/videos/embryo_timel
129129
plot = model.create_population_plot_from_video(video_path = "sample_data/videos/embryo_timelapse.mov", save_plot= True, plot_name= "plot.png", ignore_last_n_frames= 0 )
130130
plot.show()
131131
```
132+
## Links to Datasets
133+
* **Segmenting the C. elegans embryo**
134+
* The dataset was sourced from [3DMMS](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-2720-x#Abs1/).
135+
* **Generating synthetic images of embryos with a Pre-trained GAN**
136+
* The GAN was primarily trained on images from [EPIC dataset](https://epic.gs.washington.edu/).
137+
* **Predicting populations of cells within the C. elegans embryo**
138+
* The model was trained on videos sourced from the [EPIC dataset](http://epic.gs.washington.edu/).
139+
132140
## Contact us
133141
### Authors/maintainers:
134142
* [Mayukh Deb](https://twitter.com/mayukh091)

0 commit comments

Comments
 (0)