mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 02:37:26 +02:00
[doc] INSTALL: Add info about the semantic segmentation model
This commit is contained in:
parent
86f143c67e
commit
b5e7872c48
1 changed files with 3 additions and 0 deletions
|
@ -14,12 +14,15 @@ Provided in AliceVision source tree: {ALICEVISION_REPOSITORY}/src/aliceVision/se
|
||||||
It can be downloaded [here](https://gitlab.com/alicevision/trainedVocabularyTreeData/raw/master/vlfeat_K80L3.SIFT.tree).
|
It can be downloaded [here](https://gitlab.com/alicevision/trainedVocabularyTreeData/raw/master/vlfeat_K80L3.SIFT.tree).
|
||||||
* sphere detection model (optional): for the automated sphere detection in stereo photometry.
|
* sphere detection model (optional): for the automated sphere detection in stereo photometry.
|
||||||
It can be downloaded [here](https://gitlab.com/alicevision/SphereDetectionModel/-/raw/main/sphereDetection_Mask-RCNN.onnx).
|
It can be downloaded [here](https://gitlab.com/alicevision/SphereDetectionModel/-/raw/main/sphereDetection_Mask-RCNN.onnx).
|
||||||
|
* semantic segmentation model (optional): for the semantic segmentation of objects.
|
||||||
|
It can be downloaded [here](https://gitlab.com/alicevision/semanticSegmentationModel/-/raw/main/fcn_resnet50.onnx).
|
||||||
|
|
||||||
Environment variables must be set for Meshroom to find those files:
|
Environment variables must be set for Meshroom to find those files:
|
||||||
```
|
```
|
||||||
ALICEVISION_SENSOR_DB=/path/to/database
|
ALICEVISION_SENSOR_DB=/path/to/database
|
||||||
ALICEVISION_VOCTREE=/path/to/voctree
|
ALICEVISION_VOCTREE=/path/to/voctree
|
||||||
ALICEVISION_SPHERE_DETECTION_MODEL=/path/to/detection/model
|
ALICEVISION_SPHERE_DETECTION_MODEL=/path/to/detection/model
|
||||||
|
ALICEVISION_SEMANTIC_SEGMENTATION_MODEL=/path/to/segmentation/model
|
||||||
ALICEVISION_ROOT=/path/to/AliceVision/install/directory
|
ALICEVISION_ROOT=/path/to/AliceVision/install/directory
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue