dc1.evaluation.dc1.DC1Evaluation

class dc1.evaluation.dc1.DC1Evaluation(arguments)

Class that manages evaluation of Data Challenge 1.

Parameters:

arguments (Namespace)

__init__(arguments)

Init class.

Parameters:

arguments (Namespace) – Namespace with config.

Return type:

None

Methods

__init__(arguments)

Init class.

check_dataloader(dataloader)

Basic integrity checks on batches.

close()

Release resources held by this evaluation run.

filter_data(manager, filter_region)

Filter data by time and region.

get_catalog(dataset_name, local_catalog_dir, ...)

Ensure a dataset catalog exists locally, downloading if necessary.

run_eval()

Run the full evaluation pipeline.

setup_dataset_manager(list_all_references)

Build and return a fully configured MultiSourceDatasetManager.

setup_transforms(dataset_manager, aliases)

Configure and return the transform dict for all aliases.

Attributes

CHALLENGE_NAME