Dmitry Kurtaev
|
2b43d4f477
|
Fix default pooling layer type
|
2017-12-17 16:46:40 +03:00 |
|
Alexander Alekhin
|
3fddce67c6
|
experimental version++
|
2017-12-16 01:30:36 +03:00 |
|
Maksim Shabunin
|
1033f2b1bd
|
Fixed 3 issues found by static analysis
|
2017-12-15 17:29:26 +03:00 |
|
Vadim Pisarevsky
|
62359f70ff
|
Merge pull request #10306 from dkurt:faster_rcnn
|
2017-12-15 12:23:53 +00:00 |
|
Dmitry Kurtaev
|
08112f3821
|
Faster-RCNN models support
|
2017-12-15 12:16:21 +03:00 |
|
Alexander Alekhin
|
0da947e6b3
|
dnn: more debug information
|
2017-12-14 19:21:17 +03:00 |
|
Alexander Alekhin
|
c231472ad6
|
Merge pull request #10290 from tomoaki0705:fixVS2012Round
|
2017-12-13 15:30:21 +00:00 |
|
Tomoaki Teshima
|
ecb6bcf2e0
|
fix build error on Visual Studio 2012
* round doesn't exists in standard library of Visual Studio 2012
* apply the correct computation of ROI
|
2017-12-13 17:40:07 +03:00 |
|
Vitaly Tuzov
|
51cb56ef2c
|
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
|
2017-12-13 15:00:38 +03:00 |
|
Alexander Alekhin
|
eff42f6387
|
dnn: more debug info
|
2017-12-12 12:04:10 +03:00 |
|
Vadim Pisarevsky
|
7e680bd9ff
|
Merge pull request #10215 from dkurt:dnn_js
|
2017-12-11 12:47:52 +00:00 |
|
Vadim Pisarevsky
|
c24f10d647
|
Merge pull request #10268 from dkurt:fix_scale_layer
|
2017-12-08 18:46:50 +00:00 |
|
Dmitry Kurtaev
|
f503515082
|
JavaScript bindings for dnn module
|
2017-12-08 18:33:48 +03:00 |
|
Dmitry Kurtaev
|
e307065c8e
|
Scale layer in case of 2D inputs
|
2017-12-08 17:34:59 +03:00 |
|
Alexander Alekhin
|
f2070c9f5d
|
Merge pull request #10255 from dkurt:dnn_roi_pooling
|
2017-12-08 11:20:07 +00:00 |
|
Dmitry Kurtaev
|
17dcf0e82d
|
ROIPooling layer
|
2017-12-07 19:04:38 +03:00 |
|
Dmitry Kurtaev
|
ef0650179b
|
Fix conv/deconv/fc layers FLOPS computation
|
2017-12-07 11:42:04 +03:00 |
|
Alexander Alekhin
|
6074f92d48
|
Merge pull request #10228 from pengli:dnn_new
|
2017-12-06 15:50:12 +00:00 |
|
Alexander Alekhin
|
0b688cd23f
|
Merge pull request #10240 from alalek:dnn_perf_ssd
|
2017-12-06 15:41:18 +00:00 |
|
Li Peng
|
59cbaca4d3
|
detection_output layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-06 22:35:59 +08:00 |
|
Li Peng
|
66feea6cac
|
region layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-07 02:26:46 +08:00 |
|
Li Peng
|
7707c9bfba
|
reorg layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-07 02:26:46 +08:00 |
|
Li Peng
|
85b1c4060c
|
support axis in concat layer ocl path
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-07 02:26:46 +08:00 |
|
Li Peng
|
07bec6bdcd
|
reshape layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-07 02:26:40 +08:00 |
|
Alexander Alekhin
|
d8a737b4b0
|
dnn: SSD performance test
|
2017-12-06 15:55:18 +03:00 |
|
Li Peng
|
7b7033ac60
|
permute layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-05 22:10:05 +08:00 |
|
Dmitry Kurtaev
|
bbbec300a6
|
nn.BatchNormalization and nn.Dropout layers from Torch
|
2017-12-04 12:57:21 +03:00 |
|
Alexander Alekhin
|
cc2ee923e4
|
Merge pull request #10164 from pengli:dnn
|
2017-11-29 12:05:10 +00:00 |
|
Wu Zhiwen
|
1f465a0ef9
|
dnn(ocl4dnn): fuseLayer() use umat_input/outputBlobs for OpenCL target
Also, fix bug when use OPENCL target but no OpenCL runtime
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
|
2017-11-27 22:25:53 +08:00 |
|
Li Peng
|
a47fbd2610
|
Add ocl accuracy test for a few dnn nets
They are alexnet, mobilenet-ssd, resnet50, squeezeNet_v1_1,
yolo and fast_neural_style.
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-11-27 23:33:21 +08:00 |
|
Dmitry Kurtaev
|
99ed085752
|
Update PriorBox layer
|
2017-11-27 16:47:20 +03:00 |
|
Alexander Alekhin
|
13f374660f
|
dnn(ocl4dnn): drop unused batch_size_ in pooling
|
2017-11-23 20:46:56 +00:00 |
|
Alexander Alekhin
|
e34b64c979
|
dnn(ocl4dnn): refactor pooling OpenCL calls
|
2017-11-23 20:46:44 +00:00 |
|
Alexander Alekhin
|
f071a48ec7
|
Merge pull request #10143 from pengli:ocl4dnn
|
2017-11-23 18:47:14 +00:00 |
|
Alexander Alekhin
|
107582c767
|
Merge pull request #9996 from dkurt:dnn_multiple_inputs
|
2017-11-23 18:22:37 +00:00 |
|
Li Peng
|
636d6368ee
|
use OutputArrayOfArrays in net forward interface
It allows umat buffers used in net forward interface
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-11-24 02:19:10 +08:00 |
|
Wu, Zhiwen
|
04edc8fe3a
|
cleanup ocl4dnn spatial convolution kernels
remove unused macros and half definition macros,
also remove unused ocl::Queue
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-11-24 02:19:10 +08:00 |
|
Alexander Alekhin
|
49a5280198
|
Merge pull request #10139 from alalek:dnn_rename_caffe_proto_package
|
2017-11-23 14:10:42 +00:00 |
|
Alexander Alekhin
|
f37f4cf3b4
|
Merge pull request #9994 from r2d3:dnn_memory_load
|
2017-11-22 18:15:00 +00:00 |
|
Alexander Alekhin
|
e7d62d6ef3
|
Merge pull request #10126 from alalek:dnn_issue_10125
|
2017-11-22 18:03:51 +00:00 |
|
Alexander Alekhin
|
b29893b938
|
dnn: autogenerated files
|
2017-11-22 18:34:07 +03:00 |
|
Alexander Alekhin
|
1c88a566e0
|
dnn: rename caffe protobuf package
|
2017-11-22 18:34:07 +03:00 |
|
Alexander Alekhin
|
9db5cbf9a4
|
dnn: sync output/internals blobs back
|
2017-11-22 14:00:58 +03:00 |
|
Vadim Pisarevsky
|
f8ad289311
|
Merge pull request #10092 from alalek:dnn_rename_caffe_proto
|
2017-11-22 08:16:20 +00:00 |
|
Alexander Alekhin
|
0f34628af7
|
dnn: drop OpenCL code path for DetectionOutputLayer
getUMat()/getMat() calls are scope based. Results of these calls can't be
stored somewhere for future usage.
|
2017-11-21 17:28:42 +03:00 |
|
Alexander Alekhin
|
438e456ce9
|
Merge pull request #10113 from wzw-intel:fusion
|
2017-11-20 18:13:33 +00:00 |
|
Alexander Alekhin
|
f19f2bbcde
|
dnn: autogenerated files
rename caffe.proto => opencv-caffe.proto
|
2017-11-20 19:04:02 +03:00 |
|
Alexander Alekhin
|
f6d927ef3b
|
dnn: avoid conflicts with original caffe.proto
rename caffe.proto => opencv-caffe.proto
|
2017-11-20 19:04:00 +03:00 |
|
David Geldreich
|
f723cede2e
|
add loading TensorFlow/Caffe net from memory buffer
add a corresponding test
|
2017-11-20 16:28:22 +01:00 |
|
Dmitry Kurtaev
|
6c5dd5cf6d
|
Replace caffe::NormalizedBBox to local structure
|
2017-11-20 18:03:31 +03:00 |
|