Skip to content

Initial Release Linux

Pre-release
Pre-release

Choose a tag to compare

@mirkosprojects mirkosprojects released this 19 Jul 19:11
· 40 commits to main since this release

💥This is the inital release for linux operating systems💥

  1. Create a new folder called MeshroomDFM-v1.0.0 and navigate into it

    mkdir MeshroomDFM-v1.0.0
    cd MeshroomDFM-v1.0.0
  2. 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
  3. Execute the install.sh script to extract the archive

    bash install.sh
  4. 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
  5. 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