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 300d737 commit f0dde7aCopy full SHA for f0dde7a
monai/data/decathlon_datalist.py
@@ -160,8 +160,9 @@ def load_decathlon_datalist(
160
161
162
def load_decathlon_properties(data_property_file_path: PathLike, property_keys: Sequence[str] | str) -> dict:
163
- """Load the properties from the JSON file contains data property with specified `property_keys`.
164
-
+ """Extract the properties with the specified keys from the Decathlon JSON file.
+ See under `load_decathlon_datalist` for the expected keys in the Decathlon challenge.
165
+
166
Args:
167
data_property_file_path: the path to the JSON file of data properties.
168
property_keys: expected keys to load from the JSON file, for example, we have these keys
0 commit comments