Public

Public API documentation for RemBG.

Index

Public Interface

RemBG.removeFunction
remove(img; kwargs...)

Remove background from image.

Examples

remove(img)
remove(img; session=new_session(U2Net))  # or use specific session
source
RemBG.new_sessionFunction
new_session(::MattingModel)

Constructs an InferenceSession object by input type.

Examples

session = new_session(U2Net)
source
RemBG.U2NetConstant

U2NetModel object. U2NetModel is a subtype of MattingModel.

source
RemBG.U2NetpConstant

U2NetpModel object. U2NetpModel is a subtype of MattingModel.

source
RemBG.SiluetaConstant

SiluetaModel object. SiluetaModel is a subtype of MattingModel.

source