fiftyone.core.threed.utils¶
Functions:
|
Convert camelCase to snake_case. |
Convert all keys in a dictionary from camelCase to snake_case. |
-
fiftyone.core.threed.utils.
camel_to_snake
(name)¶ Convert camelCase to snake_case.
- Parameters
name – the camelCase string
- Returns
a snake_case string
.
-
fiftyone.core.threed.utils.
convert_keys_to_snake_case
(d)¶ Convert all keys in a dictionary from camelCase to snake_case.
- Parameters
d – the dictionary
- Returns
a dictionary with snake case keys