Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Marigold

Monta Yashi
December 09, 2023

 Marigold

1枚の画像からDepthを推定する、生成系AIのMarigoldを使ってみた話

Monta Yashi

December 09, 2023
Tweet

More Decks by Monta Yashi

Other Decks in Technology

Transcript

  1. こっち! Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation 分かりやすく言うと

    1枚の絵から奥行きを推定するAI (拡散モデル) URL:https://github.com/prs-eth/Marigold
  2. インストール方法(GitHubの手順まま) ▪リポジトリからクローン git clone https://github.com/prs-eth/Marigold.git cd Marigold ▪依存するライブラリをインストール python -m

    venv venv/marigold source venv/marigold/bin/activate pip install -r requirements.txt ▪実行 python run.py --input_rgb_dir 入力フォルダ --output_dir 出力フォルダ *入力フォルダにJpegファイルを突っ込めばOK。