bigan icon indicating copy to clipboard operation
bigan copied to clipboard

How to use your implementation with my old caffe?

Open ganav opened this issue 8 years ago • 0 comments

Hello Mr I am new with caffe and i have a question about your implementation about RCNN. I have used CNN and now want to combine CNN with LRCN that you have uploaded as below: https://github.com/jeffdonahue/caffe/tree/recurrent

I have an installation issue on windows 10, which is the latest windows installation is as below: C:\Projects> git clone https://github.com/BVLC/caffe.git C:\Projects> cd caffe C:\Projects\caffe> git checkout windows :: Edit any of the options inside build_win.cmd to suit your needs C:\Projects\caffe> scripts\build_win.cmd

But your project does not have scripts\build_win.cmd. In that case how to build your project in windows? I have downloaded build_win.cmd from below link but it continuously gives me errors. https://github.com/BVLC/caffe/blob/windows/scripts/build_win.cmd

Should i build your project or may i take only your RCNN part and paste in my older prebuilt caffe? in that case, would it work correctly or would operate false training?

ganav avatar Sep 05 '17 02:09 ganav