Data and Checkpoints =============================================== Raw videos ----------- - `BANMo videos `__ - `RAC videos `__ - `other videos used in the tutorials `__ Pre-processed data and checkpoints ----------------------------------- .. list-table:: :widths: 15 15 15 15 40 :header-rows: 1 * - Data (# videos) - Checkpoint - Mask / viewpoint annotation - Link to tutorial - Video / visualization * - `car-turnaround-2 `__ (x1) - `link `__ - interactive - `Tutorial 1 `__ - .. raw:: html
* - `finch `__ (x1) - `link `__ - interactive - `Tutorial 1 `__ - .. raw:: html
* - `cat-pikachu-0 `__ (x1) - `foreground `__, `composition `__ - automatic - `Tutorial 2 `__ - .. raw:: html
* - `squirrel `__ (x1) - `link `__ - automatic - `Tutorial 2 `__ - .. raw:: html
* - `dog-robolounge `__ (x1) - `link `__ - automatic - `Tutorial 2 `__ - .. raw:: html
* - `cat-pikachu `__ (x11) - `link `__ - automatic - `Tutorial 3 `__ - .. raw:: html
* - `shiba-haru `__ (x14) - `link `__ - automatic - `Tutorial 3 `__ - .. raw:: html
* - `human-cap `__ (x10) - `link `__ - automatic - `Tutorial 3 `__ - .. raw:: html
* - `penguin `__ (x9) - `link `__ - interactive - None - .. raw:: html
* - `human-48 `__ (x48) - `link `__ - automatic - `Tutorial 4 `__ - .. raw:: html
* - `cat-85 `__ (x85) - `link `__ - automatic - `Tutorial 4 `__ - .. raw:: html
* - `dog-98 `__ (x98) - `link `__ - automatic - `Tutorial 4 `__ - .. raw:: html
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.