Skip to content

Commit

Permalink
filmsim: correct lut construction instructions, thanks olivier!
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Feb 27, 2025
1 parent a603944 commit 451417b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pipe/modules/filmsim/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ git clone https://github.com/andreavolpato/agx-emulsion
python -m venv agx
source agx/bin/activate
cd agx-emulsion
pip install -r requirements
pip install -r requirements.txt
pip install -e .
cd agx-emulsion/agx_emulsion/data/profiles
cd agx_emulsion/data/profiles
wget https://raw.githubusercontent.com/hanatos/vkdt/refs/heads/master/src/pipe/modules/filmsim/mklut-profiles.py
python ./mklut-profiles.py
mkdir -p ~/.config/vkdt/data
Expand Down

0 comments on commit 451417b

Please sign in to comment.