# GenRecon Pre-Trained Weights

We provide pre-trained weights for the 3 generative models as fine-tuned by our approach.

To download all 3, run:

```sh

wget https://kaldir.vc.cit.tum.de/genrecon/sparse_structure.pt https://kaldir.vc.cit.tum.de/genrecon/shape_slat.pt https://kaldir.vc.cit.tum.de/genrecon/texture_slat.pt
 
```

For individual downloads, run:

```sh

wget https://kaldir.vc.cit.tum.de/genrecon/sparse_structure.pt
wget https://kaldir.vc.cit.tum.de/genrecon/shape_slat.pt
wget https://kaldir.vc.cit.tum.de/genrecon/texture_slat.pt

```

