module documentation
Utilities for working with the Places dataset.
Class |
|
Class for importing datasets written by download_places_dataset_split`. |
Function | download |
Utility that downloads splits of the Places dataset . |
Variable | logger |
Undocumented |
Constant | _ANNOTATION |
Undocumented |
Constant | _ANNOTATION |
Undocumented |
Constant | _IMAGE |
Undocumented |
Constant | _SPLIT |
Undocumented |
Constant | _SUPPORTED |
Undocumented |
Constant | _TAR |
Undocumented |
Utility that downloads splits of the
Places dataset
.
Any existing files are not re-downloaded.
Parameters | |
dataset | the directory to download the dataset |
split | the split to download. Supported values are ("train", "validation", "test") |
rawNone | a directory in which full annotations files may be stored to avoid re-downloads in the future |
Returns | |
a tuple of |
|
Undocumented
Value |
|
Undocumented
Value |
|