Skip to content

youngjun-jun/dis-dis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Disentangling Disentangled Representations: Towards Improved Latent Units via Diffusion Models

Paper

Prepare data

Prepare the following datasets in the specified format:

  • cars3d
  • shapes3d
  • mpi3d
  • celeba
code/datasets/dataset.py

Place the images in the directory structure:
code/datasets/dataset_name/image_{number}.png

Training

To start the training process, run the following script:

code/scripts/train.sh

Evaluation

To evaluate the trained model, use the following script:

code/scripts/eval.sh

Latent Interchange

For latent interchange operations, run the script:

code/scripts/latent-interchange.sh

Image Generation for FID

To generate images for the Fréchet Inception Distance (FID) score calculation, use:

code/scripts/sampling-for-fid.sh

Files

Cars3d

Shapes3d

MPI3D-toy

CelebA

Acknowledgement

We based our codes on ThomasMrY/DisDiff

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors