garrickbrazil / SDS-RCNN

Other
66 stars 22 forks source link

About Modifications #5

Open emrekavur opened 6 years ago

emrekavur commented 6 years ago

Hi,

We are trying to implement your code. We use the Caffe compiled from github.com/BVLC/caffe/tree/windows branch. However Matlab freezes in training section (in train_all(rpn_config, rcnn_config, gpu_id); function).

In readme file of the project, it is written that "modified version of Caffe v1.0" was used. In windows, we cannot build your modified Caffe that provided in project files. Could you write the modified part (or files) of Caffe so that we can change the files in BVLC/caffe/tree/windows and compile them?

Best regards.

KenAdams09 commented 6 years ago

I had the same problem. My solution was looking at the source files (especially for the layers) and changing all files that had a "~" at the end. By the way: Try creating a Caffe log file in train_rpn to see where exactly your code crashes.