Sintel Disparity¶
The MPI Sintel Disparity is an extension to the Sintel Flow Dataset. This dataset contains disparity annotations and occlusions.
To download the dataset and have more information, follow this link.
The main conference paper for more detailed information is available here. Other references are listed in the previous link.
SintelDisparityDataset API¶
- class alodataset.sintel_disparity_dataset.SintelDisparityDataset(*args, **kwargs)¶
Bases:
Generic
[torch.utils.data.dataset.T_co
]MPI Sintel dataset for Disparity
- Parameters
- cameraslist of string
One frame is returned for each camera. Possible cameras : {‘left’, ‘right’}.
- labelslist
Labels that will be attached to the frame Possible labels : {‘disp’, ‘disp_occ’}
- sequence_size: int
Size of sequence to load
- sequence_skip: int
Number of frames to skip between each element of the sequence
- **kwargs :
aloscene.BaseDataset parameters
- CAMERAS = ['left', 'right']¶
- LABELS = ['disp', 'disp_occ']¶
- PASSES = ['clean', 'final']¶