summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-05-11python: PEP8; changed docstring documentation style to NumPyDoc styleMartin Thoma8-83/+103
2015-05-11This imports the wrong io module in Python 3.Gustav Larsson1-1/+1
2015-03-27Merge pull request #2192 from lukeyeager/remove-scikit-learnEvan Shelhamer1-1/+0
2015-03-25Downgrade Pillow pip requirementLuke Yeager1-1/+1
2015-03-24Remove scikit-learn dependencyLuke Yeager1-1/+0
2015-03-18improved to load RGB image as grayscale imagetishibas671-1/+1
2015-03-16Fix invalid syntaxKenta Shoji1-1/+1
2015-03-08[pycaffe] classifier + detector only have one inputEvan Shelhamer2-2/+2
2015-03-08[pycaffe] fix CPU / GPU switch in example scriptsEvan Shelhamer3-12/+17
2015-03-08[pycaffe] make classify.py print input + output file pathsariandyy2-2/+8
2015-03-08[pycaffe] no need to squeeze output after #1970Evan Shelhamer1-1/+1
2015-03-06Merge pull request #2010 from danielhamngren/update_python_requirementsEvan Shelhamer1-0/+1
2015-03-06Merge pull request #2037 from shelhamer/expose-solver-restoreEvan Shelhamer1-1/+2
2015-03-04[pycaffe] add missing import sysJonathan L Long1-0/+1
2015-03-04expose Solver::Restore() as public and Solver.restore() in pycaffeEvan Shelhamer1-1/+2
2015-03-04[pycaffe] check mean channels for transformationEvan Shelhamer1-2/+5
2015-03-04Add error checking for image meanLuke Yeager1-4/+9
2015-03-04Merge pull request #1966 from philkr/python_fixesJon Long2-3/+3
2015-03-03[pytest] use non-4d blobs in test_python_layerJonathan L Long1-13/+11
2015-03-03[pycaffe] expose Blob.reshape as *args functionJonathan L Long1-20/+12
2015-03-03PyBlobs support generalized axesJeff Donahue2-7/+30
2015-03-01Added Pillow to requirements.txtDaniel Hamngren1-0/+1
2015-02-25Fixing two bugs related to python3 and PROJECT_SOURCE_DIRphilkr2-3/+3
2015-02-24Merge pull request #1923 from philkr/python3_masterJon Long6-8/+20
2015-02-24Making python3 work with cmake and the new python wrapperphilkr6-8/+20
2015-02-22fixed bug in install-tree: _caffe.so installed by install(TARGET ...) was ove...Anatoly Baksheev1-5/+9
2015-02-19Merge pull request #1899 from philkr/project_source_dirEvan Shelhamer1-6/+6
2015-02-18[pycaffe] switch examples to TransformerEvan Shelhamer3-38/+48
2015-02-18[pycaffe] take pre-processing from Net and give to TransformerEvan Shelhamer2-219/+260
2015-02-18[pycaffe] import newline cleanupEvan Shelhamer1-2/+1
2015-02-18Changing CMAKE_SOURCE/BINARY_DIR to PROJECT_SOURCE/BINARY_DIRphilkr1-6/+6
2015-02-17[pycaffe] give phase to NetEvan Shelhamer4-13/+23
2015-02-16switch to V2 proto definitions for pytestEvan Shelhamer2-8/+9
2015-02-16[pytest] basic test of Python layerJonathan L Long1-0/+62
2015-02-16[pytest] test that get_solver runsJonathan L Long1-0/+2
2015-02-16[pycaffe] allow Layer to be extended from PythonJonathan L Long1-4/+11
2015-02-16[pycaffe] re-expose SGDSolver, and expose other solversJonathan L Long2-1/+34
2015-02-16[pycaffe] re-expose LayerJonathan L Long2-1/+10
2015-02-16[pycaffe] re-expose BlobJonathan L Long1-0/+52
2015-02-16[pycaffe] re-expose NetJonathan L Long2-0/+117
2015-02-16[pycaffe] expose global ("Caffe::") functionsJonathan L Long1-0/+16
2015-02-16[pycaffe] strike down wrappers, momentarily gut all functionalityJonathan L Long2-381/+7
2015-02-16[pycaffe] enable numpy API deprecation warningsJonathan L Long1-0/+3
2015-02-16Merge pull request #1667 from Nerei/feature/cmake_well_doneEvan Shelhamer1-54/+26
2015-02-16cmake 2.8.7. supportAnatoly Baksheev1-3/+6
2015-02-16improve CMake buildAnatoly Baksheev1-54/+23
2015-02-16Fix `draw` to support new protobuf formatTakuya Narihira1-8/+8
2015-02-16Fix Draw Net Problem #1709James Steven Supancic III1-10/+2
2015-01-25Merge pull request #1555 from drdan14/draw-net-improvementsEvan Shelhamer2-26/+142
2015-01-25[pycaffe] de-dupe importsEvan Shelhamer2-4/+2