はじめに
前回「StableVideo」について記事を書きました。touch-sp.hatenablog.com
自前の動画を元動画として使用する場合には事前学習が必要になります。
それを行うのが「layered-neural-atlases」です。
環境
Ubuntu 20.04 on WSL2 CUDA 11.6 Python 3.8
Python環境構築
pip install -U setuptools wheel pip install -r https://raw.githubusercontent.com/dai-ichiro/myEnvironments/main/layered-neural-atlases/requirements_cu116.txt pip install git+https://github.com/facebookresearch/detectron2
リポジトリのクローンとモデルのダウンロード
git clone https://github.com/ykasten/layered-neural-atlases cd layered-neural-atlases git submodule update --init cd thirdparty/RAFT/ ./download_models.sh