summaryrefslogtreecommitdiff
path: root/matlab
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Merge pull request #4737 from rokm/matcaffe-individual-destructEvan Shelhamer3-0/+30
2017-02-16Merge pull request #4721 from kashefy/fix_matlab_demo_typosEvan Shelhamer1-3/+4
2016-11-27fix many typos by using codespellZhou Mo2-2/+2
2016-09-19matcaffe: allow destruction of individual networks and solversRok Mandeljc3-0/+30
2016-09-13fix comments in matlab classification demoYoussef Kashef1-3/+4
2016-01-23show Caffe's version from MatCaffeRonghang Hu2-0/+15
2015-10-17Merge pull request #3116 from ronghanghu/solver-refactorEvan Shelhamer1-1/+4
2015-10-16Add automatic upgrade for solver typeRonghang Hu1-1/+4
2015-10-16Test reading and writing mean proto in matlabRonghang Hu2-1/+20
2015-10-13Update store2hdf5.mAlessandro Giusti1-2/+2
2015-10-05Add a caffe.io.write_mean function to the MATLAB interfacezoharby2-0/+32
2015-09-01Cleanup: Fixup capitalisation of Caffe_POSTFIX.Darren Garvey1-2/+2
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