ArcherFMY / AFNet

Code for paper in CVPR2019, 'Attentive Feedback Network for Boundary-aware Salient Object Detection'
MIT License
113 stars 20 forks source link

matcaffe 问题 #3

Closed panmyuan closed 5 years ago

panmyuan commented 5 years ago

image 百度查了很多,都没解决这个问题,希望有人可以帮忙解决一下

ArcherFMY commented 5 years ago

This may help you for the hdf5 error https://github.com/BVLC/caffe/issues/4333

Regarding the opencv_imgcodecs error, please check if you have OpenCV 3.0+ installed on your computer. This code has been successfully tested with OpenCV 3.1.0. This link may help you https://github.com/BVLC/caffe/issues/4942

panmyuan commented 5 years ago

ok, i willl try it. Thanks