Rembgは、u2-netの機械学習モデルをつかった画像切り抜きツールです。
https://github.com/danielgatis/rembg
https://github.com/xuebinqin/U-2-Net
apt update
apt install python3
apt install pip
pip install rembg
公式サイトではこれで動くような記載でしたが、下記を追加しないと動作しませんでした。
pip install filetype watchdog aiohttp gradio asyncer
適当な写真(test.jpg)に対して実行し、結果をtest_out.jpgに出力します。
rembg i ./work/test2.jpg ./work/test_out.jpg