原创 Failed to recurse into submodule path 'third_party/onnx'

user@ubuntu:~/pytorch$ git submodule update --init --recursive fatal: Needed a single revision Unable to find current r

原创 安裝dlib問題解決

user@ubuntu:~/aitool/project$ sudo pip install dlib The directory '/home/user/.cache/pip/http' or its parent directory

原创 Faster RCNN訓練(Matlab版本)結果

Faster RCNN訓練(Matlab版本)結果: matfaster_rcnn: test (voc_2007_trainval) 187/200 time: 0.029s matfaster_rcnn: test (voc_20

原创 Faster RCNN win版本

#include "stdafx.h" #define CPU_ONLY 1 #include "Faster_rcnn.h" #include <algorithm> cv::Scalar colortable[20] = { cv

原创 Faster_rcnn::loadnet

bool Faster_rcnn::loadnet() { //load net rpn_net.reset(new Net<float>("faster_rcnn_VOC0712_ZF\\proposal_test.prototxt

原创 Faster-RCNN訓練問題解決

I1013 09:20:29.058217 17752 net.cpp:270] This network produces output cls_prob I1013 09:20:29.058230 17752 net.cpp:283]

原创 Faster RCNN訓練的兩種模型配置

./experiments/scripts/faster_rcnn_end2end.sh 0 zf pascal_voc./experiments/scripts/faster_rcnn_alt_opt.sh 0 VGG16 pascal

原创 主流ocr算法:CNN+BLSTM+CTC架構

ocr算法研究實驗性的項目,目前實現了CNN+BLSTM+CTC架構 鏈接:https://github.com/senlinuc/caffe_ocr 主流ocr算法研究實驗性的項目,目前實現了CNN+BLSTM+CTC架構

原创 人臉識別研究總結

人臉識別算法思路

原创 caffe添加fasterrcnn_vs2013

caffe添加fasterrcnn_vs2013 配置文件: C:\opencv\build\include\opencv2;C:\opencv\build\include\opencv;C:\opencv\build\incl

原创 Faster RCNN訓練出現問題:generated_database_->Add(encoded_file_descriptor, size)

I1112 18:49:04.704902 18730 net.cpp:743] Ignoring source layer relu3 I1112 18:49:04.704903 18730 net.cpp:743] Ignoring

原创 Faster RCNN訓練出現問題:Matlab版本訓練

I1113 20:56:49.405777 23834 net.cpp:42] Initializing net from parameters: name: "Zeiler_conv5" input: "data" input_di

原创 驍龍 800 系列處理器比較

點擊打開鏈接 ://www.qualcomm.cn/products/snapdragon/processors/comparison http://www.qualcomm.cn/products/snapdragon/proce

原创 Caffe::SetDevice 設置GPU的ID號

設置GPU的ID號 bool Faster_rcnn::init() { //init //Caffe::SetDevice(0); Caffe::set_mode(Caffe::CPU); loadnet(); return

原创 Python Faster R-CNN深度學習訓練數據處理二

import os import shutil import xml.etree.ElementTree as ET import pdb #shutil.rmtree(os.getcwd()+"/VOC2007"); os.m