weichengkuo / DeepBox

Code release for DeepBox paper in ICCV 2015
Other
128 stars 57 forks source link

caffe-fast-rcnn missing folders and files -> build errors #7

Open thomasklau opened 7 years ago

thomasklau commented 7 years ago

Hi,

The caffe-fast-rcnn is missing the 'matlab' and 'examples' folder. Also, 'format.hpp' is missing from 'caffe-fast-rcnn/src/caffe/util'. I'm building on Ubuntu 16.04 with a NVIDIA GTX 1080.

It would be great if this could get fixed so that others can more easily install DeepBox. With these changes, I was able to build caffe-fast-rcnn.

Thomas

Adityakunwar commented 7 years ago

I am getting the same error. Did you fix this error?

Adityakunwar commented 7 years ago

What changes did you make in caffe-fast-rcnn to build it successfully. I have installed caffe on my machine and I also followed the same installation steps for caffe-fast-rcnn but it gives me an error : missing 'matlab' and 'examples' folder.