Hongkai Yu
Hongkai Yu
I got the same problem. When I run script_faster_rcnn_demo.m for the first time, code is running successfully and the results for the five sample images are very amazing. But when...
Thanks. I try your method and it does not work for me. Matlab crashes again and give the following error information in the terminal: [libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already exists...
Update. I fixed this problem. I did exactly as hasanirtiza told me except putting caffe.reset_all() in the top. But, we need to do one more thing. I commented the line...
I have the same problem in linux. Changing "\\" to '/' in the prototxt file fixes this bug.
Problem solved: https://github.com/ShaoqingRen/faster_rcnn/issues/112#issuecomment-273279959