Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zplusdragon/LowLevelBanana
/ types & classes
Types & classes
19 in github.com/Zplusdragon/LowLevelBanana
⨍
Functions
378
◇
Types & classes
19
↓ 6 callers
Class
Registry
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 callers
Class
Registry
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
Class
AverageMeter
eval/hdr_imaging/hdr_evl.py:27
Class
BaseStorageBackend
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
Class
BaseStorageBackend
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
Class
FaceRestorationHelper
Helper for the face restoration pipeline.
eval/dehazing/basicsr/utils/face_util.py:16
Class
FaceRestorationHelper
Helper for the face restoration pipeline.
eval/deshadowing/basicsr/utils/face_util.py:16
Class
FileClient
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
Class
FileClient
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
Class
HardDiskBackend
Raw hard disks storage backend.
eval/dehazing/basicsr/utils/file_client.py:60
Class
HardDiskBackend
Raw hard disks storage backend.
eval/deshadowing/basicsr/utils/file_client.py:60
Class
LmdbBackend
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
Class
LmdbBackend
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
Class
LmdbMaker
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
Class
LmdbMaker
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
Class
MemcachedBackend
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
Class
MemcachedBackend
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
Class
MessageLogger
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
Class
MessageLogger
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