Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemoulinv <99878110+demoulinv@users.noreply.github.com>2022-10-21 18:10:00 +0300
committerGitHub <noreply@github.com>2022-10-21 18:10:00 +0300
commit9388a63c2f4d49dbd71846c626ad4973c6e4ea5e (patch)
tree9b03a1a0ba84e74b13357acb04067c0ce8be232e
parenta0068c3da4c4f120e849416d90a5683c35cdf994 (diff)
Update INSTALL.md
-rw-r--r--INSTALL.md3
1 files changed, 2 insertions, 1 deletions
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