urbanlc.model.baseline.BaselineLCC.infer#
- BaselineLCC.infer(img_paths: List[str]) List[ndarray] #
Perform inference on specified Landsat image paths and returns the inferred land cover maps.
- Parameters:
img_paths (List[str]) – List of paths to Landsat image files.
- Returns:
List of inferred land cover maps.
- Return type:
List[np.ndarray]