CaveDataset
- class colibri.data.sota_datasets.CaveDataset(path, download=True, url='https://www.cs.columbia.edu/CAVE/databases/multispectral/zip/complete_ms_data.zip')[source]
Bases:
object
Class to handle the CAVE dataset.
The CAVE dataset is a database of multispectral images that were used to emulate the GAP camera. The images are of a wide variety of real-world materials and objects.
URL: https://www.cs.columbia.edu/CAVE/databases/multispectral/
- Parameters:
path (str)
download (bool)
url (str)
- download()[source]
Downloads the dataset from the specified URL and extracts it to the specified path.