Ilya Churaev
a46ca98c57
Revert "Fixed removing is_parameter, is_constant, is_output"
5 years ago
Ilya Churaev
33db2ac928
Fixed removing is_parameter, is_constant, is_output
5 years ago
Alexander Alekhin
81e027eef7
dnn: fix OpenCL implementation of Slice layer
5 years ago
Alexander Alekhin
55e8549839
dnn: eliminate IE deprecation warning
5 years ago
Alexander Alekhin
435b6df989
dnn: use OpenVINO 2020.4 defines
...
original commit: 2813aa7eb9
5 years ago
Dmitry Kurtaev
cc584760d3
Fix TensorFlow->ONNX imports
5 years ago
YashasSamaga
1949056423
improved diagnostics for build issues
5 years ago
Alexander Alekhin
5cb8619eca
dnn(ie): enable KEY_CPU_THREADS_NUM for Windows
5 years ago
YashasSamaga
37e2afb8f6
fix concat fusion for cuda4dnn
5 years ago
Yashas Samaga B L
d0e6d2438c
Merge pull request #17363 from YashasSamaga:cuda4dnn-eltwise-fusion2
...
cuda4dnn(conv): fuse eltwise with convolutions
* fuse eltwise with convolutions
* manually rebase to avoid bad git merge
5 years ago
Alexander Alekhin
d5713c657b
dnn(slice): disable buggy OCV/OCL implementation
5 years ago
Ilya Churaev
d69a7a3bbf
Fixed header paths for some nGraph ops
...
* Added dependency on IE version
backport of commit: 992c908b56
5 years ago
Ilya Churaev
992c908b56
Merge pull request #17756 from ilyachur:feature/ichuraev/fix_ngraph_headers
...
* Fixed header paths for some nGraph ops
* Added dependency on IE version
5 years ago
YashasSamaga
cbdaa93e54
reduce slice, concat to copy; enable more concat fusions
5 years ago
YashasSamaga
b7eec216e9
generalize axis for concat fusion
5 years ago
YashasSamaga
4988e131fd
transfer output blobs in background
5 years ago
Liubov Batanina
65dbbf712d
Merge pull request #17733 from l-bat:tiny_yolov4
...
* Supported yolov4-tiny
* Added comments
5 years ago
YashasSamaga
62a63021c7
add cuDNN 8 support
5 years ago
Ilya Lavrenov
e58ce89b10
Conditional compilation for IR v7 support
...
backported commit 86905754e4
5 years ago
Ilya Lavrenov
86905754e4
Conditional compilation for IR v7 support
5 years ago
Dmitry Kurtaev
3bdd7bfbea
Remove deprecated Inference Engine CPU extensions
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
YashasSamaga
6573b9ace0
use fp32 mish for fp16 mish
5 years ago
Liubov Batanina
85c0c8c7ed
Disabling dafault NMS in yolo layer
5 years ago
Yashas Samaga B L
9ba5581d17
Merge pull request #17534 from YashasSamaga:cuda4dnn-remove-unused-funcs
...
cuda4dnn: reduce CUDA version requirements to at least CUDA 9.2
* remove half2 specializations
* do not remove atomicAdd for half in CUDA 10 and below
* remove fp16.hpp
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
74113737f3
Removed plugin dispatcher
5 years ago
YashasSamaga
87ab4ee567
improve mish performance and accuracy
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
YashasSamaga
265acccd56
allow multiple inputs to resize, fix tests
5 years ago
Maksim Shabunin
9096b1c768
dnn/NGraph: added nullptr checks
5 years ago
Maksim Shabunin
7ce518106b
dnn/NGraph: added nullptr checks
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
YourButterfly
f7daa9e4f5
chk divide 0
5 years ago
Liubov Batanina
d3aaf2d3a3
Merge pull request #17371 from l-bat:nms_model
...
* Fix NMS bug in DetectionModel
* Fixed comments
* Refactoring
5 years ago
Dmitry Kurtaev
d9bada9867
dnn: EfficientDet
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
YashasSamaga
b3a261c7ce
set stream at the site of creation
5 years ago
YashasSamaga
57ca10636c
do not create redundant handles
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
68d59a2913
Flush to zero Convolution denormal weights
5 years ago
Maksim Shabunin
7c41b54e3d
Fixed build with latest Vulkan headers
5 years ago
Dmitry Kurtaev
b4a6aa335d
TensorFlow bilinear resize downscale
5 years ago