vis4d.zoo.base.datasets.shift¶
SHIFT dataset config.
- get_shift_depth_est_config(**kwargs)[source]¶
Get the config for the SHIFT depth estimation task.
- Return type:
ConfigDict
- get_shift_det_config(**kwargs)[source]¶
Get the config for the SHIFT detection task.
- Return type:
ConfigDict
- get_shift_instance_seg_config(**kwargs)[source]¶
Get the config for the SHIFT instance segmentation task.
- Return type:
ConfigDict
- get_shift_multitask_2d_config(**kwargs)[source]¶
Get the config for the SHIFT multitask 2D task.
- Return type:
ConfigDict
- get_shift_multitask_3d_config(**kwargs)[source]¶
Get the config for the SHIFT multitask 3D task.
- Return type:
ConfigDict
- get_shift_optical_flow_config(**kwargs)[source]¶
Get the config for the SHIFT optical flow task.
- Return type:
ConfigDict
- get_shift_sem_seg_config(**kwargs)[source]¶
Get the config for the SHIFT segmentation task.
- Return type:
ConfigDict
- get_shift_tracking_config(**kwargs)[source]¶
Get the config for the SHIFT tracking task.
- Return type:
ConfigDict
Modules
SHIFT data loading config for data augmentation. |
|
SHIFT data loading config for segmentation. |