We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ad289 commit 1c88a56Copy full SHA for 1c88a56
modules/dnn/src/caffe/caffe_io.hpp
@@ -92,6 +92,7 @@
92
#ifdef HAVE_PROTOBUF
93
94
#include "opencv-caffe.pb.h"
95
+namespace caffe { using namespace opencv_caffe; } // avoid massive renames from caffe proto package
96
97
namespace cv {
98
namespace dnn {
modules/dnn/src/caffe/opencv-caffe.proto
@@ -48,7 +48,7 @@
48
49
syntax = "proto2";
50
51
-package caffe;
+package opencv_caffe;
52
53
// NVidia's Caffe feature is used to store fp16 weights, https://github.com/NVIDIA/caffe:
54
// Math and storage types
0 commit comments