From 9388a63c2f4d49dbd71846c626ad4973c6e4ea5e Mon Sep 17 00:00:00 2001 From: demoulinv <99878110+demoulinv@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:10:00 +0200 Subject: Update INSTALL.md --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 24756a48..79e148b4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,7 +9,7 @@ To build AliceVision, follow this [guide](https://github.com/alicevision/AliceVi Meshroom also relies on specific files provided with AliceVision. * sensor database: a text database of sensor width per camera model. -Provided in AliceVision source tree: {ALICEVISION_ROOT}/src/aliceVision/sensorDB/cameraSensors.db +Provided in AliceVision source tree: {ALICEVISION_REPOSITORY}/src/aliceVision/sensorDB/cameraSensors.db * voctree (optional): for larger datasets (>200 images), greatly improves image matching performances. It can be downloaded [here](https://gitlab.com/alicevision/trainedVocabularyTreeData/raw/master/vlfeat_K80L3.SIFT.tree). @@ -17,6 +17,7 @@ Environment variables must be set for Meshroom to find those files: ``` ALICEVISION_SENSOR_DB=/path/to/database ALICEVISION_VOCTREE=/path/to/voctree +ALICEVISION_ROOT=/path/to/AliceVision/install/directory ``` ### Python Environment -- cgit v1.2.3