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
您好,想问一下,我在执行的时候就Segment fault了,对应core文件堆栈信息如下:
#0 0x00007f034d5bc8f3 in _int_malloc () at /lib64/libc.so.6 #1 0x00007f034d5bf84c in malloc () at /lib64/libc.so.6 #2 0x00007f0346d8fe9a in mkl_serv_malloc () at /home/jwy/caffe-1.1.2/./external/mkl/mklml_lnx_2019.0.20180710//lib/libmklml_intel.so #3 0x00007f0382bed9ba in caffe::SyncedMemory::mutable_cpu_data() () at /usr/local/lib64/libcaffe.so.1.1.2 #4 0x00007f0382c10972 in caffe::Blob::mutable_cpu_data() () at /usr/local/lib64/libcaffe.so.1.1.2 #5 0x00007f0382c5bd69 in caffe::SoftmaxLayer::Forward_cpu(std::vector<caffe::Blob, std::allocator<caffe::Blob> > const&, std::vector<caffe::Blob, std::allocator<caffe::Blob> > const&) () at /usr/local/lib64/libcaffe.so.1.1.2 #6 0x00007f0382b0cc02 in caffe::Net::ForwardFromTo(int, int) () at /usr/local/lib64/libcaffe.so.1.1.2 #7 0x00007f0382b0ce55 in caffe::Net::Forward(float*) () at /usr/local/lib64/libcaffe.so.1.1.2 #8 0x00007f03830f4bca in Impl::Stage1(cv::Mat, cv::Mat, boost::shared_ptr<caffe::Net >&, float) (this=this@entry=0x2436de0, img=..., imgPad=..., net=..., thres=thres@entry=0.370000005) at PCN.cpp:330 #9 0x00007f03830f5806 in PCN::DetectFace(cv::Mat) (this=this@entry=0x7ffc151804c0, img=...) at PCN.cpp:94 #10 0x0000000000408072 in main() () at picture.cpp:22
其中PCN.cpp的330行对应的程序为 net->Forward();
想问一下是因为我装的caffe的问题,还是模型存在问题,方便的话,可以QQ联系,我的QQ:1363017608,谢谢啦~
The text was updated successfully, but these errors were encountered:
您好,想问一下,我在执行的时候就Segment fault了,对应core文件堆栈信息如下:
#0 0x00007f034d5bc8f3 in _int_malloc () at /lib64/libc.so.6
#1 0x00007f034d5bf84c in malloc () at /lib64/libc.so.6
#2 0x00007f0346d8fe9a in mkl_serv_malloc () at /home/jwy/caffe-1.1.2/./external/mkl/mklml_lnx_2019.0.20180710//lib/libmklml_intel.so
#3 0x00007f0382bed9ba in caffe::SyncedMemory::mutable_cpu_data() () at /usr/local/lib64/libcaffe.so.1.1.2
#4 0x00007f0382c10972 in caffe::Blob::mutable_cpu_data() () at /usr/local/lib64/libcaffe.so.1.1.2
#5 0x00007f0382c5bd69 in caffe::SoftmaxLayer::Forward_cpu(std::vector<caffe::Blob, std::allocator<caffe::Blob> > const&, std::vector<caffe::Blob, std::allocator<caffe::Blob> > const&) () at /usr/local/lib64/libcaffe.so.1.1.2
#6 0x00007f0382b0cc02 in caffe::Net::ForwardFromTo(int, int) () at /usr/local/lib64/libcaffe.so.1.1.2
#7 0x00007f0382b0ce55 in caffe::Net::Forward(float*) () at /usr/local/lib64/libcaffe.so.1.1.2
#8 0x00007f03830f4bca in Impl::Stage1(cv::Mat, cv::Mat, boost::shared_ptr<caffe::Net >&, float) (this=this@entry=0x2436de0, img=..., imgPad=..., net=..., thres=thres@entry=0.370000005) at PCN.cpp:330
#9 0x00007f03830f5806 in PCN::DetectFace(cv::Mat) (this=this@entry=0x7ffc151804c0, img=...) at PCN.cpp:94
#10 0x0000000000408072 in main() () at picture.cpp:22
其中PCN.cpp的330行对应的程序为 net->Forward();
想问一下是因为我装的caffe的问题,还是模型存在问题,方便的话,可以QQ联系,我的QQ:1363017608,谢谢啦~
The text was updated successfully, but these errors were encountered: