summaryrefslogtreecommitdiff
path: root/matlab/caffe
AgeCommit message (Expand)AuthorFilesLines
2015-05-29Clean up old matcaffe wrapper and rename caffe.reset to caffe.reset_allRonghang Hu13-1074/+0
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-17[matcaffe] give phase to NetEvan Shelhamer2-17/+15
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-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
2014-03-19add initialization key for verifying stateRoss Girshick1-0/+11
2014-03-19demo on how to get net weights using the matlab interfaceRoss Girshick1-0/+35
2014-03-19return model weightsRoss Girshick1-3/+98
2014-03-18arrange example images, update paths, bring back imagenet_pretrainedEvan Shelhamer1-1/+1
2014-03-18drop models/ in favor of examples/Evan Shelhamer1-2/+2
2014-03-13fix wrapper example pathsEvan Shelhamer1-3/+3
2014-02-26fix python/matlab wrapper bugs introduced by lint; change linter->lintJeff Donahue1-3/+1
2014-02-26fix matcaffe and pycaffe linter errorsJeff Donahue1-17/+22
2013-11-22update Makefile and add some more docsRoss Girshick1-0/+10
2013-11-22cleanup and include ILSVRC mean imageRoss Girshick3-122/+144
2013-11-22first pass at matlab wrapper (somewhat messy still)Ross Girshick2-0/+241