We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcac46 commit 3de0d69Copy full SHA for 3de0d69
bioimageio/core/prediction_pipeline/_processing.py
@@ -27,6 +27,7 @@ def get_required_sample_statistics(self) -> Dict[str, Set[Measure]]:
27
Specifies which sample measures are required from what tensor.
28
Returns: sample measures required to apply this processing indexed by <tensor_name>.
29
"""
30
+ return {}
31
32
def set_computed_dataset_statistics(self, computed: Dict[str, Dict[Measure, Any]]):
33
"""helper to set computed statistics and check if they match the requirements"""
0 commit comments