linzert

Results 6 comments of linzert

@zirohut Do you solve your problems?I have the selective_search_ijcv_with_python files in caffe/python/caffe,and runned the demo.m,but when I run python selective_search.py,I got the error message "OSError: [Errno 2] No such file...

@zirohut Firstly,thanks for your reply.But in the selective_search.py file,there is not any path only "script_dirname=os.path.abspath(os.path.dirname(**file**))",I donnot know how to set the path.Could you please elaborate it?

@zirohut Acturally it's the OSError.In the main function the image_filenames is correct and they are default in the selective_search_ijcv_with_python file.I think the error may be in other places but not...

Hi, I have the same question with swamiviv,but I don't know where my LMDB is,I just install it by 'sudo apt-get install liblmdb-dev'

@swamiviv Thanks for your reply!Just as you know,caffe should depend on lmdb and we install lmdb by apt-get install on linux,I tried all the path list on 'locate _lmdb_' but...

@kyamagu First,thanks for your reply!After downloading the wrapper,I put it in the path $MATLAB-LMDB,unpack it and configure the Makefile.Then I do this in the terminal: cd $MATLAB-LMDB make make test...