Commit 1c88a566 authored by Alexander Alekhin's avatar Alexander Alekhin

dnn: rename caffe protobuf package

parent f8ad2893
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
#ifdef HAVE_PROTOBUF #ifdef HAVE_PROTOBUF
#include "opencv-caffe.pb.h" #include "opencv-caffe.pb.h"
namespace caffe { using namespace opencv_caffe; } // avoid massive renames from caffe proto package
namespace cv { namespace cv {
namespace dnn { namespace dnn {
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
syntax = "proto2"; syntax = "proto2";
package caffe; package opencv_caffe;
// NVidia's Caffe feature is used to store fp16 weights, https://github.com/NVIDIA/caffe: // NVidia's Caffe feature is used to store fp16 weights, https://github.com/NVIDIA/caffe:
// Math and storage types // Math and storage types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment