orianapresacan commited on
Commit
a36f56b
·
verified ·
1 Parent(s): 34b0dc2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - generation
7
+ - embryo generation
8
+ pretty_name: SynEmbryo
9
+ ---
10
+
11
+ ## SynEmbryo: Synthetic Embryo Images for Precise Stage Classification, Validated by Embryologists
12
+
13
+ [Paper]()
14
+ [GitHub](https://github.com/orianapresacan/EmbryoStageGen)
15
+
16
+ ## Content
17
+
18
+ This is a synthetic dataset of embryos at various developmental stages (2-cell, 4-cell, 8-cell, morula, blastocyst) generated using the Latent Diffusion Model.
19
+
20
+ ## Folder Structure
21
+
22
+ ```python
23
+ .
24
+ ├── 2cell
25
+ │ ├── 0.png
26
+ │ ├── 1.png
27
+ │ └── ...
28
+ ├── 4cell
29
+ │ ├── 0.png
30
+ │ ├── 1.png
31
+ │ └── ...
32
+ ├── 8cell
33
+ │ ├── 0.png
34
+ │ ├── 1.png
35
+ │ └── ...
36
+ ├── morula
37
+ │ ├── 0.png
38
+ │ ├── 1.png
39
+ │ └── ...
40
+ ├── blastocyst
41
+ │ ├── 0.png
42
+ │ ├── 1.png
43
+ │ └── ...
44
+ ```