External libraries can be cloned from the following repositories, into the external
folder:
-
Stable-Diffusion:
git clone https://github.com/CompVis/stable-diffusion
Necessary to train the VAE model. -
Taming-Transformers:
git clone https://github.com/CompVis/taming-transformers
Necessary to train the VAE model. -
StyleGAN-V:
git clone [email protected]:HReynaud/stylegan-v.git
Used to compute all generative metrics (FID, FVD, IS). -
EchoNet-Dynamic:
git clone [email protected]:HReynaud/echonet.git
Used to evaluate the synthetic data on the Ejection Fraction downstream task.