summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-14Expose params in Python interfaceJonathan L Long1-0/+3
2014-01-14Add Python interface to layer blobsJonathan L Long1-0/+99
2013-12-06updated detection demo notebook with picture of two catsSergey Karayev1-72/+246
2013-12-05minor editSergey Karayev1-1/+1
2013-12-05selective search notebook and renaming to power_wrapperSergey Karayev2-0/+220
2013-12-05fixed bug that renormalized window crops on second resizeSergey Karayev1-9/+15
2013-12-05center_only and corners modes work correctlySergey Karayev1-5/+8
2013-12-05processing images in batch, with option to use selective search window proposalsSergey Karayev1-0/+315
2013-11-22Merge remote-tracking branch 'origin/master'Ross Girshick1-5/+51
2013-11-21fix Makefile problemYangqing Jia1-5/+51
2013-11-21fixed minor typo in imagenet wrapperRoss Girshick1-3/+3
2013-11-19imagenet_solver.prototxt: added back the missing test line, not sure when it ...Yangqing Jia1-0/+1
2013-11-15Made a major change: when initializing a network, the input size are no longe...Yangqing Jia2-10/+4
2013-11-15wrapper updateYangqing Jia1-3/+5
2013-11-14pycaffe: added a temporary numpy 1.6 compile solutionYangqing Jia1-0/+5
2013-11-14misc updateYangqing Jia2-34/+51
2013-11-13pycaffe update and imagenet wrapperYangqing Jia4-3/+122
2013-11-13pycaffe updateYangqing Jia2-5/+81
2013-11-12ilsvrc 2012 meanYangqing Jia1-0/+0
2013-11-12removed obsolete scriptsYangqing Jia2-111/+0