0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

お題は不問!Qiita Engineer Festa 2024で記事投稿!
Qiita Engineer Festa20242024年7月17日まで開催中!

Transparent Backgroundでの背景透過がいい感じだった!

Last updated at Posted at 2024-07-15

背景透過ツールの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

これが…
test1.jpg
こう!
test1_rgba.png
なかなかいい感じ!

これも…
test2.jpg
こう!
test2_rgba.png
結構いい感じ!

これは…
images07.jpg
こう
images07_rgba.png
失敗するパターンもありますね…。

※画像貼ると透過部分は白で補完されてしまっていますが実際は透過画像になっています。

ちょっと甘い部分はありますが、個人的にはこれだけできれば満足です。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?