File size: 849 Bytes
7cab258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
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
  └── ...
```