MCPcopy Create free account

hub / github.com/Zplusdragon/LowLevelBanana / types & classes

Types & classes19 in github.com/Zplusdragon/LowLevelBanana

↓ 6 callersClassRegistry
The registry that provides name -> object mapping, to support third-party users' custom modules. To create a registry (e.g. a backbone r
eval/dehazing/basicsr/utils/registry.py:4
↓ 6 callersClassRegistry
The registry that provides name -> object mapping, to support third-party users' custom modules. To create a registry (e.g. a backbone r
eval/deshadowing/basicsr/utils/registry.py:4
ClassAverageMeter
eval/hdr_imaging/hdr_evl.py:27
ClassBaseStorageBackend
Abstract class of storage backends. All backends need to implement two apis: ``get()`` and ``get_text()``. ``get()`` reads the file as a byte
eval/dehazing/basicsr/utils/file_client.py:5
ClassBaseStorageBackend
Abstract class of storage backends. All backends need to implement two apis: ``get()`` and ``get_text()``. ``get()`` reads the file as a byte
eval/deshadowing/basicsr/utils/file_client.py:5
ClassFaceRestorationHelper
Helper for the face restoration pipeline.
eval/dehazing/basicsr/utils/face_util.py:16
ClassFaceRestorationHelper
Helper for the face restoration pipeline.
eval/deshadowing/basicsr/utils/face_util.py:16
ClassFileClient
A general file client to access files in different backend. The client loads a file or text in a specified backend from its path and return i
eval/dehazing/basicsr/utils/file_client.py:150
ClassFileClient
A general file client to access files in different backend. The client loads a file or text in a specified backend from its path and return i
eval/deshadowing/basicsr/utils/file_client.py:150
ClassHardDiskBackend
Raw hard disks storage backend.
eval/dehazing/basicsr/utils/file_client.py:60
ClassHardDiskBackend
Raw hard disks storage backend.
eval/deshadowing/basicsr/utils/file_client.py:60
ClassLmdbBackend
Lmdb storage backend. Args: db_paths (str | list[str]): Lmdb database paths. client_keys (str | list[str]): Lmdb client keys. Def
eval/dehazing/basicsr/utils/file_client.py:76
ClassLmdbBackend
Lmdb storage backend. Args: db_paths (str | list[str]): Lmdb database paths. client_keys (str | list[str]): Lmdb client keys. Def
eval/deshadowing/basicsr/utils/file_client.py:76
ClassLmdbMaker
LMDB Maker. Args: lmdb_path (str): Lmdb save path. map_size (int): Map size for lmdb env. Default: 1024 ** 4, 1TB. batch
eval/dehazing/basicsr/utils/lmdb_util.py:164
ClassLmdbMaker
LMDB Maker. Args: lmdb_path (str): Lmdb save path. map_size (int): Map size for lmdb env. Default: 1024 ** 4, 1TB. batch
eval/deshadowing/basicsr/utils/lmdb_util.py:164
ClassMemcachedBackend
Memcached storage backend. Attributes: server_list_cfg (str): Config file for memcached server list. client_cfg (str): Config fil
eval/dehazing/basicsr/utils/file_client.py:22
ClassMemcachedBackend
Memcached storage backend. Attributes: server_list_cfg (str): Config file for memcached server list. client_cfg (str): Config fil
eval/deshadowing/basicsr/utils/file_client.py:22
ClassMessageLogger
Message logger for printing. Args: opt (dict): Config. It contains the following keys: name (str): Exp name. logg
eval/dehazing/basicsr/utils/logger.py:10
ClassMessageLogger
Message logger for printing. Args: opt (dict): Config. It contains the following keys: name (str): Exp name. logg
eval/deshadowing/basicsr/utils/logger.py:10