DigitalGlobe / GGD-OpenSpaceNet

General CLI for DeepCore
Apache License 2.0
15 stars 5 forks source link

Bug with Dependencies upstream of Caffe #248

Closed geovations closed 7 years ago

geovations commented 7 years ago

Cmake isn't passing the upstream dependencies from Caffe upward to apps. I've added the necessary ones, but a fix will need to be made in DeepCore

geovations commented 7 years ago

Per Caffe's own cmake file, you have to invoke OpenCV before trying to find caffe. This seems stupid, but is documented in the cmake file if you read it.