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 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?
The text was updated successfully, but these errors were encountered:
@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 ><!
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?
The text was updated successfully, but these errors were encountered: