LoginSignup
0
1

More than 1 year has passed since last update.

暗い画像をくっきり強化、しかも高画質対応、しかもかんたん、最新低照度強化モデルSCIをつかう

Posted at

元の画像サイズのまま低照度画像を明るく強化したい

高速に高解像度の画像を明るくできるモデルがあればいいなあ、と。

SCIが使える

Pythonでかんたんに使える画像強化モデルです。

使い方

リポジトリをクローンして、
画像フォルダのパスとトレーニング済みの重みパスを指定して、テストスクリプトを実行するだけです。

git clone https://github.com/vis-opt-group/SCI.git
cd SCI
python test.py --data_path data/mydata --model './weights/easy.pt'

重みは、リポジトリで
easy
medium
difficult
の3種類が提供されています。

結果はresultsフォルダに保存されます。

easy

medium

difficult

🐣


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

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

Twitter
Medium
GitHub

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