dtmoodie / caffe

Caffe: a fast framework for deep learning. For the most recent version checkout the dev branch. For the latest stable release checkout the master branch.
http://caffe.berkeleyvision.org/
Other
18 stars 4 forks source link

opencv version in ssdv2 #14

Closed lzx1413 closed 7 years ago

lzx1413 commented 7 years ago

good job, the code in branch pva uses cuda opencv to accelerate the speed, could you please tell me the version of opencv you use in the branch?

dtmoodie commented 7 years ago

It was opencv 3.2 built with cuda from source but 3.3 should work as well.

lzx1413 commented 7 years ago

thanks a lot!