Faster-rcnn icon indicating copy to clipboard operation
Faster-rcnn copied to clipboard

what can I do if i don't have nvcc and cuda?

Open arieszhang1994 opened this issue 6 years ago • 1 comments

i just tried to compile but failed because i don't have cuda in my laptop, And I find roi_pooling.c and roi_pooling_cuda.c in the folder under lib, so I think maybe this code can be used without cuda. How can i change the make.sh to run without cuda?

arieszhang1994 avatar Oct 19 '18 05:10 arieszhang1994

@Arieszhang1994 I did not write the whole code.I just simplify it. The origin code is https://github.com/jwyang/faster-rcnn.pytorch.git, you can have a look at it. But I think it was hard to use the roi-polling without cuda,the computation is too large to run on a cpu ><!

Liu-Yicheng avatar Oct 25 '18 13:10 Liu-Yicheng