summaryrefslogtreecommitdiff
path: root/python/caffe/io.py
AgeCommit message (Expand)AuthorFilesLines
2015-09-15removed bug in caffe.io.resize_image when applied to Nd imagesMohamed Omran1-1/+1
2015-05-15Python: Formatted docstrings to numpydoc (Take, Give -> Parameters, Returns)Martin Thoma1-40/+57
2015-05-11python: PEP8; changed docstring documentation style to NumPyDoc styleMartin Thoma1-17/+10
2015-03-04[pycaffe] add missing import sysJonathan L Long1-0/+1
2015-03-04[pycaffe] check mean channels for transformationEvan Shelhamer1-2/+5
2015-03-04Add error checking for image meanLuke Yeager1-4/+9
2015-02-24Making python3 work with cmake and the new python wrapperphilkr1-1/+8
2015-02-18[pycaffe] take pre-processing from Net and give to TransformerEvan Shelhamer1-73/+249
2014-12-30fixed resize_image for the case of constant imagesSean Bell1-4/+10
2014-08-05fix pycaffe input processingEvan Shelhamer1-3/+15
2014-06-11pycaffe: leave grayscale images gray according to argEvan Shelhamer1-3/+8
2014-05-19add caffe.io submodule for conversions, image loading and resizingEvan Shelhamer1-0/+154