CoolFace
Datasetpublic

deepsynthbody/synembryo_latentdiffusion

SynEmbryo: Synthetic Embryo Images for Precise Stage Classification, Validated by Embryologists Paper GitHub Content 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. Folder Structure . ├── 2cell │ ├── 0.png │ ├── 1.png │ └── ... ├── 4cell │ ├── 0.png │ ├── 1.png │ └── ... ├── 8cell │ ├── 0.png │ ├── 1.png │ └── ... ├── morula │ ├── 0.png… See the full description on the dataset page: https://huggingface.co/datasets/deepsynthbody/synembryo_latentdiffusion.

sourceHugging Facecc-by-4.0updated 2y agoView on Hugging Face
2likes56downloads
Dataset Card

SynEmbryo: Synthetic Embryo Images for Precise Stage Classification, Validated by Embryologists

[Paper]() GitHub

Content

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.

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
  └── ...