KleinYuan / Caffe2-iOS

Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
MIT License
227 stars 45 forks source link

'caffe2/core/predictor.h' file not found #22

Closed varunlakshmanan closed 6 years ago

varunlakshmanan commented 6 years ago

I am trying to run Caffe2-iOS (the 2-0-stable version), and have followed the installation tutorial. When I build for the first time (without connecting a device), I'm getting the error described in the title:

'caffe2/core/predictor.h' file not found

What is the problem?

varunlakshmanan commented 6 years ago

To clarify, I am trying to build the program without a device connected. The error is occurring in the Caffe2.mm file.