open3d.ml.tf.utils.Cache

class open3d.ml.tf.utils.Cache(func: Callable, cache_dir: str, cache_key: str)

Cache converter for preprocessed data.

__init__(func: Callable, cache_dir: str, cache_key: str)

Initialize

Parameters
  • func – preprocess function of a model.

  • cache_dir – directory to store the cache.

  • cache_key – key of this cache

Returns

The corresponding class.

Return type

class