Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
49a52801
Commit
49a52801
authored
7 years ago
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10139 from alalek:dnn_rename_caffe_proto_package
parents
e5d1790b
b29893b9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
1 deletion
+2
-1
opencv-caffe.pb.cc
modules/dnn/misc/caffe/opencv-caffe.pb.cc
+0
-0
opencv-caffe.pb.h
modules/dnn/misc/caffe/opencv-caffe.pb.h
+0
-0
caffe_io.hpp
modules/dnn/src/caffe/caffe_io.hpp
+1
-0
opencv-caffe.proto
modules/dnn/src/caffe/opencv-caffe.proto
+1
-1
No files found.
modules/dnn/misc/caffe/opencv-caffe.pb.cc
View file @
49a52801
This diff is collapsed.
Click to expand it.
modules/dnn/misc/caffe/opencv-caffe.pb.h
View file @
49a52801
This diff is collapsed.
Click to expand it.
modules/dnn/src/caffe/caffe_io.hpp
View file @
49a52801
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
modules/dnn/src/caffe/opencv-caffe.proto
View file @
49a52801
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment