vis4d.zoo.base.datasets.shift.tasks
SHIFT data loading config for segmentation.
Functions
|
Get the config for the SHIFT depth estimation task. |
|
Get the config for the SHIFT detection task. |
|
Get the config for the SHIFT instance segmentation task. |
|
Get the config for the SHIFT multitask 2D task. |
|
Get the config for the SHIFT multitask 3D task. |
|
Get the config for the SHIFT optical flow task. |
|
Get the config for the SHIFT segmentation task. |
|
Get the config for the SHIFT tracking task. |
- get_shift_sem_seg_config(**kwargs)[source]
Get the config for the SHIFT segmentation 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_depth_est_config(**kwargs)[source]
Get the config for the SHIFT depth estimation 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_tracking_config(**kwargs)[source]
Get the config for the SHIFT tracking task.
- Return type:
ConfigDict