lmb-freiburg / flownet2

FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
https://lmb.informatik.uni-freiburg.de/Publications/2017/IMKDB17/
Other
1k stars 318 forks source link

About compiling on OS X #175

Closed BluebirdStory closed 6 years ago

BluebirdStory commented 6 years ago

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

BluebirdStory commented 6 years ago

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

BluebirdStory commented 6 years ago

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

nikolausmayer commented 6 years ago

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)

BluebirdStory commented 6 years ago

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