Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 710 Bytes

File metadata and controls

20 lines (15 loc) · 710 Bytes

Pretrained checkpoints

It is possible to download the models we used for our paper using the following links:

  • MSDM: checkpoints for generation, inpainting, and (optionally) separation.
  • Weakly MSDM: checkpoints useful only for separation.

After the download extract the tar files into this directory:

# Move into this directory
cd ckpts/

# Extract MSDM checkpoint
tar -xvf msdm.tar

# Extract Weakly MSDM checkpoint
tar -xvf weakly-msdm.tar

# Finally, you can remove the tar files
rm msdm.tar weakly-msdm.tar