0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

画像内の不要物を消す、インペインティングの技術 crfill

Posted at

写真の不要物を消すインペインティングの技術です。

image
i.png

mask
f1a86cfb-1f5d-42eb-a990-f6fdf1bc363c.png

output
39a12cc4-bb23-453b-a10f-f1bb588dbab0.png

使い方

セットアップ。

git clone --single-branch https://github.com/zengxianyu/crfill
cd crfill
git submodule init
git submodule update
sh ./download/download_model.sh
sh ./download/download_data.sh
pip install tqdm

test.sh の --image_dir と --mask_dir を自身のデータのディレクトリに置き換えます。

実行。

sh test.sh

🐣


フリーランスエンジニアです。
お仕事のご相談こちらまで
rockyshikoku@gmail.com

機械学習、ARアプリ(Web/iOS)を作っています。
機械学習/AR関連の情報を発信しています。

Twitter
Medium
GitHub

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?