mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 04:12:52 +08:00
dnn: rename caffe protobuf package
This commit is contained in:
parent
f8ad289311
commit
1c88a566e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user