5
3

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.

低品質Jpeg書き出しを繰り返すと出るアーティファクトを除去

アーティファクトJpeg画像
pexels-vincent-rivaud-2233348.jpg

FBCNNの結果
20811b1f-7ee5-4c8d-8dcc-d09b3a373f84.png

アーティファクトが消えています。

FBCNNというモデルを使います。

使い方

・リポジトリをクローン
・事前トレーニング済みモデルをダウンロード
・main_test_fbcnn_color_real.py内のtest_setに自分の画像フォルダを指定して実行

git clone https://github.com/jiaxi-jiang/FBCNN.git
cd FBCNN
wget https://github.com/jiaxi-jiang/FBCNN/releases/download/v1.0/fbcnn_color.pth -P model_zoo
python main_test_fbcnn_color_real.py

🐣


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

Core MLやARKitを使ったアプリを作っています。
機械学習/AR関連の情報を発信しています。

Twitter
Medium
GitHub

5
3
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
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?