summaryrefslogtreecommitdiff
path: root/matlab
AgeCommit message (Expand)AuthorFilesLines
2015-05-30Update ilsvrc_2012_mean.mat to W x H x C, update demo and add commentsRonghang Hu3-32/+42
2015-05-29More tests for Blob, Layer, copy_from and step, fix some typosRonghang Hu6-4/+31
2015-05-29Move demo to demo/ and check weights file existenceRonghang Hu1-7/+20
2015-05-29Clean up old matcaffe wrapper and rename caffe.reset to caffe.reset_allRonghang Hu17-880/+55
2015-05-29Aesthetic changes on code style and some minor fixRonghang Hu10-105/+113
2015-05-29Fix matlab tailing dimension 1 issue for shape matchRonghang Hu14-18/+22
2015-05-29MatCaffe3 : a powerful matlab interface for caffeRonghang Hu19-0/+1120
2015-05-14Update docs for ND blobs (#1970) and layer type is a string (#1694)Jeff Donahue1-2/+2
2015-02-24fixed matcaffe printout to specify num of args (now including train/test phase)forresti1-1/+1
2015-02-19Merge pull request #1899 from philkr/project_source_dirEvan Shelhamer1-1/+1
2015-02-18Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIRphilkr1-1/+1
2015-02-17[matcaffe] give phase to NetEvan Shelhamer2-17/+15
2015-02-16cmake 2.8.7. supportAnatoly Baksheev1-1/+1
2015-02-16improve CMake buildAnatoly Baksheev1-1/+72
2015-02-02add space after "Loading mean file from"Jeff Donahue1-1/+1
2015-01-25Merge pull request #1746 from dj1989/mat_hdf5_demoEvan Shelhamer3-0/+125
2015-01-22fix bugs by adding constXianjie Chen1-3/+3
2015-01-17Matlab demo for Caffe-compatible HDF5 read/writeDinesh Jayaraman3-0/+125
2014-11-05Prevent Matlab on OS X from crashing on errorDaniel Golden1-25/+46
2014-10-02[fix] lint causing travis failuresJeff Donahue1-1/+1
2014-10-02Merge pull request #951 from gcinbis/patch-1Evan Shelhamer1-0/+1
2014-09-24added a Matlab demo with mean BGR pixel subtraction instead of the mean image...Karen Simonyan1-0/+102
2014-09-23RGB -> BGR in the matlab demoKaren Simonyan1-4/+5
2014-09-22added example usage to the Matlab scriptKaren Simonyan1-8/+17
2014-09-22added comments to the Matlab demo scriptKaren Simonyan1-35/+12
2014-09-22added matcaffe_demo for the VGG models (RGB input)Karen Simonyan1-0/+109
2014-09-04removed mention of getting_pretrained_models page and old pathsSergey Karayev2-4/+3
2014-08-20Lock the mex file to avoid Matlab crashes.R. Gokberk Cinbis1-0/+1
2014-08-17cmake build systemAdam Kosiorek1-0/+1
2014-08-09Merge pull request #888 from ronghanghu/matcaffe-add-checkSergio Guadarrama1-0/+4
2014-08-08add necessary input checks for matcaffeRonghang Hu1-0/+4
2014-08-06Painless binary mean conversion to matlab matrices.Alireza Shafaei1-0/+26
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-08-04Fix header alphabetization lint errors.Jeff Donahue1-0/+1
2014-08-01fix compiler complaint in matcaffeqipeng1-1/+1
2014-07-03replace all memcpy by caffe_copyEvan Shelhamer1-20/+18
2014-07-03switch to unified virtual addressing CUDA memcpyEvan Shelhamer1-5/+5
2014-04-22add caffe/random_fn lint rule to check for use of rand, rand_r, randomJeff Donahue1-1/+1
2014-03-31Removed empty space, verified lintSergio Guadarrama1-1/+1
2014-03-31Added default values to matcaffe_batch for testingSergio Guadarrama1-1/+7
2014-03-31Added matcaffe_init to easy reuse of caffe initializationSergio Guadarrama3-55/+54
2014-03-31Created reset command and changed END to NULL againSergio Guadarrama1-3/+4
2014-03-31Added prints to matcaffe_demo stagessguada1-1/+7
2014-03-31Cleaned matcaffe.cpp to pass lintSergio Guadarrama1-16/+11
2014-03-31Changed matcaffe_demo to return maxlabelSergio Guadarrama5-6/+196
2014-03-31Changed Copyright to BVLCSergio Guadarrama2-7/+66
2014-03-31Resolved merge conflictsSergio Guadarrama2-8/+66
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-03-19minor cleanup in rcnn-finetuning -- rcnn feature computation tested atJeff Donahue1-8/+10
2014-03-19cleanup matlab demoRoss Girshick2-42/+13