2
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.

写真をハイダイナミックレンジにする方法です

pexels-francesco-ungaro-1671324.jpg
2dcd2f35-3e0c-46cb-84cb-7d32b987f3ea.png

機械学習で写真を鮮明に

ローダイナミックレンジの画像を入力するだけで、ハイダイナミックレンジにレタッチしてくれるモデルがあります。
今回はCSRNetを使います。

使い方

CSRNetのリポジトリをクローンし、test_Enhance.ymlの dataroot_LQ を任意の画像ディレクトリに変えます。

python test_CSRNet.py -opt options/test/test_Enhance.yml

これで結果がresultに保存されます。

写真補正アプリケーションに

🐣


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

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

Twitter
Medium
GitHub

2
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
2
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?