Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 715 Bytes

This folder contains the external libraries that are used in the project.

External libraries can be cloned from the following repositories, into the external folder:

  1. Stable-Diffusion: git clone https://github.com/CompVis/stable-diffusion
    Necessary to train the VAE model.

  2. Taming-Transformers: git clone https://github.com/CompVis/taming-transformers
    Necessary to train the VAE model.

  3. StyleGAN-V: git clone [email protected]:HReynaud/stylegan-v.git
    Used to compute all generative metrics (FID, FVD, IS).

  4. EchoNet-Dynamic: git clone [email protected]:HReynaud/echonet.git
    Used to evaluate the synthetic data on the Ejection Fraction downstream task.