MrGF / py-faster-rcnn-windows

py-faster-rcnn that can compile on windows directly
MIT License
135 stars 70 forks source link

windows version of faster rcnn pycaffe? #1

Closed hengck23 closed 8 years ago

hengck23 commented 8 years ago

Hi, thank you very much for the release of the python lib in windows. I try to compile the caffe (into pycaffe) from rbgirshick's github site in windows using VS 2013. I made modification and can complete without error and the code runs well in testing. However, in training using ZF_net for end-to-end method, I have "error == cudaSuccess (11 vs. 0) invalid argument". My gpu is titan-X and so it doesn't seems to be insufficient memory error. Do you have any idea what might goes wrong? Do you have a plan to release your windows version of caffe for faster-rcnn?

hengck23 commented 8 years ago

if I compile with the option "compute_52,sm_52", the problem is solved