Yashas Samaga B L
2171cae8ff
Merge pull request #17976 from YashasSamaga:dnn-fusion-tests-fix-ocl
...
dnn: add exhaustive fusion tests, enable more eltwise fusions
* add eltwise fusion tests, enable more eltwise fusions
* merge weighted eltwise tests with eltwise tests
4 years ago
Liubov Batanina
f3cebb3e1b
Merge pull request #18077 from l-bat:reduce_sum
...
* Supported ReduceSum op
* Skip test
4 years ago
zhaoyue-zephyrus
e231be86b7
support flownet2 with arbitary input size
...
revise default proto to match the filename in documentations
fix a bug
beautify python codes
fix bug
beautify codes
add test samples with larger/smaller size
remove unless code
using bytearray without creating tmp file
remove useless codes
4 years ago
Liubov Batanina
6226ea0085
Fix bug in ONNX Gather op
4 years ago
Vadim Pisarevsky
1537ecd931
* added depth-wise convolution; gives ~20-30% performance improvement in MobileSSD networks
...
* hopefully, eliminated compile warnings, errors, as well as failure in one test
* * fixed a few typos
* decreased buffer size in some cases
* added more optimal im2row branch in the case of 1x1 convolutions
* tuned fastConv to reduce the number of passes over arrays
backport of commit 77b01deb80
4 years ago
danielenricocahall
8457e471fd
add relu as activation option in darknet
...
add relu option
add relu as activation option in darknet
simplify the setParams if-else ladder
add relu as activation option in darknet
correct activation_param type
format
format
add relu as activation option in darknet
spacing
spacing
add relu as activation option in darknet
4 years ago
Ilya Churaev
246de2b7f5
Replaced copy_with_new_args to clone_with_new_inputs
4 years ago
Ilya Churaev
e8c26963e9
Fixed removing is_parameter, is_constant, is_output
4 years ago
Liubov Batanina
d695208727
Merge pull request #17967 from l-bat:non_const_weights_for_conv
...
* Supported convolution with non-const weights
* Fix opencl blobs
* Update tests
4 years ago
Alexander Alekhin
1c8ee3f957
Merge pull request #17885 from alalek:dnn_ocl_slice_update
...
DNN: OpenCL/slice update
* dnn(ocl/slice): make slice kernel VTune friendly
- more unique names
- inline code of copy functions
* dnn(ocl/slice): prefer to spawn more work groups
- even in case with 1D copy
- perf improvement up to 2x of kernel time (due to changed configuration 128x1x1 => 128x32x1)
* dnn(ocl/slice): cache kernel exec info
4 years ago
Dmitry Kurtaev
cf8f65d806
Do not use size_t for nGraph layers
4 years ago
kadi soheib
6bed5c181b
Corrected Comment as requested by reviewer.
4 years ago
Sinitsina
0ac2f0e04c
mish_functor_update
4 years ago
Liubov Batanina
a35d4f9029
Support Gather for variable inputs
4 years ago
Alexander Alekhin
81e027eef7
dnn: fix OpenCL implementation of Slice layer
4 years ago
Alexander Alekhin
1c371d07b5
dnn(test): adjust tests for OpenVINO 2020.4
4 years ago
Alexander Alekhin
55e8549839
dnn: eliminate IE deprecation warning
4 years ago
Alexander Alekhin
435b6df989
dnn: use OpenVINO 2020.4 defines
...
original commit: 2813aa7eb9
4 years ago
Dmitry Kurtaev
cc584760d3
Fix TensorFlow->ONNX imports
4 years ago
Alexander Alekhin
5cb8619eca
dnn(ie): enable KEY_CPU_THREADS_NUM for Windows
4 years ago
Alexander Alekhin
d5713c657b
dnn(slice): disable buggy OCV/OCL implementation
4 years ago
Alexander Alekhin
99c4b76a6d
dnn(test): add YOLOv4-tiny tests
4 years ago
Ilya Churaev
d69a7a3bbf
Fixed header paths for some nGraph ops
...
* Added dependency on IE version
backport of commit: 992c908b56
4 years ago
YashasSamaga
b7eec216e9
generalize axis for concat fusion
4 years ago
kadi soheib
17c430da88
Updated comment.
4 years ago
kadi soheib
96a501c08b
Adding comment from source code to documentation.
4 years ago
Liubov Batanina
65dbbf712d
Merge pull request #17733 from l-bat:tiny_yolov4
...
* Supported yolov4-tiny
* Added comments
4 years ago
Ilya Lavrenov
e58ce89b10
Conditional compilation for IR v7 support
...
backported commit 86905754e4
5 years ago
Ilya Lavrenov
ad5e70f94e
Conditional compilation for network reader
...
origibal commit: 63e92cccf2
5 years ago
Dmitry Kurtaev
8e3f5fb209
Remove deprecated Inference Engine CPU extensions
5 years ago
Dmitry Kurtaev
1491934d17
Optimize Mish for CPU backend
5 years ago
Liubov Batanina
85c0c8c7ed
Disabling dafault NMS in yolo layer
5 years ago
Liubov Batanina
d93b6be3cc
Changed StridedSlice to VariadicSplit in Region layer
5 years ago
Ilya Lavrenov
676b818d6a
Removed plugin dispatcher
...
backport of commit 74113737f3
5 years ago
Ilya Lavrenov
9697e3ac24
Removed error lisneter usage
5 years ago
Alexander Alekhin
d2a9efd039
dnn: use OpenVINO 2020.3 defines
5 years ago
Maksim Shabunin
9096b1c768
dnn/NGraph: added nullptr checks
5 years ago
Alexander Alekhin
a43e3bebe6
pre: OpenCV 3.4.11 (version++)
5 years ago
Liubov Batanina
5ffc5bca7c
Fixed virtual try on sample
5 years ago
Alexander Alekhin
be1a121d0d
dnn(ie): fix layers extraction
5 years ago
Alexander Alekhin
79c5d07abe
dnn(test): file 'dnn/efficientdet-d0.pb' is optional
5 years ago
YourButterfly
f7daa9e4f5
chk divide 0
5 years ago
Dmitry Kurtaev
d9bada9867
dnn: EfficientDet
5 years ago
Alexander Alekhin
6b89154afd
dnn(test): add YOLOv4 tests
5 years ago
Liubov Batanina
ba3cf47600
Merge pull request #17386 from l-bat:tf_clamp_subgraph
...
* Added ClipByValue subgraph
* Return const nodes
5 years ago
Liubov Batanina
b236f10792
Switch ngraph::op::v1::Multiply to v0
5 years ago
Alexander Alekhin
f0bef94a03
dnn: update network dump code, include ngraph serialization
5 years ago
Alexander Alekhin
73aa5f567b
dnn: *_DENORMALS_ZERO_MODE is defined for SSE3
5 years ago
Liubov Batanina
d991c22090
Merge pull request #16575 from l-bat:flownet2
...
Support FlowNet2 model
* Support DataAugmentation layer
* Fix warnings
* Fix comments
* Support Correlation layer
* TEST
* Support Correlation layer
* Supported Accum and FlowWarp layers
* Supported ChannelNorm layer
* Supported Resample with inputs.size() > 1
* Fixed comments
* Refactoring
* Added tests
* Add resample test
* Added asserts in resize layer
* Updated DataAugmentation layer
* Update convolution layer
* Refactoring
* Fix data augmentation layer
* Fix caffe importer
* Fix resize
* Switch to Mat ptr
* Remove useless resize type
* Used ResizeLayer in Accum
* Split ChannelNormLayer
* Delete duplicate assert
* Add sample
* Fix sample
* Added colormap
5 years ago
Dmitry Kurtaev
b5035ce991
Increase test threshold for YOLOv3 on OCL FP16
5 years ago