Commit dc67cf8cff88aa217be2e21f2c23b240b042d003
1 parent
9c6f437d
Uncommented out specified line
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/classification/caffe.cpp
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | #include <openbr/core/opencvutils.h> | 2 | #include <openbr/core/opencvutils.h> |
| 3 | 3 | ||
| 4 | #include <caffe/caffe.hpp> | 4 | #include <caffe/caffe.hpp> |
| 5 | -//#include <caffe/layers/memory_data_layer.hpp> | 5 | +#include <caffe/layers/memory_data_layer.hpp> |
| 6 | 6 | ||
| 7 | using caffe::Caffe; | 7 | using caffe::Caffe; |
| 8 | using caffe::Net; | 8 | using caffe::Net; |