You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: