Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielgatis/rembg
/ types & classes
Types & classes
24 in github.com/danielgatis/rembg
⨍
Functions
104
◇
Types & classes
24
↳
Endpoints
5
↓ 1 callers
Class
EventHandler
rembg/commands/p_command.py:198
Class
BaseSession
This is a base class for managing a session with a machine learning model.
rembg/sessions/base.py:10
Class
BenCustomSession
This is a class representing a custom session for the Ben model.
rembg/sessions/ben_custom.py:12
Class
BiRefNetSessionCOD
This class represents a BiRefNet-COD session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_cod.py:8
Class
BiRefNetSessionDIS
This class represents a BiRefNet-DIS session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_dis.py:8
Class
BiRefNetSessionGeneral
This class represents a BiRefNet-General session, which is a subclass of BaseSession.
rembg/sessions/birefnet_general.py:12
Class
BiRefNetSessionGeneralLite
This class represents a BiRefNet-General-Lite session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_general_lite.py:8
Class
BiRefNetSessionHRSOD
This class represents a BiRefNet-HRSOD session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_hrsod.py:8
Class
BiRefNetSessionMassive
This class represents a BiRefNet-Massive session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_massive.py:8
Class
BiRefNetSessionPortrait
This class represents a BiRefNet-Portrait session, which is a subclass of BiRefNetSessionGeneral.
rembg/sessions/birefnet_portrait.py:8
Class
BriaRmBgSession
This class represents a Bria-rmbg-2.0 session, which is a subclass of BaseSession.
rembg/sessions/bria_rmbg.py:12
Class
CommonQueryParams
rembg/commands/s_command.py:111
Class
CommonQueryPostParams
rembg/commands/s_command.py:156
Class
DisCustomSession
This is a class representing a custom session for the Dis model.
rembg/sessions/dis_custom.py:12
Class
DisSession
This class represents a session for object detection.
rembg/sessions/dis_anime.py:12
Class
DisSession
rembg/sessions/dis_general_use.py:12
Class
ReturnType
rembg/bg.py:39
Class
SamSession
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
Class
SiluetaSession
This is a class representing a SiluetaSession object.
rembg/sessions/silueta.py:12
Class
U2netCustomSession
This is a class representing a custom session for the U2net model.
rembg/sessions/u2net_custom.py:13
Class
U2netHumanSegSession
This class represents a session for performing human segmentation using the U2Net model.
rembg/sessions/u2net_human_seg.py:12
Class
U2netSession
This class represents a U2net session, which is a subclass of BaseSession.
rembg/sessions/u2net.py:12
Class
U2netpSession
This class represents a session for using the U2netp model.
rembg/sessions/u2netp.py:12
Class
Unet2ClothSession
rembg/sessions/u2net_cloth_seg.py:57