--- license: cc-by-4.0 language: - en tags: - generation - embryo generation pretty_name: SynEmbryo --- ## SynEmbryo: Synthetic Embryo Images for Precise Stage Classification, Validated by Embryologists [Paper]() [GitHub](https://github.com/orianapresacan/EmbryoStageGen) ## Content This is a synthetic dataset of embryos at various developmental stages (2-cell, 4-cell, 8-cell, morula, blastocyst) generated using the StyleGAN3 model. ## Folder Structure ```python . ├── 2cell │ ├── 0.png │ ├── 1.png │ └── ... ├── 4cell │ ├── 0.png │ ├── 1.png │ └── ... ├── 8cell │ ├── 0.png │ ├── 1.png │ └── ... ├── morula │ ├── 0.png │ ├── 1.png │ └── ... └── blastocyst ├── 0.png ├── 1.png └── ... ```