Highly Accurate Dichotomous Image Segmentation
Project description
Original Work
Highly Accurate Dichotomous Image Segmentation (ECCV 2022) Xuebin Qin, Hang Dai, Xiaobin Hu, Deng-Ping Fan*, Ling Shao, Luc Van Gool.
Related
Removebg - a Hugging Face Space by gaviego
Installation
pip install dis-bg-remover
Usage
from dis_bg_remover import remove_background
model_path = "PATH TO isnet_dis.onnx"
image_path = "IMAGE PATH"
extracted_img, mask = remove_background(model_path,image_path)
# extracted_img contains the BGRA image with the background removed.
# mask contains the background mask.
Model
Download: HuggingFace
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dis_bg_remover-0.1.2.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for dis_bg_remover-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64b2c747f1ef3ae8bb1128f6302cd86e3a484d9c9950d4146f8bb02d045cfcdb |
|
MD5 | 7dec581935177dda8c0516b6b2ef8863 |
|
BLAKE2b-256 | cf9f9aac9ddca8bc9076928eaa3200b0d270680adb825a10f914887f249e5524 |