msracver / Relation-Networks-for-Object-Detection

Relation Networks for Object Detection
MIT License
1.09k stars 190 forks source link

Compile MXNet #45

Open Lixia1221 opened 3 years ago

Lixia1221 commented 3 years ago

compilation terminated. Makefile:393: recipe for target 'build/src/operator/contrib/multibox_detection.o' failed make: [build/src/operator/contrib/multibox_detection.o] Error 1 In file included from /home/fsr/Relation-Networks-for-Object-Detection-master/incubator-mxnet/mshadow/mshadow/tensor.h:16:0, from include/mxnet/./base.h:32, from include/mxnet/operator.h:38, from src/operator/contrib/./deformable_psroi_pooling-inl.h:32, from src/operator/contrib/deformable_psroi_pooling.cc:27: /home/fsr/Relation-Networks-for-Object-Detection-master/incubator-mxnet/mshadow/mshadow/./base.h:147:23: fatal error: cblas.h: 没有那个文件或目录 compilation terminated. Makefile:393: recipe for target 'build/src/operator/contrib/deformable_psroi_pooling.o' failed make: [build/src/operator/contrib/deformable_psroi_pooling.o] Error 1 In file included from /home/fsr/Relation-Networks-for-Object-Detection-master/incubator-mxnet/mshadow/mshadow/tensor.h:16:0, from include/mxnet/./base.h:32, from include/mxnet/operator.h:38, from src/operator/contrib/./psroi_pooling-inl.h:14, from src/operator/contrib/psroi_pooling.cc:28: /home/fsr/Relation-Networks-for-Object-Detection-master/incubator-mxnet/mshadow/mshadow/./base.h:147:23: fatal error: cblas.h: 没有那个文件或目录 compilation terminated. Makefile:393: recipe for target 'build/src/operator/contrib/psroi_pooling.o' failed make: *** [build/src/operator/contrib/psroi_pooling.o] Error 1

FancyFai commented 2 years ago

Hello, I also encountered this problem, I want to ask whether you solved it