vis4d.eval.kitti.depth
KITTI evaluation code.
Functions
|
Apply Eigen NIPS14 crop to the mask. |
|
Apply Garg ECCV16 crop to the mask. |
Classes
|
KITTI depth evaluation class. |
- apply_garg_crop(mask)[source]
Apply Garg ECCV16 crop to the mask.
- Parameters:
mask (np.array) – Mask to be cropped, in shape (…, H, W).
- Returns:
Cropped mask, in shape (…, H’, W’).
- Return type:
np.array