summaryrefslogtreecommitdiff
path: root/python/detect.py
AgeCommit message (Expand)AuthorFilesLines
2015-03-08[pycaffe] fix CPU / GPU switch in example scriptsEvan Shelhamer1-5/+8
2015-03-08[pycaffe] make classify.py print input + output file pathsariandyy1-1/+1
2015-02-24Making python3 work with cmake and the new python wrapperphilkr1-1/+1
2015-02-18[pycaffe] switch examples to TransformerEvan Shelhamer1-0/+2
2014-10-02Update detect.pyBert1-2/+2
2014-09-04removed mention of getting_pretrained_models page and old pathsSergey Karayev1-2/+2
2014-08-09default raw_scale in python scripts to ImageNet model valueEvan Shelhamer1-1/+2
2014-08-05take array in pycaffe `Net.set_mean()` instead of file pathEvan Shelhamer1-2/+6
2014-08-05fix pycaffe input processingEvan Shelhamer1-3/+8
2014-06-09pycaffe Detector crops with surrounding contextEvan Shelhamer1-1/+8
2014-06-09fix old detect.py defaultEvan Shelhamer1-2/+2
2014-05-20windowed detection in pythonEvan Shelhamer1-0/+151