arrange example images, update paths, bring back imagenet_pretrained
[platform/upstream/caffeonacl.git] / python /
2014-03-18 Evan Shelhamerdrop models/ in favor of examples/
2014-03-18 Evan ShelhamerBack-merge documentation and historical PRs to master
2014-03-18 Evan ShelhamerMerge pull request #226 from longjon/imagenet-vis
2014-03-18 Evan ShelhamerMerge pull request #228 from longjon/pycaffe-exceptions
2014-03-18 Jonathan L LongRaise Python exceptions if CaffeNet input files don...
2014-03-18 Jonathan L LongAdd comment explaining placement of system headers...
2014-03-18 Sergio GuadarramaMerge pull request #203 from sergeyk/hdf5_data
2014-03-18 Evan ShelhamerMerge pull request #199 from longjon/pycaffe-ordereddict
2014-03-17 Jonathan L LongMove semicolon to appease lint
2014-03-17 Evan ShelhamerMerge pull request #179 from erictzeng/test_all
2014-03-15 Jonathan L LongFix indentation in C++ Python module
2014-03-15 Jonathan L LongAdd extra comment on vector_indexing_suite to _caffe.cpp
2014-03-15 Jonathan L LongRemove spurious constructors from CaffeBlob and CaffeBl...
2014-03-15 Jonathan L LongAdd names to the blobs returned by CaffeLayer
2014-03-15 Jonathan L LongExpose caffe.Net.params as an OrderedDict
2014-03-15 Jonathan L LongExpose layers and remove now-redundant params in Python...
2014-03-14 Evan Shelhamerfix wrapper example paths
2014-03-13 Evan ShelhamerMerge pull request #120 from sguada/images_layer
2014-03-13 Evan ShelhamerMerge pull request #136 from kloudkl/cuda_timing
2014-03-13 Evan ShelhamerMerge pull request #184 from chyojn/cifar10_model_script
2014-03-13 Jonathan L LongUpdate imagenet/wrapper.py to use the new Net interface
2014-03-13 Jonathan L LongUpdate detector.py to use the new Net/blobs interface
2014-03-13 Jonathan L LongUse an OrderedDict for caffe.Net.blobs
2014-03-13 Jonathan L LongAdd a pass-through Python wrapper of _caffe.CaffeNet
2014-03-13 Jonathan L LongRename pycaffe.cpp -> _caffe.cpp in preparation for...
2014-03-13 Jonathan L Longpycaffe: blobs and params are properties, not methods
2014-03-13 Evan ShelhamerMerge pull request #191 from sguada/print_memory
2014-03-13 Sergey KarayevMerge pull request #200 from longjon/pycaffe-forwardpre...
2014-03-11 Jonathan L Longpycaffe: expose ForwardPrefilled
2014-02-28 Evan ShelhamerBack-merge documentation updates from master
2014-02-27 Evan Shelhamerfix include order for pycaffe on osx, override lint
2014-02-27 Evan ShelhamerMerge pull request #168 from jeffdonahue/fix-lint-bugs
2014-02-27 Jeff Donahuefix python/matlab wrapper bugs introduced by lint;...
2014-02-26 Evan ShelhamerMerge pull request #163 from jeffdonahue/linter
2014-02-26 Jeff Donahuefix matcaffe and pycaffe linter errors
2014-02-26 Sergey KarayevMerge pull request #147 from sergeyk/hdf5_data
2014-02-26 Evan Shelhamername blobs and params for their layers in python wrapper
2014-02-26 Evan ShelhamerMerge pull request #167 from BVLC/next
2014-02-26 Evan ShelhamerMerge pull request #142 from shelhamer/data-aux
2014-02-26 Evan Shelhamermove imagenet splits + synsets to data
2014-02-23 Evan ShelhamerProperly index windows in detector list mode
2014-02-22 Evan Shelhamerfix detector's coordinate mapping for images smaller...
2014-02-15 Evan Shelhamerpython requirements: don't fear the future
2014-02-14 Evan Shelhameradd shebang to python scripts
2014-02-14 Evan Shelhameradd macro for numpy < 1.7
2014-02-13 Evan ShelhamerMerge pull request #104 from sergeyk/master
2014-02-13 Sergey Karayevdetector.py refactored with argparse (was gflags)
2014-02-13 Sergey KarayevUpdated detection demo notebook.
2014-02-13 Sergey Karayevmoving selective_search_demo notebook to examples/
2014-02-11 Evan Shelhamerinclude pip requirements.txt for python deps
2014-02-01 Evan ShelhamerMerge pull request #62 from viirya/master
2014-01-31 Evan Shelhamerread single input, load/save csv, and record windows
2014-01-31 Evan Shelhamerremove outdated reference to input size, debugging...
2014-01-29 Evan Shelhameralign detector comments to reality
2014-01-27 Evan Shelhamerdetect by window list
2014-01-27 Evan Shelhamerreplace magic numbers with variable names in comments
2014-01-26 Evan Shelhamerautomagically set detection batch size from network
2014-01-26 Evan Shelhamerdocument power_wrapper -> detector in detection notebook
2014-01-26 Jeff DonahueMerge pull request #56 from shelhamer/detection-wrapper
2014-01-25 Evan Shelhamerpromote power_wrapper to 'detection' submodule
2014-01-25 Evan Shelhamergroom power_wrapper flags (cont'd)
2014-01-25 Evan Shelhamernote power_wrapper TODOs
2014-01-25 Evan Shelhamergeneralize power_wrapper to different networks and...
2014-01-25 Evan Shelhamergroom power_wrapper flags
2014-01-25 Evan Shelhamerpython lint
2014-01-24 Evan Shelhamergive batch size efficiency advice
2014-01-24 Evan Shelhamerdefault power_wrapper batch size to 10 (aeca741a69...
2014-01-20 Evan ShelhamerMerge pull request #11 from longjon/master
2014-01-19 Evan ShelhamerMerge pull request #29 from kloudkl/master
2014-01-19 Evan ShelhamerMerge pull request #34 from forresti/master
2014-01-15 forrestisetting default power_wrapper batch size to match the...
2014-01-14 Jonathan L LongExpose params in Python interface
2014-01-14 Jonathan L LongAdd Python interface to layer blobs
2013-12-06 Sergey Karayevupdated detection demo notebook with picture of two...
2013-12-06 Yangqing JiaMerge pull request #10 from sergeyk/selective_search_pr...
2013-12-06 Sergey Karayevminor edit
2013-12-06 Sergey Karayevselective search notebook and renaming to power_wrapper
2013-12-06 Sergey Karayevfixed bug that renormalized window crops on second...
2013-12-06 Sergey Karayevcenter_only and corners modes work correctly
2013-12-06 Sergey Karayevprocessing images in batch, with option to use selectiv...
2013-11-22 Ross GirshickMerge remote-tracking branch 'origin/master'
2013-11-22 Yangqing Jiafix Makefile problem
2013-11-21 Ross Girshickfixed minor typo in imagenet wrapper
2013-11-19 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-19 Yangqing JiaMerge branch 'master' of github.com:Yangqing/caffe
2013-11-19 Yangqing Jiaimagenet_solver.prototxt: added back the missing test...
2013-11-16 Yangqing JiaMade a major change: when initializing a network, the...
2013-11-15 Yangqing Jiawrapper update
2013-11-14 Yangqing Jiapycaffe: added a temporary numpy 1.6 compile solution
2013-11-14 Yangqing Jiamisc update
2013-11-14 Yangqing Jiapycaffe update and imagenet wrapper
2013-11-13 Yangqing Jiapycaffe update
2013-11-12 Yangqing Jiailsvrc 2012 mean
2013-11-12 Yangqing Jiaremoved obsolete scripts
2013-11-12 Yangqing Jiapython reorganization
2013-11-12 Yangqing Jiachanged makefile, and removed the no longer needed...
2013-11-12 Yangqing Jiachanged the python file paths