As of this writing, that’s CUDA 10.1, which is only officially compatible with OS X 10.13 (High Sierra), so you may also need to upgrade to the latest version of High Sierra (but not Mojave!) if you haven’t already. Download MacOS High Sierra (from apple site) How to install MacOS High Sierra on Virtual Machine. First of all, download and install VirtualBox or Vmware on your computer (Windows or any other) And then download the MacOS high sierra. This file will be in zip format. And so you need to extract it by using WinRAR or any other tool. When I Go back to the macOS Utilities screen and Select Install macOS and then click the Continue button to get the Install macOS High Sierra window and then click Continue on that, I get a message box saying “The recovery server could not be contacted” I have no idea what that signifies but I am connected to the internet.
- Install Macos High Sierra Virus
- Install Mac Os High Sierra
- Installing Macos High Sierra Disk Is Locked
Most of macOS workstations do not have any NVIDIA graphic boards, hence they cannot run CUDA, for MVS part.So compiling and using Meshroom isnot exactly straightforward.However, Ryan Baumann has compiled his ownHomebrew tap which includesthe necessary formulae, and you can use this post to get an idea of how to usethem to get up and running. Note that this is intended as a first stepfor Mac users wishing to experiment with and improve theAliceVision/Meshroom software, and as a result these instructions maybecome outdated with time.
System Requirements¶
First off, your Mac will currently need some NVIDIA GPU with a CUDAcompute capability of 2.0 or greater. This is probably a pretty smallportion of all Macs available, but you can check your GPU by looking in“About This Mac” from the Apple icon in the top left corner of thescreen, under “Graphics”. If you have an NVIDIA GPU listed there, youcan check its compute capability on the NVIDIA CUDA GPUspage.
Install Macos High Sierra Virus
Second, you’re going to need to install the latest CUDAtoolkit. As of thiswriting, that’s CUDA 10.1, which is only officially compatible with OS X10.13 (High Sierra), so you may also need to upgrade to the latestversion of High Sierra (but not Mojave!) if you haven’t already.Alongside this it is aloso suggested to instal the latest NVIDIA CUDA GPUwebdriver, which as of this writing is387.10.10.10.40.118.
Third, CUDA 10.1 is only compatible with the version of ``clang`distributed with Xcode10.1 <https://docs.nvidia.com/cuda/cuda-installation-guide-mac-os-x/index.html>`__,and will refuse to compile against anything else. You may have an olderor newer version of Xcode installed. As of this writing, if you fullyupdate Xcode within a fully updated OS X install, you’ll have Xcode10.1. To get back to Xcode 10.1, what you can do is go to Apple’sDeveloper Downloads page(for which you’ll need a free Apple developer account), then search for“Xcode 10.1”, then install the Command Line Tools for Xcode 10.1 packagefor your OS version. After installing, runsudoxcode-select--switch/Library/Developer/CommandLineTools
andthen verify that clang--version
showsAppleLLVMversion10.0.0
.
Once you’ve done all this, you can verify a working CUDA install bygoing to /Developer/NVIDIA/CUDA-10.1/samples/1_Utilities/deviceQuery
and running sudomake&&./deviceQuery
, which should output your GPUinformation. If it doesn’t build correctly (i.e. you seenvccfatal:Theversion('??.?')ofthehostcompiler('Appleclang')isnotsupported
),or deviceQuery
errors or doesn’t list your GPU, you may need to lookover the steps above and check that everything is up to date (you canalso check the CUDA panel in System Preferences).
The following instructions also assume a workingHomebrew install.
Install Mac Os High Sierra
macOS Installation¶
If you’ve followed all the above setup instructions and requirements,installing the AliceVision libraries/framework should be as easy as:
Meshroom Installation & Usage¶
This tutorial does not provide a Homebrew formulae for the Meshroom packageitself, as it’s all Pythonand doesn’t seem particularly difficult to install/use once AliceVisionis installed and working correctly. Just follow the install instructionsthere (for my specific Python configuration/installation I used pip3
instead of pip
and python3
instead of python
):
Note
The CUDA-linked AliceVision binaries invoked by Meshroom don’t automatically find the CUDA libraries on the DYLD_LIBRARY_PATH
, and setting the DYLD_LIBRARY_PATH
from the shell launching Meshroom doesn’t seem to get the variable passed into the shell environment Meshroom uses to spawn commands. Without this, you’ll get an error like:
In order to get around this, you can symlink the CUDA libraries into/usr/local/lib
(most of the other workarounds I found forpermanently modifying the DYLD_LIBRARY_PATH
seemed more confusing orfragile than this simplerapproach):1
You can undo/uninstall this with:
You may also want to download the voctree dataset:
Then launch with:
Import some photos, click “Start”, wait a while, and hopefully youshould end up with a reconstructed and textured mesh (here’s an exampleof my own which I uploaded to SketchFab). Bydefault, the output will be in MeshroomCache/Texturing/
(relative towhere you saved the project file).
By default, the output will be in MeshroomCache/Texturing/(relative to where you saved the project file).
When you launch Meshroomwithoutsudo, the temp path will be something like this:
When starting with sudo, it will be /tmp/MeshroomCache by default
Footnotes:¶
Previously, I suggested modifying
meshroom/core/desc.py
so thatthe return value at the end of the ``buildCommandLine`method <https://github.com/alicevision/meshroom/blob/develop/meshroom/core/desc.py#L368>`__instead reads:` <https://ryanfb.github.io/etc/2018/08/17/alicevision_and_meshroom_on_mac_os_x.html#fnref:dyldpath>`__
Originally published on 2018-08-17 by RyanBaumann
This guide was updated on 2019-03-20 to reflect the latest CUDA 10.1 andXcode 10.1 versions. The Homebrew formula was also updated toAliceVision 2.1.0 to support Meshroom 2019.1.0.
Modified for the Meshroom documentation 2019-07-25
Baumann, Ryan. “AliceVision and Meshroom on Mac OS X.” Ryan Baumann -/etc (blog), 17 Aug 2018,https://ryanfb.github.io/etc/2018/08/17/alicevisionandmeshroomonmacosx.html(accessed 25 Jul 2019).
Carbon Copy Cloner requires macOS. CCC will not run on Windows.
Carbon Copy Cloner 5 is the latest version available. Users running Yosemite (10.10), El Capitan (10.11), Sierra (10.12), High Sierra (10.13), Mojave (10.14), or Catalina (10.15) should use this version of CCC. If you are having trouble downloading CCC from the link above, try this alternate download location.
Upgrading from CCC 4? CCC 5 is a paid upgrade. CCC 4 Personal and Household licenses purchased prior to May 22, 2017 are eligible for upgrade pricing. When you open CCC 5, it will automatically retrieve your new license or an upgrade coupon that you can use to purchase CCC 5 at 50% off. CCC 4 licenses purchased on or after May 22, 2017 are eligible for a free CCC 5 upgrade license.
CCC 5: Support for macOS 11 Big Sur
CCC 5.1.22 (and later) is qualified for macOS 11 Big Sur. Open CCC and choose 'Check for updates...' from the Carbon Copy Cloner to get the update, or click the 'Download CCC 5' button above. Please take a moment to review the following resources prior to upgrading to macOS Big Sur:
Installing Macos High Sierra Disk Is Locked
Carbon Copy Cloner 4.1.24 is compatible with Mountain Lion (10.8), Mavericks (10.9), Yosemite (10.10), El Capitan(10.11), Sierra (10.12) and High Sierra (10.13). Note that while this version of CCC may work on El Capitan and newer OSes, we recommend that El Capitan+ users upgrade to CCC 5. We offer technical support for CCC 4, but we are no longer actively developing it. If you are having trouble downloading CCC from the link above, try this alternate download location.
CCC 4 and Mojave+: CCC 4 is qualified up to macOS High Sierra. CCC 4 license holders are welcome to continue using CCC 4 on later OSes with the understanding that this is an untested and unsupported configuration. CCC 5 is fully qualified on macOS Mojave and offers extensive support for APFS, including support for point-in-time restores via APFS filesystem snapshots.
Unsupported Versions
Download CCC 3.5.7 for use on Snow Leopard (10.6) and Lion (10.7). Download CCC 3.4.7 for use on Tiger (10.4) and Leopard (10.5). CCC 3.4.7 and 3.5.7 are provided as-is; we regret that we cannot offer any support for the installation or use of these older versions of CCC.