MCPcopy Create free account

hub / github.com/danielgatis/rembg / types & classes

Types & classes24 in github.com/danielgatis/rembg

↓ 1 callersClassEventHandler
rembg/commands/p_command.py:198
ClassBaseSession
This is a base class for managing a session with a machine learning model.
rembg/sessions/base.py:10
ClassBenCustomSession
This is a class representing a custom session for the Ben model.
rembg/sessions/ben_custom.py:12
ClassBiRefNetSessionCOD
This class represents a BiRefNet-COD session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_cod.py:8
ClassBiRefNetSessionDIS
This class represents a BiRefNet-DIS session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_dis.py:8
ClassBiRefNetSessionGeneral
This class represents a BiRefNet-General session, which is a subclass of BaseSession.
rembg/sessions/birefnet_general.py:12
ClassBiRefNetSessionGeneralLite
This class represents a BiRefNet-General-Lite session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_general_lite.py:8
ClassBiRefNetSessionHRSOD
This class represents a BiRefNet-HRSOD session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_hrsod.py:8
ClassBiRefNetSessionMassive
This class represents a BiRefNet-Massive session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_massive.py:8
ClassBiRefNetSessionPortrait
This class represents a BiRefNet-Portrait session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_portrait.py:8
ClassBriaRmBgSession
This class represents a Bria-rmbg-2.0 session, which is a subclass of BaseSession.
rembg/sessions/bria_rmbg.py:12
ClassCommonQueryParams
rembg/commands/s_command.py:111
ClassCommonQueryPostParams
rembg/commands/s_command.py:156
ClassDisCustomSession
This is a class representing a custom session for the Dis model.
rembg/sessions/dis_custom.py:12
ClassDisSession
This class represents a session for object detection.
rembg/sessions/dis_anime.py:12
ClassDisSession
rembg/sessions/dis_general_use.py:12
ClassReturnType
rembg/bg.py:39
ClassSamSession
This class represents a session for the Sam model. Args: model_name (str): The name of the model. sess_opts (ort.SessionOpti
rembg/sessions/sam.py:127
ClassSiluetaSession
This is a class representing a SiluetaSession object.
rembg/sessions/silueta.py:12
ClassU2netCustomSession
This is a class representing a custom session for the U2net model.
rembg/sessions/u2net_custom.py:13
ClassU2netHumanSegSession
This class represents a session for performing human segmentation using the U2Net model.
rembg/sessions/u2net_human_seg.py:12
ClassU2netSession
This class represents a U2net session, which is a subclass of BaseSession.
rembg/sessions/u2net.py:12
ClassU2netpSession
This class represents a session for using the U2netp model.
rembg/sessions/u2netp.py:12
ClassUnet2ClothSession
rembg/sessions/u2net_cloth_seg.py:57