summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Back-merge fixes + docsEvan Shelhamer7-18/+24
2015-01-15Merge pull request #1662 from seanbell/fix-python-resize_imageEvan Shelhamer1-4/+10
2015-01-14set mode, phase, device in pycaffe; fix #1700Evan Shelhamer6-18/+23
2015-01-02[pycaffe] expose SGDSolver.stepJonathan L Long2-1/+3
2014-12-30fixed resize_image for the case of constant imagesSean Bell1-4/+10
2014-12-03Update mean file helpDaniel Golden1-2/+2
2014-11-18Update python requirements.txtMichele Pratusevich1-0/+1
2014-10-17back-mergeSergey Karayev1-6/+7
2014-10-11[docs] pip install harderEvan Shelhamer1-7/+7
2014-10-11[docs] pip install packages in order for dependenciesEvan Shelhamer1-0/+1
2014-10-10Merge pull request #1195 from longjon/python-copy-fromEvan Shelhamer2-0/+8
2014-10-08Fix CMake build of pycaffemax argus1-5/+43
2014-10-03Merge pull request #1070 from sguada/move_data_meanSergio Guadarrama1-2/+2
2014-10-03[fix] include Python.h instead of re-ordering for pycaffe build on OS XEvan Shelhamer2-1/+5
2014-10-03[fix] bend pycaffe to the whims of OS X header orderEvan Shelhamer1-1/+1
2014-10-03[fix] set cmake static link command for clang++ and g++ globallyEvan Shelhamer1-1/+0
2014-10-03Fixed MemoryDataLayer to make it work with pycaffeSergio Guadarrama1-2/+2
2014-10-02[pycaffe] expose Net::SharedTrainedLayersWith as Net.share_withJonathan L Long2-0/+4
2014-10-02Merge pull request #1196 from longjon/python-solver-improvementsEvan Shelhamer2-3/+20
2014-10-02[pycaffe] expose Net::CopyTrainedLayersFrom as Net.copy_fromJonathan L Long2-0/+4
2014-10-02Back-merge to include #1198Jonathan L Long1-2/+2
2014-10-02Update detect.pyBert1-2/+2
2014-09-30[pycaffe] expose SGDSolver.iterJonathan L Long2-0/+2
2014-09-30[pycaffe] expose SGDSolver.test_netsJonathan L Long2-3/+10
2014-09-30[pycaffe] add converter for vectors of NetsJonathan L Long2-0/+8
2014-09-30[pycaffe] fix comment typoJonathan L Long1-1/+1
2014-09-28cmake.Yangqing Jia1-1/+2
2014-09-18[pycaffe] expose Net::ReshapeJonathan L Long2-0/+2
2014-09-04removed mention of getting_pretrained_models page and old pathsSergey Karayev2-4/+4
2014-09-01[pycaffe] use _blob_names, _layer_names instead of removed .nameJonathan L Long1-6/+7
2014-09-01[pycaffe] expose Net.blob_names and Net.layer_namesJonathan L Long2-0/+5
2014-09-01[pycaffe] add converter for vector<string> used by _*_namesJonathan L Long1-0/+3
2014-08-31[pycaffe] expose Blob.ReshapeJonathan L Long2-0/+4
2014-08-31[pycaffe] remove name property from PyBlob and PyLayerJonathan L Long2-25/+8
2014-08-31[pycaffe] declare the _caffe module init functionJonathan L Long1-0/+4
2014-08-31[pycaffe] split _caffe into source and header filesJonathan L Long2-259/+277
2014-08-31[pycaffe] make PyBlob a template over DtypeJonathan L Long1-21/+22
2014-08-31[pycaffe] make PyNet a class, not a structJonathan L Long1-4/+8
2014-08-30[pycaffe] use a namespace alias instead of using directives for boost::pythonJonathan L Long1-37/+31
2014-08-30[pycaffe] live in caffe namespace instead of opening itJonathan L Long1-2/+4
2014-08-30[pycaffe] use class names of the form Py* instead of Caffe*Jonathan L Long1-70/+70
2014-08-17cmake build configuration for travis-ciAdam Kosiorek1-1/+1
2014-08-17cmake build systemAdam Kosiorek1-0/+20
2014-08-09default raw_scale in python scripts to ImageNet model valueEvan Shelhamer2-2/+4
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-1/+0
2014-08-05drop np.asarray() in favor of declaration (~1.75x speedup)Evan Shelhamer2-8/+16
2014-08-05fix pycaffe context cropping with or without meanEvan Shelhamer1-6/+13
2014-08-05take array in pycaffe `Net.set_mean()` instead of file pathEvan Shelhamer5-17/+25
2014-08-05fix pycaffe input processingEvan Shelhamer7-36/+88
2014-08-05define caffe.Net input preprocessing members by boost::pythonEvan Shelhamer2-23/+27