HiKapok / X-Detector

Light-Head RCNN and One Novel Object Detector
Apache License 2.0
113 stars 33 forks source link

cpp psroi pooling can not built #10

Open lucasjinreal opened 6 years ago

lucasjinreal commented 6 years ago

Same error:

oi_align_op.h:25:61: fatal error: third_party/eigen3/unsupported/Eigen/CXX11/Tensor: No such file or directory
compilation terminated.
CMake Error at cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o.cmake:220 (message):
  Error generating
  /media/jintain/sg/ai/career/robot/ctirobot/detect/X-Detector/cpp/PSROIPooling/build/CMakeFiles/cuda_compile_4.dir//./cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o

CMakeFiles/ps_roi_align.dir/build.make:84: recipe for target 'CMakeFiles/cuda_compile_4.dir/cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o' failed
make[2]: *** [CMakeFiles/cuda_compile_4.dir/cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o] Error 1
CMakeFiles/Makefile2:72: recipe for target 'CMakeFiles/ps_roi_align.dir/all' failed
make[1]: *** [CMakeFiles/ps_roi_align.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
lucasjinreal commented 6 years ago

How to fix psroi cpp build anyway?

viplix3 commented 5 years ago

Struggling with the same issue, any luck yet?