urbanlc.model.baseline.TMBaseline.validate#

TMBaseline.validate(img_paths: List[str], gt_paths: List[str]) List[Dict[str, Any]]#

Validate the model using specified Landsat image and ground truth land cover paths.

Parameters:
  • img_paths (List[str]) – List of paths to Landsat image files.

  • gt_paths (List[str]) – List of paths to ground truth land cover files.

Returns:

List of dictionaries containing classification report results.

Return type:

List[Dict[str, Any]]