lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks

Home Page:https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About compiling on OS X

BluebirdStory opened this issue · comments

Hi, I am now compiling your version of caffe on OS X, and I encounter this issue that I can not figure out:
nvcc fatal : GNU C/C++ compiler is no longer supported as a host compiler on Mac OS X.

for more details:
2018-11-13 8 17 24
many thanks

Or say your version of caffe just does not support compiling on OS X, thank you

Right by the way, I am compiling your version of caffe on OS X 10.12.3, and in a conda virtual environment. The conda version is 4.3.27

We do not support OS X builds, sorry. I guess you could try CLANG or whatever host compiler NVCC supports on OS X, but that might just bring in its own host of problems.
You might be able to run FlowNet2 in Docker — if OS X supports GPU passthrough (which I do not know)

All right, I guess it explains everything, but thank you anyway, appreciate for your contribution! @nikolausmayer