caffe/matlab/+caffe
Ronghang Hu 97b4c14533 Update ilsvrc_2012_mean.mat to W x H x C, update demo and add comments
Update previously ilsvrc_2012_mean.mat stores 'image_mean' variable in
H x W x C with BGR channels, which is inconsistent with Caffe's data format
and inconsistent with caffe.io.read_mean(..). Replace 'image_mean' with
'mean_data' variable in W x H x C and update classification_demo.m. Also add
some comments.
2015-05-30 14:28:18 +08:00
..
+test More tests for Blob, Layer, copy_from and step, fix some typos 2015-05-29 16:06:35 +08:00
imagenet Update ilsvrc_2012_mean.mat to W x H x C, update demo and add comments 2015-05-30 14:28:18 +08:00
private Aesthetic changes on code style and some minor fix 2015-05-29 13:21:25 +08:00
Blob.m Aesthetic changes on code style and some minor fix 2015-05-29 13:21:25 +08:00
Layer.m Aesthetic changes on code style and some minor fix 2015-05-29 13:21:25 +08:00
Net.m More tests for Blob, Layer, copy_from and step, fix some typos 2015-05-29 16:06:35 +08:00
Solver.m More tests for Blob, Layer, copy_from and step, fix some typos 2015-05-29 16:06:35 +08:00
get_net.m Aesthetic changes on code style and some minor fix 2015-05-29 13:21:25 +08:00
get_solver.m Aesthetic changes on code style and some minor fix 2015-05-29 13:21:25 +08:00
io.m Update ilsvrc_2012_mean.mat to W x H x C, update demo and add comments 2015-05-30 14:28:18 +08:00
reset_all.m Clean up old matcaffe wrapper and rename caffe.reset to caffe.reset_all 2015-05-29 13:21:25 +08:00
run_tests.m More tests for Blob, Layer, copy_from and step, fix some typos 2015-05-29 16:06:35 +08:00
set_device.m Fix matlab tailing dimension 1 issue for shape match 2015-05-29 13:21:25 +08:00
set_mode_cpu.m Fix matlab tailing dimension 1 issue for shape match 2015-05-29 13:21:25 +08:00
set_mode_gpu.m Fix matlab tailing dimension 1 issue for shape match 2015-05-29 13:21:25 +08:00