nerfbaselines.results

nerfbaselines.results.compile_dataset_results(results_path: Path, dataset: str) Dict[source]

Compile the results.json file from the results repository.

nerfbaselines.results.get_benchmark_datasets() List[str][source]

Get the list of registered benchmark datasets.

nerfbaselines.results.get_dataset_info(dataset: str) Dict[source]

Get the dataset info from the dataset repository.

Parameters:

dataset – The dataset name (type).

Returns:

The dataset info.

nerfbaselines.results.load_metrics_from_results(results: Dict) Dict[str, List[float]][source]

Load the metrics from a results file (obtained from evaluation).

Parameters:

results – A dictionary of results.

Returns:

A dictionary containing the metrics.