Python资源
OCR资源
OCR研究领域——Github论文工具整理
OCR
CRNN
在公司的离线环境下安装CRNN遇到很多问题,主要是在安装fblualib时,要求安装folly时无法成功编译cxx11的语法。尝试使用自己安装的glog,gflas,protobuf,更新了boost库,之后还是无法安装folly,前后倒腾了1个星期,只得放弃。错误信息贴出如下。
/home/20798/folly/folly/.libs/libfolly.so: undefined reference to `boost::match_results<__gnu_cxx::__normal_iterator<char const *, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<boost::sub_match<__gnu_cxx::normal_iterator> > > > >::maybe_assign(boost::match_results<__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<boost::sub_match<__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > > const&)`
这里对安装过程中遇到的问题进行一些总结。
glog安装的是v0.3.2
git clone https://github.com/google/glog -b v0.3.2
gflags安装的是v2.1.0
git clone https://github.com/gflags/gflags -b v2.1.0
protobuf是github上最新的版本,boost下载的版本是1.66.0,gcc安装的是4.8.4
Shell资源
数据集
coco
pycococreator
Create your own COCO-style datasets
coco数据集标注文件json格式化查看