Open seanlis opened 7 years ago
@seanlis, we have some experimental usage with own protocol buffers parser. It may help you because dependency on external protobuf will not require. Would you try to checkeout this branches and give feedback for us? Thanks! OpenCV: https://github.com/opencv/opencv/pull/9106 contrib: https://github.com/opencv/opencv_contrib/pull/1291
System information (version)
Detailed description
While trying to link dnn with a protobuf import library, got about 19 LNK2001 errors:
I have to add
PROTOBUF_USE_DLLS
definition to the compiler to successfully build.Steps to reproduce