summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2014-03-18drop models/ in favor of examples/Evan Shelhamer1-2/+2
2014-03-17Raise Python exceptions if CaffeNet input files don't existJonathan L Long1-0/+18
2014-03-17Add comment explaining placement of system headers in C++ Python moduleJonathan L Long1-0/+1
2014-03-17Merge pull request #199 from longjon/pycaffe-ordereddictEvan Shelhamer5-35/+82
2014-03-17Move semicolon to appease lintJonathan L Long1-2/+1
2014-03-15Fix indentation in C++ Python moduleJonathan L Long1-11/+11
2014-03-15Add extra comment on vector_indexing_suite to _caffe.cppJonathan L Long1-0/+1
2014-03-15Remove spurious constructors from CaffeBlob and CaffeBlobWrapJonathan L Long1-9/+0
2014-03-15Add names to the blobs returned by CaffeLayerJonathan L Long1-1/+5
2014-03-15Expose caffe.Net.params as an OrderedDictJonathan L Long1-0/+3
2014-03-15Expose layers and remove now-redundant params in Python interfaceJonathan L Long1-9/+32
2014-03-13fix wrapper example pathsEvan Shelhamer1-2/+2
2014-03-13Update imagenet/wrapper.py to use the new Net interfaceJonathan L Long1-1/+1
2014-03-13Update detector.py to use the new Net/blobs interfaceJonathan L Long1-4/+4
2014-03-13Use an OrderedDict for caffe.Net.blobsJonathan L Long1-1/+22
2014-03-13Add a pass-through Python wrapper of _caffe.CaffeNetJonathan L Long2-1/+5
2014-03-13Rename pycaffe.cpp -> _caffe.cpp in preparation for python wrapperJonathan L Long2-2/+2
2014-03-13pycaffe: blobs and params are properties, not methodsJonathan L Long1-2/+3
2014-03-10pycaffe: expose ForwardPrefilledJonathan L Long1-9/+14
2014-02-27fix include order for pycaffe on osx, override lintEvan Shelhamer1-3/+4
2014-02-26fix python/matlab wrapper bugs introduced by lint; change linter->lintJeff Donahue1-3/+2
2014-02-26fix matcaffe and pycaffe linter errorsJeff Donahue1-30/+26
2014-02-26name blobs and params for their layers in python wrapperEvan Shelhamer1-3/+21
2014-02-26move imagenet splits + synsets to dataEvan Shelhamer5-1433167/+0
2014-02-23Properly index windows in detector list modeEvan Shelhamer1-2/+3
2014-02-22fix detector's coordinate mapping for images smaller than IMAGE_DIMEvan Shelhamer1-1/+2
2014-02-14python requirements: don't fear the futureEvan Shelhamer1-2/+2
2014-02-14add shebang to python scriptsEvan Shelhamer4-0/+4
2014-02-14add macro for numpy < 1.7Evan Shelhamer1-1/+3
2014-02-13detector.py refactored with argparse (was gflags)Sergey Karayev1-53/+72
2014-02-13Updated detection demo notebook.Sergey Karayev1-0/+1000
2014-02-12moving selective_search_demo notebook to examples/Sergey Karayev1-393/+0
2014-02-11include pip requirements.txt for python depsEvan Shelhamer1-0/+14
2014-01-31read single input, load/save csv, and record windowsEvan Shelhamer1-77/+139
2014-01-31remove outdated reference to input size, debugging printEvan Shelhamer1-3/+1
2014-01-28align detector comments to realityEvan Shelhamer1-6/+6
2014-01-27detect by window listEvan Shelhamer1-3/+40
2014-01-27replace magic numbers with variable names in commentsEvan Shelhamer1-2/+2
2014-01-25automagically set detection batch size from networkEvan Shelhamer1-16/+14
2014-01-25document power_wrapper -> detector in detection notebookEvan Shelhamer1-10/+9
2014-01-24promote power_wrapper to 'detection' submoduleEvan Shelhamer3-6/+6
2014-01-24groom power_wrapper flags (cont'd)Evan Shelhamer1-7/+7
2014-01-24note power_wrapper TODOsEvan Shelhamer1-1/+3
2014-01-24generalize power_wrapper to different networks and inputsEvan Shelhamer1-31/+53
2014-01-24groom power_wrapper flagsEvan Shelhamer1-7/+7
2014-01-24python lintEvan Shelhamer2-31/+32
2014-01-23give batch size efficiency adviceEvan Shelhamer1-0/+3
2014-01-23default power_wrapper batch size to 10 (aeca741a69 cont'd)Evan Shelhamer1-12/+9
2014-01-19Merge pull request #11 from longjon/masterEvan Shelhamer1-0/+102
2014-01-15setting default power_wrapper batch size to match the imagenet_deploy prototxtforresti1-1/+1