Releases: PIX3LFLUX/MeshroomDFM
Releases · PIX3LFLUX/MeshroomDFM
Initial Release Linux
💥This is the inital release for linux operating systems💥
-
Create a new folder called
MeshroomDFM-v1.0.0and navigate into itmkdir MeshroomDFM-v1.0.0 cd MeshroomDFM-v1.0.0 -
Download the files
wget https://github.com/PIX3LFLUX/MeshroomDFM/releases/download/v1.0.0/install.sh wget https://github.com/PIX3LFLUX/MeshroomDFM/releases/download/v1.0.0/MeshroomDFM-v1.0.0aa wget https://github.com/PIX3LFLUX/MeshroomDFM/releases/download/v1.0.0/MeshroomDFM-v1.0.0ab
-
Execute the install.sh script to extract the archive
bash install.sh
-
Copy the executables to the meshroom binaries folder (replace
<your_meshroom_folder>with the path to the meshroom folder)cp dfm_analyzer dfm_wrapper <your_meshroom_folder>/aliceVision/bin
-
Copy the python-nodes to the meshroom nodes folder (replace
<your_meshroom_folder>with the path to the meshroom folder)cp DeepFeatureMatching.py DeepFeatureMatchingAnalyzer.py DFMImageTree.py <your_meshroom_folder>/lib/meshroom/nodes/aliceVision
Full Changelog: https://github.com/PIX3LFLUX/MeshroomDFM/commits/v1.0.0