Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (8 loc) · 790 Bytes

QUICKSTART.md

File metadata and controls

16 lines (8 loc) · 790 Bytes

Getting start with SynSin

To quickly start using the code, first download the pretrained models. Then use the demo code in order to visualise the models in action.

Download pretrained models

  • Download the models using bash ./download_models.sh. This should create a ./modelcheckpoints directory with a readme.txt explaining the pretrained models.

Running demo code

To just run a model on a given image and set the view transform, we have included a simple demo notebook ./demos/Simple Demo.ipynb.

We have also included an interactive demo notebook in ./demos/Interactive Demo.ipynb. This shows how to load a model, and update camera/view parameters interactively.

To use our models on unseen images, we recommend looking at these notebooks.