The rigid motion (cars, chairs, and airplanes) data and a version of the warping cars dataset are available for download. Note that this data can be quite large depending on the category, so please edit download_data.sh
to only download and unzip what you need. To download all datasets run:
bash download_data.sh
If preferred, all datasets are also available to download manually from Google drive: cars (11GB), chairs (21GB), airplanes (15GB), and warping cars (22GB).
The provided warping cars dataset (warping_cars_full_cat_8k
) is not the exact same as the one used in the paper, but should functionally be no different for training CaSPR: to make it a reasonable size to host and download, this version of the dataset contains 8k points sampled on the surface of the object at each frame of every sequence (rather than 100k as in the original data used to compare to OFlow). The number of points is the only difference between this and the original dataset, the car models and motion sequences used are identical.
Configurations for each dataset that are passed into the training/testing scripts are located in configs
. By default, these should not need to be changed.