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