niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

Assertion failed when I use compute_image_mean.exe #78

Open YunLexi opened 9 years ago

YunLexi commented 9 years ago

When I use compute_image_mean.exe to compute means of images, it always occured assertion failed. Then I delete the iterator "it" in compute_image_mean.cpp when I use it, this problem is solved. It may because the leveldb I used is an old edition.