BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.01k stars 18.71k forks source link

cmake 3.12.4 Python2/3 & OpenCV4 #6855

Closed petersktang closed 4 years ago

petersktang commented 4 years ago

updated CMake build to use FindPython and c++11, changed code to use cv::IMREAD_COLOR for OpenCV4

petersktang commented 4 years ago

rework