index
:
platform/upstream/caffeonacl
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_unified
armcl-v18.11
master
sandbox/daeinki/armcl-v18.08
sandbox/nmerinov/llvm
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
Domain: Machine Learning / ML Framework; Licenses: BSD-2-Clause;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-04
removed mention of getting_pretrained_models page and old paths
Sergey Karayev
2
-4
/
+4
2014-09-01
[pycaffe] use _blob_names, _layer_names instead of removed .name
Jonathan L Long
1
-6
/
+7
2014-09-01
[pycaffe] expose Net.blob_names and Net.layer_names
Jonathan L Long
2
-0
/
+5
2014-09-01
[pycaffe] add converter for vector<string> used by _*_names
Jonathan L Long
1
-0
/
+3
2014-08-31
[pycaffe] expose Blob.Reshape
Jonathan L Long
2
-0
/
+4
2014-08-31
[pycaffe] remove name property from PyBlob and PyLayer
Jonathan L Long
2
-25
/
+8
2014-08-31
[pycaffe] declare the _caffe module init function
Jonathan L Long
1
-0
/
+4
2014-08-31
[pycaffe] split _caffe into source and header files
Jonathan L Long
2
-259
/
+277
2014-08-31
[pycaffe] make PyBlob a template over Dtype
Jonathan L Long
1
-21
/
+22
2014-08-31
[pycaffe] make PyNet a class, not a struct
Jonathan L Long
1
-4
/
+8
2014-08-30
[pycaffe] use a namespace alias instead of using directives for boost::python
Jonathan L Long
1
-37
/
+31
2014-08-30
[pycaffe] live in caffe namespace instead of opening it
Jonathan L Long
1
-2
/
+4
2014-08-30
[pycaffe] use class names of the form Py* instead of Caffe*
Jonathan L Long
1
-70
/
+70
2014-08-17
cmake build configuration for travis-ci
Adam Kosiorek
1
-1
/
+1
2014-08-17
cmake build system
Adam Kosiorek
1
-0
/
+20
2014-08-09
default raw_scale in python scripts to ImageNet model value
Evan Shelhamer
2
-2
/
+4
2014-08-06
LICENSE governs the whole project so strip file headers
Evan Shelhamer
1
-1
/
+0
2014-08-05
drop np.asarray() in favor of declaration (~1.75x speedup)
Evan Shelhamer
2
-8
/
+16
2014-08-05
fix pycaffe context cropping with or without mean
Evan Shelhamer
1
-6
/
+13
2014-08-05
take array in pycaffe `Net.set_mean()` instead of file path
Evan Shelhamer
5
-17
/
+25
2014-08-05
fix pycaffe input processing
Evan Shelhamer
7
-36
/
+88
2014-08-05
define caffe.Net input preprocessing members by boost::python
Evan Shelhamer
2
-23
/
+27
2014-07-28
Merge pull request #733 from longjon/pycaffe-tweaks
Evan Shelhamer
1
-14
/
+12
2014-07-18
pycaffe: test channel_order and input_scale against None
Jonathan L Long
1
-4
/
+4
2014-07-18
pycaffe: reorder exceptions
Jonathan L Long
1
-4
/
+4
2014-07-18
pycaffe: allow unspecified mean. Fixes #671.
Jonathan L Long
1
-6
/
+4
2014-07-18
pycaffe: expose Forward/Backward From/To as kwargs start and end
Jonathan L Long
2
-13
/
+38
2014-06-12
Merge pull request #455 from shelhamer/pycaffe-save
Evan Shelhamer
1
-1
/
+9
2014-06-12
save from python for net surgery
Evan Shelhamer
1
-1
/
+9
2014-06-11
Merge pull request #482 from shelhamer/rcnn-detector-example
Evan Shelhamer
2
-11
/
+98
2014-06-11
pycaffe: leave grayscale images gray according to arg
Evan Shelhamer
1
-3
/
+8
2014-06-09
make selective search proposals with R-CNN configuration
Evan Shelhamer
1
-1
/
+4
2014-06-09
pycaffe Detector crops with surrounding context
Evan Shelhamer
2
-8
/
+92
2014-06-09
fix old detect.py default
Evan Shelhamer
1
-2
/
+2
2014-05-26
caffe.Net preprocessing members belong to object, not class
Evan Shelhamer
1
-6
/
+7
2014-05-23
follow-up on #443 to invert k channels (instead of 3)
Evan Shelhamer
1
-1
/
+2
2014-05-23
Correctly invert the swapping of colour channels
James Thewlis
1
-1
/
+2
2014-05-22
fix draw_net python script
Evan Shelhamer
1
-2
/
+2
2014-05-20
preprocess single inputs instead of lists
Evan Shelhamer
3
-42
/
+38
2014-05-20
windowed detection in python
Evan Shelhamer
5
-462
/
+262
2014-05-19
squash infuriating loop assignment bug in batching
Evan Shelhamer
1
-1
/
+1
2014-05-19
image classification in python
Evan Shelhamer
5
-129
/
+206
2014-05-19
fix padding for the last batch
Evan Shelhamer
1
-3
/
+4
2014-05-19
split drawnet into module code and script
Evan Shelhamer
2
-15
/
+25
2014-05-19
add caffe.io submodule for conversions, image loading and resizing
Evan Shelhamer
3
-12
/
+89
2014-05-19
fix python mean subtraction
Evan Shelhamer
1
-7
/
+9
2014-05-16
drop cute names in favor of Net.{pre,de}process() for input formatting
Evan Shelhamer
1
-44
/
+45
2014-05-16
Net.caffeinate() and Net.decaffeinate() format/unformat lists
Evan Shelhamer
1
-41
/
+46
2014-05-16
take blob args as ndarrays and assign on the python side
Evan Shelhamer
2
-184
/
+72
2014-05-15
resize to input dimensions when formatting in python
Evan Shelhamer
1
-0
/
+7
[next]