Skip to content

Commit 2b4ecff

Browse files
committed
Added script for extracting Alexnet features
1 parent ed9f5be commit 2b4ecff

File tree

2,054 files changed

+273084
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,054 files changed

+273084
-3
lines changed

.README.md.swp

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

C3D-v1.1/.prepare_dataset.sh.swn

12 KB
Binary file not shown.

C3D-v1.1/CMakeLists.txt

100644100755
File mode changed.

C3D-v1.1/CONTRIBUTING.md

100644100755
File mode changed.

C3D-v1.1/CONTRIBUTORS.md

100644100755
File mode changed.

C3D-v1.1/INSTALL.md

100644100755
File mode changed.

C3D-v1.1/LICENSE

100644100755
File mode changed.

C3D-v1.1/Makefile

100644100755
File mode changed.

C3D-v1.1/Makefile.config.example

100644100755
File mode changed.

C3D-v1.1/Makefile.config.example.old

100644100755
File mode changed.

C3D-v1.1/README.md

100644100755
File mode changed.

C3D-v1.1/caffe.cloc

100644100755
File mode changed.

C3D-v1.1/cmake/ConfigGen.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Cuda.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Dependencies.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/External/gflags.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/External/glog.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Misc.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindAtlas.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindGFlags.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindGlog.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindLAPACK.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindLMDB.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindLevelDB.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindMKL.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindMatlabMex.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindNCCL.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindNumPy.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindOpenBLAS.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindSnappy.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Modules/FindvecLib.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/ProtoBuf.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Summary.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Targets.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/Templates/CaffeConfig.cmake.in

100644100755
File mode changed.

C3D-v1.1/cmake/Templates/CaffeConfigVersion.cmake.in

100644100755
File mode changed.

C3D-v1.1/cmake/Templates/caffe_config.h.in

100644100755
File mode changed.

C3D-v1.1/cmake/Utils.cmake

100644100755
File mode changed.

C3D-v1.1/cmake/lint.cmake

100644100755
File mode changed.

C3D-v1.1/docker/README.md

100644100755
File mode changed.

C3D-v1.1/docker/cpu/Dockerfile

100644100755
File mode changed.

C3D-v1.1/docker/gpu/Dockerfile

100644100755
File mode changed.

C3D-v1.1/docs/CMakeLists.txt

100644100755
File mode changed.

C3D-v1.1/docs/CNAME

100644100755
File mode changed.

C3D-v1.1/docs/README.md

100644100755
File mode changed.

C3D-v1.1/docs/_config.yml

100644100755
File mode changed.

C3D-v1.1/docs/_layouts/default.html

100644100755
File mode changed.

C3D-v1.1/docs/development.md

100644100755
File mode changed.

C3D-v1.1/docs/images/GitHub-Mark-64px.png

100644100755
File mode changed.

C3D-v1.1/docs/images/caffeine-icon.png

100644100755
File mode changed.

C3D-v1.1/docs/index.md

100644100755
File mode changed.

C3D-v1.1/docs/install_apt.md

100644100755
File mode changed.

C3D-v1.1/docs/install_apt_debian.md

100644100755
File mode changed.

C3D-v1.1/docs/install_osx.md

100644100755
File mode changed.

C3D-v1.1/docs/install_yum.md

100644100755
File mode changed.

C3D-v1.1/docs/installation.md

100644100755
File mode changed.

C3D-v1.1/docs/model_zoo.md

100644100755
File mode changed.

C3D-v1.1/docs/multigpu.md

100644100755
File mode changed.

C3D-v1.1/docs/performance_hardware.md

100644100755
File mode changed.

C3D-v1.1/docs/stylesheets/pygment_trac.css

100644100755
File mode changed.

C3D-v1.1/docs/stylesheets/reset.css

100644100755
File mode changed.

C3D-v1.1/docs/stylesheets/styles.css

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/convolution.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/data.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/fig/.gitignore

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/fig/backward.jpg

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/fig/forward.jpg

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/fig/forward_backward.png

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/fig/layer.jpg

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/fig/logreg.jpg

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/forward_backward.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/index.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/interfaces.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/absval.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/accuracy.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/argmax.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/batchnorm.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/batchreindex.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/bias.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/bnll.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/concat.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/contrastiveloss.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/convolution.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/crop.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/data.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/deconvolution.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/dropout.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/dummydata.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/eltwise.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/elu.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/embed.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/euclideanloss.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/exp.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/filter.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/flatten.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/hdf5data.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/hdf5output.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/hingeloss.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/im2col.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/imagedata.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/infogainloss.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/innerproduct.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/input.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/log.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/lrn.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/lstm.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/memorydata.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/multinomiallogisticloss.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/mvn.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/parameter.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/pooling.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/power.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/prelu.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/python.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/recurrent.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/reduction.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/relu.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/reshape.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/rnn.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/scale.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/sigmoid.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/sigmoidcrossentropyloss.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/silence.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/slice.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/softmax.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/softmaxwithloss.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/split.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/spp.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/tanh.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/threshold.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/tile.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/layers/windowdata.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/loss.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/net_layer_blob.md

100644100755
File mode changed.

C3D-v1.1/docs/tutorial/solver.md

100644100755
File mode changed.

C3D-v1.1/examples/00-classification.ipynb

100644100755
File mode changed.

C3D-v1.1/examples/01-learning-lenet.ipynb

100644100755
File mode changed.

C3D-v1.1/examples/02-fine-tuning.ipynb

100644100755
File mode changed.

C3D-v1.1/examples/CMakeLists.txt

100644100755
File mode changed.

C3D-v1.1/examples/asl/solver_r2_asl.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/asl/train_resnet18_r2_asl.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/brewing-logreg.ipynb

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_feature_extraction/c3d_resnet18_ucf101_feature_extraction.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_feature_extraction/feature_extraction.sh

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_feature_extraction/script/read_binary_blob.py

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_feature_extraction/ucf101_video_frame.list

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_feature_extraction/ucf101_video_frame.prefix

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_finetuning/finetuning_ucf101.sh

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_finetuning/solver_r2.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_finetuning/test_01.lst

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_finetuning/testing_ucf101.sh

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_finetuning/train_01.lst

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_finetuning/train_resnet18_r2.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_training/solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_training/test_01.lst

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_training/train_01.lst

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_training/train_simple.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/c3d_ucf101_training/train_simple.sh

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full_sigmoid_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full_sigmoid_solver_bn.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full_sigmoid_train_test.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full_sigmoid_train_test_bn.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full_solver_lr1.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full_solver_lr2.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_full_train_test.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_quick.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_quick_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_quick_solver_lr1.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/cifar10_quick_train_test.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/convert_cifar_data.cpp

100644100755
File mode changed.

C3D-v1.1/examples/cifar10/readme.md

100644100755
File mode changed.

C3D-v1.1/examples/cpp_classification/classification.cpp

100644100755
File mode changed.

C3D-v1.1/examples/cpp_classification/readme.md

100644100755
File mode changed.

C3D-v1.1/examples/detection.ipynb

100644100755
File mode changed.

C3D-v1.1/examples/feature_extraction/imagenet_val.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/feature_extraction/readme.md

100644100755
File mode changed.

C3D-v1.1/examples/finetune_flickr_style/flickr_style.csv.gz

100644100755
File mode changed.

C3D-v1.1/examples/finetune_flickr_style/readme.md

100644100755
File mode changed.

C3D-v1.1/examples/finetune_flickr_style/style_names.txt

100644100755
File mode changed.

C3D-v1.1/examples/finetune_pascal_detection/pascal_finetune_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/finetune_pascal_detection/pascal_finetune_trainval_test.prototxt

100644100755
File mode changed.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
name: "CaffeNet"
2+
layer {
3+
name: "data"
4+
type: "ImageData"
5+
top: "data"
6+
top: "label"
7+
transform_param {
8+
mirror: false
9+
crop_size: 227
10+
mean_file: "data/imagenet_mean/imagenet_mean.binaryproto"
11+
}
12+
image_data_param {
13+
source: "examples/_temp/file_list.txt"
14+
batch_size: 50
15+
new_height: 256
16+
new_width: 256
17+
}
18+
}
19+
layer {
20+
name: "conv1"
21+
type: "Convolution"
22+
bottom: "data"
23+
top: "conv1"
24+
convolution_param {
25+
num_output: 96
26+
kernel_size: 11
27+
stride: 4
28+
}
29+
}
30+
layer {
31+
name: "relu1"
32+
type: "ReLU"
33+
bottom: "conv1"
34+
top: "conv1"
35+
}
36+
layer {
37+
name: "pool1"
38+
type: "Pooling"
39+
bottom: "conv1"
40+
top: "pool1"
41+
pooling_param {
42+
pool: MAX
43+
kernel_size: 3
44+
stride: 2
45+
}
46+
}
47+
layer {
48+
name: "norm1"
49+
type: "LRN"
50+
bottom: "pool1"
51+
top: "norm1"
52+
lrn_param {
53+
local_size: 5
54+
alpha: 0.0001
55+
beta: 0.75
56+
}
57+
}
58+
layer {
59+
name: "conv2"
60+
type: "Convolution"
61+
bottom: "norm1"
62+
top: "conv2"
63+
convolution_param {
64+
num_output: 256
65+
pad: 2
66+
kernel_size: 5
67+
group: 2
68+
}
69+
}
70+
layer {
71+
name: "relu2"
72+
type: "ReLU"
73+
bottom: "conv2"
74+
top: "conv2"
75+
}
76+
layer {
77+
name: "pool2"
78+
type: "Pooling"
79+
bottom: "conv2"
80+
top: "pool2"
81+
pooling_param {
82+
pool: MAX
83+
kernel_size: 3
84+
stride: 2
85+
}
86+
}
87+
layer {
88+
name: "norm2"
89+
type: "LRN"
90+
bottom: "pool2"
91+
top: "norm2"
92+
lrn_param {
93+
local_size: 5
94+
alpha: 0.0001
95+
beta: 0.75
96+
}
97+
}
98+
layer {
99+
name: "conv3"
100+
type: "Convolution"
101+
bottom: "norm2"
102+
top: "conv3"
103+
convolution_param {
104+
num_output: 384
105+
pad: 1
106+
kernel_size: 3
107+
}
108+
}
109+
layer {
110+
name: "relu3"
111+
type: "ReLU"
112+
bottom: "conv3"
113+
top: "conv3"
114+
}
115+
layer {
116+
name: "conv4"
117+
type: "Convolution"
118+
bottom: "conv3"
119+
top: "conv4"
120+
convolution_param {
121+
num_output: 384
122+
pad: 1
123+
kernel_size: 3
124+
group: 2
125+
}
126+
}
127+
layer {
128+
name: "relu4"
129+
type: "ReLU"
130+
bottom: "conv4"
131+
top: "conv4"
132+
}
133+
layer {
134+
name: "conv5"
135+
type: "Convolution"
136+
bottom: "conv4"
137+
top: "conv5"
138+
convolution_param {
139+
num_output: 256
140+
pad: 1
141+
kernel_size: 3
142+
group: 2
143+
}
144+
}
145+
layer {
146+
name: "relu5"
147+
type: "ReLU"
148+
bottom: "conv5"
149+
top: "conv5"
150+
}
151+
layer {
152+
name: "pool5"
153+
type: "Pooling"
154+
bottom: "conv5"
155+
top: "pool5"
156+
pooling_param {
157+
pool: MAX
158+
kernel_size: 3
159+
stride: 2
160+
}
161+
}
162+
layer {
163+
name: "fc6"
164+
type: "InnerProduct"
165+
bottom: "pool5"
166+
top: "fc6"
167+
inner_product_param {
168+
num_output: 4096
169+
}
170+
}
171+
layer {
172+
name: "relu6"
173+
type: "ReLU"
174+
bottom: "fc6"
175+
top: "fc6"
176+
}
177+
layer {
178+
name: "drop6"
179+
type: "Dropout"
180+
bottom: "fc6"
181+
top: "fc6"
182+
dropout_param {
183+
dropout_ratio: 0.5
184+
}
185+
}
186+
layer {
187+
name: "fc7"
188+
type: "InnerProduct"
189+
bottom: "fc6"
190+
top: "fc7"
191+
inner_product_param {
192+
num_output: 4096
193+
}
194+
}
195+
layer {
196+
name: "relu7"
197+
type: "ReLU"
198+
bottom: "fc7"
199+
top: "fc7"
200+
}
201+
layer {
202+
name: "drop7"
203+
type: "Dropout"
204+
bottom: "fc7"
205+
top: "fc7"
206+
dropout_param {
207+
dropout_ratio: 0.5
208+
}
209+
}
210+
layer {
211+
name: "fc8"
212+
type: "InnerProduct"
213+
bottom: "fc7"
214+
top: "fc8"
215+
inner_product_param {
216+
num_output: 1000
217+
}
218+
}
219+
layer {
220+
name: "prob"
221+
type: "Softmax"
222+
bottom: "fc8"
223+
top: "prob"
224+
}
225+
layer {
226+
name: "accuracy"
227+
type: "Accuracy"
228+
bottom: "prob"
229+
bottom: "label"
230+
top: "accuracy"
231+
}
232+
layer {
233+
name: "loss"
234+
type: "SoftmaxWithLoss"
235+
bottom: "fc8"
236+
bottom: "label"
237+
top: "loss"
238+
}

C3D-v1.1/examples/hdf5_classification/nonlinear_auto_test.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/hdf5_classification/nonlinear_auto_train.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/hdf5_classification/nonlinear_train_val.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/hdf5_classification/train_val.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/imagenet/readme.md

100644100755
File mode changed.

C3D-v1.1/examples/images/cat gray.jpg

100644100755
File mode changed.

C3D-v1.1/examples/images/cat.jpg

100644100755
File mode changed.

C3D-v1.1/examples/images/cat_gray.jpg

100644100755
File mode changed.

C3D-v1.1/examples/images/fish-bike.jpg

100644100755
File mode changed.

C3D-v1.1/examples/mnist/convert_mnist_data.cpp

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet_adadelta_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet_auto_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet_consolidated_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet_multistep_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet_solver_adam.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet_solver_rmsprop.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/lenet_train_test.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/mnist_autoencoder.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/mnist_autoencoder_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/mnist_autoencoder_solver_adadelta.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/mnist_autoencoder_solver_adagrad.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/mnist_autoencoder_solver_nesterov.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/mnist/readme.md

100644100755
File mode changed.

C3D-v1.1/examples/net_surgery.ipynb

100644100755
File mode changed.

C3D-v1.1/examples/net_surgery/bvlc_caffenet_full_conv.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/net_surgery/conv.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/pascal-multilabel-with-datalayer.ipynb

100644100755
File mode changed.

C3D-v1.1/examples/pycaffe/caffenet.py

100644100755
File mode changed.

C3D-v1.1/examples/pycaffe/layers/pascal_multilabel_datalayers.py

100644100755
File mode changed.

C3D-v1.1/examples/pycaffe/layers/pyloss.py

100644100755
File mode changed.

C3D-v1.1/examples/pycaffe/linreg.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/pycaffe/tools.py

100644100755
File mode changed.

C3D-v1.1/examples/siamese/convert_mnist_siamese_data.cpp

100644100755
File mode changed.

C3D-v1.1/examples/siamese/mnist_siamese.ipynb

100644100755
File mode changed.

C3D-v1.1/examples/siamese/mnist_siamese.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/siamese/mnist_siamese_solver.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/siamese/mnist_siamese_train_test.prototxt

100644100755
File mode changed.

C3D-v1.1/examples/siamese/readme.md

100644100755
File mode changed.

C3D-v1.1/examples/videos/avi/v_ApplyEyeMakeup_g01_c01.avi

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000001.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000002.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000003.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000004.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000005.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000006.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000007.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000008.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000009.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000010.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000011.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000012.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000013.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000014.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000015.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000016.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000017.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000018.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000019.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000020.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000021.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000022.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000023.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000024.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000025.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000026.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000027.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000028.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000029.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000030.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000031.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000032.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000033.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000034.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000035.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000036.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000037.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000038.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000039.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000040.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000041.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000042.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000043.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000044.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000045.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000046.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000047.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000048.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000049.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000050.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000051.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000052.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000053.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000054.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000055.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000056.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000057.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000058.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000059.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000060.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000061.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000062.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000063.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000064.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000065.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000066.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000067.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000068.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000069.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000070.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000071.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000072.jpg

100644100755
File mode changed.

C3D-v1.1/examples/videos/jpg/v_ApplyEyeMakeup_g01_c01/000073.jpg

100644100755
File mode changed.

0 commit comments

Comments
 (0)