Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 794 Bytes

DATASET.md

File metadata and controls

19 lines (17 loc) · 794 Bytes

Dataset Preparation

CO3D v2

  1. Please follow the official instruction to download the dataset.
  2. We use the dataset provider in Implicitron for data loading. To speed up the loading, we cache the loaded meta data. Please run
cd scripts
python prepare_co3d.py --co3d_path [path to CO3D data]

to generate the cache. The cached data take ~4.1GB of space.

Hypersim

  1. Please follow the official instruction to download the dataset.
  2. We preprocess the Hypersim data for faster loading:
cd scripts
python prepare_hypersim.py --hypersim_path [path to Hypersim data]

The resulting data take ~19GB of space.