zuoshaobo
|
8b52eabd48
|
fix the region layer's output anchor size normalization error
|
2019-03-15 08:41:11 -04:00 |
|
Alexander Alekhin
|
922cd208f7
|
Merge pull request #13875 from allnes:optimization_fuse
|
2019-03-07 14:38:59 +00:00 |
|
Easton Liu
|
fcfb29766b
|
Add ability to read thresh and nms_threshold from YOLO layer in YOLOV3 cfg file.
Currently the thresh is hard-coded to be 0.2 and nms_threshold as 0.4.
|
2019-03-07 09:55:48 +08:00 |
|
Alexander Nesterov
|
74574dfae4
|
Added optimization fuse
|
2019-03-05 18:12:03 -01:00 |
|
Alexander Alekhin
|
80d37ba698
|
dnn: fix usage of CV_LOG_VERBOSE macro
|
2019-03-02 14:49:21 +00:00 |
|
Alexander Alekhin
|
865c29a754
|
Merge pull request #13892 from dkurt:onnx_upsample_unsqueeze
|
2019-02-26 10:17:07 +00:00 |
|
Alexander Alekhin
|
f6d3adcf3d
|
Merge pull request #13887 from dkurt:dnn_ie_lrn_bug
|
2019-02-25 14:26:22 +00:00 |
|
Alexander Alekhin
|
ca4fd1e427
|
Merge pull request #13884 from dkurt:dnn_drop_ie_r1_r2
|
2019-02-22 11:21:43 +00:00 |
|
Dmitry Kurtaev
|
20400aa9f7
|
Import Upsample and Unsqueeze from ONNX
|
2019-02-21 20:17:28 +03:00 |
|
Dmitry Kurtaev
|
4cbd09c41c
|
Add extra limitations for LRN from Inference Engine backend
|
2019-02-21 14:20:24 +03:00 |
|
Alexander Alekhin
|
0e70363f4a
|
Merge pull request #13882 from dkurt:fix_13479
|
2019-02-21 09:38:26 +00:00 |
|
Dmitry Kurtaev
|
ed710eaa1c
|
Make Inference Engine R3 as a minimal supported version
|
2019-02-21 09:32:26 +03:00 |
|
Dmitry Kurtaev
|
bfd663c281
|
Add a test for grouped deconvolution from ONNX
|
2019-02-21 08:54:35 +03:00 |
|
Ayush Pandey
|
5c7fe0fe05
|
Fix Issue #13479
|
2019-02-21 08:36:16 +03:00 |
|
Dmitry Kurtaev
|
715f881dda
|
Replace default confidence threshold for dnn detections from -FLT_MAX to 0
|
2019-02-20 13:09:09 +03:00 |
|
Alexander Alekhin
|
8cedc052ca
|
Merge pull request #13841 from dkurt:dnn_ie_future_3
|
2019-02-19 14:19:36 +00:00 |
|
Dmitry Kurtaev
|
ca5976e3d4
|
Fix IE backend considering future changes.
|
2019-02-18 19:26:04 +03:00 |
|
Alexander Alekhin
|
9d3d5e9d65
|
Merge pull request #13774 from l-bat:fix-IE-tests
|
2019-02-15 13:54:24 +00:00 |
|
Liubov Batanina
|
183c0fcab1
|
Changed condition for resize and lrn layers
|
2019-02-14 13:11:14 +03:00 |
|
Alexander Alekhin
|
9e7014b59f
|
Merge pull request #13799 from dkurt:dnn_ie_future_2
|
2019-02-12 14:07:42 +00:00 |
|
Dmitry Kurtaev
|
1606137df2
|
Read raw floats data from Caffe models
|
2019-02-11 20:08:17 +03:00 |
|
Dmitry Kurtaev
|
0711dab09d
|
Fix Intel's Inference Engine backend from future. Second try.
|
2019-02-11 19:47:57 +03:00 |
|
klemens
|
5d9c6723ee
|
spelling fixes
backport 997b7b18af
|
2019-02-11 15:35:10 +03:00 |
|
Liubov Batanina
|
6b4becfd03
|
Enabled tests on IE backend
|
2019-02-11 12:39:28 +03:00 |
|
Alexander Nesterov
|
9cbdb48d6d
|
Fix change step
|
2019-02-07 11:14:20 -01:00 |
|
Liubov Batanina
|
b068d26fad
|
Using IE backend for normalize layer tests
|
2019-02-07 11:52:27 +03:00 |
|
Alexander Alekhin
|
f67b197d49
|
Merge pull request #13738 from dkurt:dnn_ie_lock_shared_plugins
|
2019-02-06 12:09:58 +00:00 |
|
Dmitry Kurtaev
|
bc4e471847
|
Add a mutex for shared Inference Engine plugins
|
2019-02-05 19:26:58 +03:00 |
|
Alexander Alekhin
|
eab6744ac7
|
dnn(ocl): use compile-time LOCAL_SIZE parameter
instead of get_local_size(0) and dynamic local memory allocation
|
2019-02-05 15:51:16 +03:00 |
|
Alexander Alekhin
|
a42bbc9722
|
Merge pull request #13736 from dkurt:dnn_ie_future
|
2019-02-01 10:01:39 +00:00 |
|
Dmitry Kurtaev
|
c918ac298c
|
Fix IE tests
|
2019-01-31 14:14:38 +03:00 |
|
Dmitry Kurtaev
|
ac262f5b5d
|
Clone convolution layer weights only for fusion
|
2019-01-29 14:29:47 +03:00 |
|
Alexander Alekhin
|
3585522b24
|
Merge pull request #13692 from dkurt:dnn_do_not_crash_myriad_in_tests
|
2019-01-28 18:34:20 +00:00 |
|
Dmitry Kurtaev
|
3c3c5ef2b6
|
Fix a dnn bug with retrieving all the output blobs
|
2019-01-28 18:48:56 +03:00 |
|
Dmitry Kurtaev
|
ff775b2e54
|
Remove ASSERT_ANY_THROW checks fpr Myriad plugin and FP32 networks
|
2019-01-25 20:09:54 +03:00 |
|
Alexander Nesterov
|
97c3bcb1b7
|
Added fix for other size
|
2019-01-24 12:51:16 -01:00 |
|
Dmitry Kurtaev
|
f0ddf302b2
|
Move Inference Engine to new API
|
2019-01-17 14:28:48 +03:00 |
|
Raphael Graf
|
82c77fa244
|
dnn: remove malloc.h include
|
2019-01-10 13:07:36 +01:00 |
|
Dmitry Kurtaev
|
d0504c95f4
|
Add a text message for Convolution layer's input channels check
|
2019-01-09 13:10:19 +03:00 |
|
Alexander Alekhin
|
14633bc857
|
Merge pull request #13497 from dkurt:dnn_torch_bn_train
|
2018-12-21 14:29:10 +00:00 |
|
Dmitry Kurtaev
|
840c892abd
|
Batch normalization in training phase from Torch
|
2018-12-21 14:36:55 +03:00 |
|
Dmitry Kurtaev
|
59ce1d80a5
|
Fix dnn tests for Inference Engine R5
|
2018-12-21 12:33:30 +03:00 |
|
Dmitry Kurtaev
|
257f60582a
|
Add serialize method for IE net wrapper
backport 4ba4901ca9
|
2018-12-21 05:52:27 +00:00 |
|
Alexander Alekhin
|
bbdc987fc6
|
dnn: add OpenVINO 2018R5 defines
https://software.intel.com/en-us/openvino-toolkit
|
2018-12-21 05:52:27 +00:00 |
|
Alexander Alekhin
|
a9771078df
|
Merge pull request #13427 from dkurt:dnn_onnx_dynamic_reshape
|
2018-12-13 11:15:51 +00:00 |
|
Dmitry Kurtaev
|
e71758cfdf
|
Operate with shapes in ONNX models
|
2018-12-12 18:34:22 +03:00 |
|
Dmitry Kurtaev
|
53f6198f27
|
Minor fixes in IE backend tests
|
2018-12-10 20:08:13 +03:00 |
|
Dmitry Kurtaev
|
8422dda2c7
|
Element-wise subtraction from TensorFlow
|
2018-12-07 13:38:05 +03:00 |
|
Alexander Alekhin
|
492a072ea8
|
Merge pull request #13376 from dkurt:hotfix_dnn_ie
|
2018-12-06 15:09:51 +00:00 |
|
Dmitry Kurtaev
|
3868cb44f1
|
Exclude Input layer from list of outputs for IE networks
|
2018-12-06 09:08:50 +03:00 |
|