该文被密码保护。 阅读全文
摘要:
I0327 20:24:22.966171 20521 net.cpp:849] Copying source layer drop7I0327 20:24:22.966179 20521 net.cpp:849] Copying source layer fc8_I0327 20:24:22.96 阅读全文
摘要:
test code for PETA datasets .... 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
%% Rank the entropy_loss % for iiii = 1:size(Group_age, 1) % count_1 = 0 ;% tmp = Group_age(iiii, 1);% for jjj = 1:size(Group_age, 1)% if (Group_age(j 阅读全文
该文被密码保护。 阅读全文
摘要:
matlab命令窗口,显示: 刚开始都是正常的,如下: fast_rcnn startup doneGPU 1: free memory 3824902144Use GPU 1Warning: Specified caffe folder (/home/wangxiao/Downloads/fast 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
Check failed: FLAGS_weights.size() > 0 (0 vs. 0) Need model weights to score. 出现这个错误,但是我记得昨天还好好的,网上搜了也没有答案,后来仔细检查才发现,原来存放 .caffemodel 的文件名字 中间有空格!!! 把 阅读全文
摘要:
// write the predicted score into txt files ofstream file("/home/wangxiao/Downloads/caffe-master/wangxiao/bvlc_alexnet/predict_score.txt",ios::app); i 阅读全文
该文被密码保护。 阅读全文
摘要:
1. Active Query Driven by Uncertainty and Diversity for Incremental Multi-Label Learning The key task in active learning is to design a selection crit 阅读全文
摘要:
1 clc; clear all; close all; 2 image_path = '/media/wangxiao/Elements/image_segment_backup/'; 3 savePath = '/media/wangxiao/Seagate/wangxiao/additiona 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
wangxiao@wangxiao-GTX980:~/Downloads/caffe-master$ make -j8find: `wangxiao/bvlc_alexnet/spl': No such file or directoryfind: `caffemodel': No such fil 阅读全文
该文被密码保护。 阅读全文
摘要:
I0221 21:47:41.826748 6797 solver.cpp:259] Train net output #0: loss = 0.00413362 (* 1 = 0.00413362 loss)I0221 21:47:41.826756 6797 solver.cpp:590] It 阅读全文
摘要:
1 load fisheriris 2 data = [meas(:,1), meas(:,2)]; 3 groups = ismember(species,'setosa'); 4 [train, test] = crossvalind('holdOut',groups); 5 cp = clas 阅读全文
摘要:
I0219 14:48:40.965386 31108 net.cpp:76] Memory required for data: 0I0219 14:48:40.965517 31108 layer_factory.hpp:76] Creating layer dataI0219 14:48:40 阅读全文
摘要:
when I compile caffe file :.build_debug/lib/libcaffe.so: undefined reference to `cv::imread(cv::String const&, int)'.build_debug/lib/libcaffe.so: unde 阅读全文
该文被密码保护。 阅读全文
摘要:
1 #include <stdio.h> // for snprintf 2 #include <string> 3 #include <vector> 4 5 #include "boost/algorithm/string.hpp" 6 #include "google/protobuf/tex 阅读全文
该文被密码保护。 阅读全文
摘要:
Q1. compile caffe .cpp file , come out an error : d302@d302-MS-7816-04:~/wangxiao/spl-caffe-master$ make -j8NVCC src/caffe/layers/euclidean_loss_layer 阅读全文
摘要:
name: "VGG_ILSVRC_19_layer"layer { name: "data" type: "ImageData" top: "data" top: "label" include { phase: TRAIN } image_data_param { batch_size: 12 ... 阅读全文
摘要:
最近跑深度学习,提出的feature是4096维的,放到我们的程序里,跑得很慢,很慢。。。。 于是,一怒之下,就给他降维处理了,但是matlab 自带的什么pca( ), princomp( )函数,搞不清楚怎么用的,表示不大明白,下了一个软件包: 名字:Matlab Toolbox for Dim 阅读全文
摘要:
利用caffe生成 lmdb 格式的文件,并对网络进行FineTuning 数据的组织格式为: 首先,所需要的脚本指令路径为: /home/wangxiao/Downloads/caffe-master/examples/imagenet/ 其中,生成lmdb的文件为: create_imagene 阅读全文
该文被密码保护。 阅读全文
摘要:
1. 判断是否存在指定的video_name, 若不存在,则在给定save_path下,新建一个video_name文件夹:1 sec_path = [save_path, video_name, '/'];2 if ~exist(sec_path,'file')3 mkdir([... 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文