-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c95bb61
commit 659f9c3
Showing
1 changed file
with
33 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
# MeshroomMicMac | ||
|
||
![](./assets/banner_meshroomMicmac.jpg) | ||
|
||
MeshroomMicMac is a set of [MicMac](https://github.com/micmacIGN/micmac) nodes and pipelines for [Meshroom](https://github.com/alicevision/Meshroom). | ||
|
||
## Required | ||
|
||
- Install MicMac ([repository](https://github.com/micmacIGN/micmac) or [pre-compiled binaries](https://github.com/micmacIGN/micmac/releases)) | ||
- Install Meshroom ([repository](https://github.com/alicevision/Meshroom) or [pre-compiled binaries](https://github.com/alicevision/Meshroom/releases)) | ||
|
||
*For now, please use MicMac 1.1.1 and Meshroom 2.3.0.* | ||
*For now, please avoid white spaces and special characters in the MicMac installation path.* | ||
|
||
## How to install | ||
|
||
1) Clone this repository: | ||
``` | ||
git clone https://github.com/alicevision/MeshroomMicMac | ||
``` | ||
|
||
2) Add MicMac nodes to Meshroom by setting `MESHROOM_NODES_PATH` environment variable: | ||
``` | ||
MESHROOM_NODES_PATH = path/to/MeshroomMicMac | ||
``` | ||
|
||
3) Add MicMac pipelines to Meshroom by setting `MESHROOM_PIPELINE_TEMPLATES_PATH` environment variable: | ||
``` | ||
MESHROOM_PIPELINE_TEMPLATES_PATH = path/to/MeshroomMicMac/meshroomMicmac/pipelines | ||
``` | ||
|
||
You can now find MicMac nodes and pipelines in Meshroom. | ||
# MeshroomMicMac | ||
|
||
![](./assets/banner_meshroomMicmac.jpg) | ||
|
||
MeshroomMicMac is a set of [MicMac](https://github.com/micmacIGN/micmac) nodes and pipelines for [Meshroom](https://github.com/alicevision/Meshroom). | ||
|
||
## Required | ||
|
||
- Install MicMac ([repository](https://github.com/micmacIGN/micmac) or [pre-compiled binaries](https://github.com/micmacIGN/micmac/releases)) | ||
- Install Meshroom ([repository](https://github.com/alicevision/Meshroom) or [pre-compiled binaries](https://github.com/alicevision/Meshroom/releases)) | ||
|
||
*For now, please use MicMac 1.1.1 and Meshroom 2.3.0.* | ||
|
||
*For now, please avoid white spaces and special characters in the MicMac installation path.* | ||
|
||
## How to install | ||
|
||
1) Clone this repository: | ||
``` | ||
git clone https://github.com/alicevision/MeshroomMicMac | ||
``` | ||
|
||
2) Add MicMac nodes to Meshroom by setting `MESHROOM_NODES_PATH` environment variable: | ||
``` | ||
MESHROOM_NODES_PATH = path/to/MeshroomMicMac | ||
``` | ||
|
||
3) Add MicMac pipelines to Meshroom by setting `MESHROOM_PIPELINE_TEMPLATES_PATH` environment variable: | ||
``` | ||
MESHROOM_PIPELINE_TEMPLATES_PATH = path/to/MeshroomMicMac/pipelines | ||
``` | ||
|
||
You can now find MicMac nodes and pipelines in Meshroom. |