Vadim Pisarevsky
|
325cbd7c84
|
Merge pull request #10364 from dkurt:dnn_smooth_tf_data_layout
|
2017-12-22 09:56:45 +00:00 |
|
Li Peng
|
c5fc8e03ff
|
cleanup unnecessary macros in convolution ocl kernel
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-21 20:32:36 +08:00 |
|
Li Peng
|
0aa5e43a14
|
refactor candidate generation of convolution auto-tuning
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-21 23:05:54 +08:00 |
|
Vadim Pisarevsky
|
eecb64a973
|
Merge pull request #10331 from arrybn:python_dnn_net
|
2017-12-20 14:30:27 +00:00 |
|
Dmitry Kurtaev
|
7e48fa58eb
|
Manage TensorFlow's NHWC data layout is smoother
|
2017-12-20 14:13:40 +03:00 |
|
Dmitry Kurtaev
|
0ed2cbc931
|
R-FCN models support
|
2017-12-20 10:43:22 +03:00 |
|
Alexander Alekhin
|
dcdd6af5a8
|
Merge pull request #10341 from pengli:dnn
|
2017-12-19 14:04:55 +00:00 |
|
Li Peng
|
3b84acfc48
|
add ocl accuracy test for tf mobilenet ssd
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-19 18:38:55 +08:00 |
|
Li Peng
|
436d7e4eaf
|
add depthwise convolution kernel
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-19 17:59:13 +08:00 |
|
Li Peng
|
910d7dab1f
|
prior box layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
|
2017-12-19 17:44:10 +08:00 |
|
Dmitry Kurtaev
|
6aabd6cc7a
|
Remove cv::dnn::Importer
|
2017-12-18 18:08:28 +03:00 |
|
Alexander Rybnikov
|
19c914db51
|
Changed wrapping mode for cv::dnn::Net::forward
|
2017-12-18 15:56:09 +03:00 |
|
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 |
|