Data and Checkpoints¶
Raw videos¶
Pre-processed data and checkpoints¶
Data (# videos) |
Checkpoint |
Mask / viewpoint annotation |
Link to tutorial |
Video / visualization |
---|---|---|---|---|
car-turnaround-2 (x1) |
interactive |
|||
finch (x1) |
interactive |
|||
cat-pikachu-0 (x1) |
automatic |
|||
squirrel (x1) |
automatic |
|||
dog-robolounge (x1) |
automatic |
|||
cat-pikachu (x11) |
automatic |
|||
shiba-haru (x14) |
automatic |
|||
human-cap (x10) |
automatic |
|||
penguin (x9) |
interactive |
None |
||
human-48 (x48) |
automatic |
|||
cat-85 (x85) |
automatic |
|||
dog-98 (x98) |
automatic |
How to use the checkpoints?¶
First, copy the link of the checkpoint above, and replace $model-url with the link (make sure to keep the “” out side the link). Run:
bash scripts/download_unzip.sh "$model-url"
The model will be downloaded and unzipped to logdir/$model-name.
Then, copy the link of the correspoinding pre-processed data above, and replace $data-url with the link (make sure to keep the “” out side the link). Run:
bash scripts/download_unzip.sh "$data-url"
This will download and unzip the preprocessed data to database/processed/$type-of-processed-data/Full-Resolution/$data-name/.
To use the checkpoints, go to the tutorials page and follow the instructions to render videos and export meshes.