Dataset requirements and structure
mainUniDepth supports both image-based and sequence-based datasets.
- Note on Image Datasets: The
ImageDatasetclass is considered legacy. Current image-based datasets are implemented as "dummy" single-frame sequences. - Custom Datasets: You can adapt your own data loading and processing, but you must maintain the same interface used by the existing datasets to ensure the model can be trained "out-of-the-box."
- Examples: Example datasets (iBims-1 for image-based and Sintel for sequence-based) are available to help you understand the required pipeline and structure.