背景透過ツールのTransparent Backgroundを使ってみたらなかなかいい感じだったので紹介です。
Install
Install from localで入れました。
git clone https://github.com/plemeri/transparent-background.git
cd transparent-backbround
pip --extra-index-url https://download.pytorch.org/whl/cu118 install .
Command Line
私はCommand Lineからの使用で試してみました。
# for apple silicon mps backend, use "PYTORCH_ENABLE_MPS_FALLBACK=1" before the command (requires torch >= 1.13)
$ transparent-background --source [SOURCE]
$ transparent-background --source [SOURCE] --dest [DEST] --threshold [THRESHOLD] --type [TYPE] --ckpt [CKPT] --mode [MODE] (--fast) (--jit)
引数の詳細はgithubをご確認ください。
GUIやPython APIもあるようなので
試してみたいですね。
Example
※画像貼ると透過部分は白で補完されてしまっていますが実際は透過画像になっています。
ちょっと甘い部分はありますが、個人的にはこれだけできれば満足です。