原创 tensorflow中的tensorflow.python.framework.errors_impl.NotFoundError 錯誤及解決方法

在使用tensorflow是,出現tensorflow.python.framework.errors_impl.NotFoundError錯誤 python extract_features.py --config_file=/mod

原创 使用google的Bert獲得中文的詞向量

使用google的Bert獲得中文的詞向量Bret介紹下載代碼和模型 Bret介紹 Bret是Google2018年推出的最新的詞向量訓練工具,在nlp領域各個問題的性能上均有大幅提升,是nlp領域具有變革型的一項工作。已經有大量

原创 在win10 64位系統下安裝 LightGBM

安裝過程參考 https://lightgbm.readthedocs.io/en/latest/Installation-Guide.htmlInstall Git for Windows, CMake and MinGW-w64.

原创 字符識別OCR(optical character recognition)經典框架解析

字符識別通常包含2個階段: 1.字符檢測(detection) 2.字符識別(recognition) 一.檢測 檢測常用的框架包括:R-CNN ,fast R-CNN,faster R-CNN,YOLO,SDD等框架。但是由於字

原创 VGG_VOC0712_SSD_300x300_train

name: “VGG_VOC0712_SSD_300x300_train” layer { name: “data” type: “AnnotatedData” top: “data” top: “label”

原创 CVPR,ECCV,ICCV14-17年視覺目標追蹤論文彙總

近三年來計算機數據三大頂會有關單目標視覺追蹤的文章彙總 2017CVPR CVPR-17-1-Superpixel-Based Tracking-By-Segmentation Using Markov Chain CVPR-17-

原创 VGG_VOC0712_SSD_300x300_deploy

name: “VGG_VOC0712_SSD_300x300_deploy” input: “data” input_shape { dim: 1 dim: 3 dim: 300 dim: 300 } la

原创 caffe中常見層的用法以及參數

caffe中常見的一些層的用法,和參數配置 官方文檔 http://caffe.berkeleyvision.org/tutorial/layers.html 1.Reshape 改變輸入數據的維度 常見配置如下: layer {

原创 ssd

from __future__ import print_function import caffe from caffe.model_libs import * from google.protobuf import text_form

原创 Ububtu14.04 配置caffe+cuda

Ubuntu配置caffe可以分爲一下幾個步驟: 1.安裝開發依賴包 sudo apt-get install build-essential sudo apt-get install vim cmake git sudo apt-ge

原创 文字檢測與識別資源

http://blog.csdn.net/peaceinmind/article/details/51387367 Towards End-to-end Text Spotting with Convolutional Recurre

原创 調試faster_rcnn及常見問題

1.可能需要Python安裝包:cython,python-opencv,easydict 2.下載 git clone –recursive https://github.com/rbgirshick/fast-rcnn.git 3