Skip to content

Commit

Permalink
removed unused OpenCV GPU dependency (PR #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolausmayer committed Aug 15, 2017
1 parent ae73e39 commit 42ebbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/layers/resample_layer.cu
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "caffe/util/math_functions.hpp"

#include <opencv2/opencv.hpp>
#include <opencv2/gpu/gpu.hpp>
//#include <opencv2/gpu/gpu.hpp>

namespace caffe {

Expand Down

0 comments on commit 42ebbe8

Please sign in to comment.