快速R-CNN:运行demo.py

时间:2016-06-22 11:09:39

标签: python python-2.7 caffe pycaffe

我是卡菲的乞讨者。我试图运行快速R-CNN演示代码,我能够执行到我应该运行的点 ./ tools / demo.py ,我遇到了这个错误:

try:
    self.cursor.execute(sql,data)
    records = self.cursor.fetchall()

任何帮助都会很高兴。

1 个答案:

答案 0 :(得分:0)

使用c++filt实用程序检查“未定义的符号”_ZN2cv8imencodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS_11_InputArrayERSt6vectorIhSaIhEERKSB_IiSaIiEE会显示该函数

cv::imencode(std::__cxx11::basic_string<char, std::char_traits<char>,  
             std::allocator<char> > const&, cv::_InputArray const&, 
             std::vector<unsigned char, std::allocator<unsigned char> >&, 
             std::vector<int, std::allocator<int> > const&)

缺失。

此功能是opencv的一部分 尝试在您的计算机上重新安装opencv。