Commit 49a52801 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #10139 from alalek:dnn_rename_caffe_proto_package

parents e5d1790b b29893b9
This diff is collapsed.
This diff is collapsed.
......@@ -92,6 +92,7 @@
#ifdef HAVE_PROTOBUF
#include "opencv-caffe.pb.h"
namespace caffe { using namespace opencv_caffe; } // avoid massive renames from caffe proto package
namespace cv {
namespace dnn {
......
......@@ -48,7 +48,7 @@
syntax = "proto2";
package caffe;
package opencv_caffe;
// NVidia's Caffe feature is used to store fp16 weights, https://github.com/NVIDIA/caffe:
// 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