backgroundremover 如何引用指定位置模型
时间: 2023-03-24 18:04:25 浏览: 76
BackgroundRemover-1.5.zip
你可以使用以下代码引用指定位置的模型:
from backgroundremover import BackgroundRemover
model_path = "/path/to/model"
br = BackgroundRemover(model_path=model_path)
其中,model_path 是你指定的模型位置。
阅读全文