mahyarnajibi / SNIPER

SNIPER / AutoFocus is an efficient multi-scale object detection training / inference algorithm
Other
2.69k stars 450 forks source link

Cannot build mxnet when USE_CUDA=0 #167

Closed santoshreddy254 closed 4 years ago

santoshreddy254 commented 4 years ago

I was not able to build SNIPER-mxnet when disabling CUDA. Following error raises src/operator/multi_proposal.cc:35:10: fatal error: thrust/sort.h: No such file or directory

include <thrust/sort.h>

      ^~~~~~~~~~~~~~~

compilation terminated. Makefile:392: recipe for target 'build/src/operator/multi_proposal.o' failed make: [build/src/operator/multi_proposal.o] Error 1 make: Waiting for unfinished jobs....

ten1er commented 4 years ago

hi @santoshreddy254 , I met same problem, have you solved it?