Skip to content

Commit

Permalink
[DetectNetTransform] Build with GPU and w/o OpenCV
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyeager committed Oct 12, 2016
1 parent fe72427 commit 7af32cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/caffe/layers/detectnet_transform_layer.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifdef USE_OPENCV

#include <math.h>
#include <math_constants.h>
#include <opencv2/core/core.hpp>
Expand Down Expand Up @@ -430,3 +432,5 @@ INSTANTIATE_LAYER_GPU_FUNCS(DetectNetTransformationLayer);


} // namespace caffe

#endif

0 comments on commit 7af32cd

Please sign in to comment.