YashasSamaga
98b5fb4b9f
disable MaskRCNN test for CUDA_FP16
5 years ago
Alexander Alekhin
cc0066d38d
dnn(test): adjust check tolerance in Keypoints_face
5 years ago
Dmitry Kurtaev
d8dea7896b
Merge pull request #16628 from dkurt:dnn_ngraph_custom_layers
...
* Custom layers with nGraph
* nGraph: multiple outputs from nodes
5 years ago
Alexander Alekhin
c2f5f5a202
dnn(test): configure filtering for 32-bit systems (part 2)
5 years ago
YashasSamaga
5e082ab852
resize tensor on reuse if required
5 years ago
Alexander Alekhin
d54d01ca46
core(MatExpr): fix .type() bug
5 years ago
ashishiva3@gmail.com
2b96a485e7
Darknet_io: Parsing for cost layer added
5 years ago
Alexander Alekhin
1540ae340f
dnn(test): configure filtering for 32-bit systems
5 years ago
YashasSamaga
c23ab37355
fix weights rank assertion in InnerProductOp
5 years ago
Alexander Alekhin
01048e5603
Merge pull request #16616 from alalek:dnn_fix_input_shape
...
* dnn: fix processing of input shapes
- importer: avoid using of .setInput() => .setInputShape()
- setInput: shape limitation check (partial)
* dnn(test): test .setInput() in readNet()
5 years ago
berak
4fdf4d380c
dnn: small fix in pose estimation model
5 years ago
Yashas Samaga B L
1f695c4532
Merge pull request #16161 from YashasSamaga:cuda4dnn-concat-fusion
...
cuda4dnn(concat): write outputs from previous layers directly into concat's output
* eliminate concat by directly writing to its output buffer
* fix concat fusion not happening sometimes
* use a whitelist instead of a blacklist
5 years ago
Dmitry Kurtaev
f3eef792eb
Enable Mask R-CNN with Inference Engine. Full coverage with nGraph
5 years ago
Alexander Alekhin
7ac7aca33b
dnn(caffe): fix net.input_dim handling in Caffe importer
5 years ago
Alexander Alekhin
1602a38fa9
Merge pull request #16572 from alalek:dnn_test_dldt_ir_v10
...
* dnn(test): test DLDT IRv10 model, drop old models
* dnn(test): don't expect bitexact results in DLDT IR tests
5 years ago
Liubov Batanina
e970eccbf1
Merge pull request #16472 from l-bat:cp_vton
...
Add CP-VTON sample
* Support resize from PyTorch
* Add CP-VTON sample
* Fix downsampling
* Fix test
* Add model links
* Add default args
* Speed up resize
* Fix TOM link
* Add default args
* Fix comments
* Set aspect ratio for input
* Update links
* Check files exist
5 years ago
Gagandeep Singh
a6f3a21256
Merge pull request #16424 from czgdp1807:issue-16370
...
* fixed Split layer in ONNXImporter
* added test for fix of split layer
* fixed tests for Split layer
* applied reviews
* updated tests
* fixed paths in tests
5 years ago
Dmitry Kurtaev
9a4cafa319
Resolve #14566
5 years ago
Alexander Alekhin
0a91261c7f
dnn: turn off visibility workaround for OpenVINO 2020.1
5 years ago
Alexander Alekhin
d81a0da3e0
dnn: use OpenVINO 2020.1 defines
5 years ago
ashishiva3@gmail.com
cd53144ed3
commit: Corrected end tensor_content parsing for StridedSlice layer.
5 years ago
Alexander Alekhin
8ecfb59930
dnn(test): skip failed ngraph tests
5 years ago
ashishiva3@gmail.com
d64529f6de
Added parsing for Connected and Dropout. Modified maxpool padding
5 years ago
Alexander Alekhin
ac0a14631d
dnn: eliminate MSVC warnings from ngraph.hpp
5 years ago
Alexander Alekhin
6eba1a4d44
dnn: auto network dump through parameter
5 years ago
Alexander Alekhin
fa4871b013
dnn: don't require setInput in .dump()
5 years ago
Dmitry Kurtaev
005f38fb45
Fix dnn::ResizeLayer to manage varying input shapes
5 years ago
Alexander Alekhin
a4bd7506a5
core: CV_STRONG_ALIGNMENT macro
...
Should be used to guard unsafe type casts of pointers
5 years ago
Liubov Batanina
4a19ac5aca
Move instruction
5 years ago
Liubov Batanina
d9474648f0
Fix diff
5 years ago
Liubov Batanina
0687cffe21
Support logSoftMax
5 years ago
Liubov Batanina
a3ae69893c
Extend nGraph Deconvolution layer support
5 years ago
Liubov Batanina
55b03dcaba
Refactoring
5 years ago
Alexander Alekhin
6670e6b0bb
dnn: prevent unloading of InferenceEngine plugins
5 years ago
Liubov Batanina
7e5b5390ba
Fix comments
5 years ago
Alexander Alekhin
b21a861c5b
dnn(test): adjust test tolerance for MYRIAD
5 years ago
Liubov Batanina
35c24480ae
Fix axis
5 years ago
Liubov Batanina
832ca0734d
Refactoring
5 years ago
Liubov Batanina
fada959b4b
Fix comment
5 years ago
Liubov Batanina
c6936f5a77
Support lrn with SPATIAL_NRM
5 years ago
Liubov Batanina
d825caf18e
Update check params
5 years ago
Liubov Batanina
97455f1593
Remove useless condition
5 years ago
Liubov Batanina
08ba63da02
Add global pool flags
5 years ago
ashishiva3@gmail.com
f29bc22005
Convolutional padding parsing modified
5 years ago
Julien
886220b9be
Merge pull request #16273 from JulienMaille:wrapper_available_target
...
* add a wrapper for getAvailableTargets
* add java wrapper on Target enum
5 years ago
Alexander Alekhin
55d54b56bf
dnn(onnx): handle unaligned access in ONNX importer
5 years ago
Julien Maille
a696348ec5
FIX: disable dnn cuda input_shortcut on _half for CC<5.3
5 years ago
Yashas Samaga B L
d85e67d3ec
Merge pull request #16063 from YashasSamaga:cuda4dnn-shortcut-unequal
...
support eltwise sum with different number of input channels in CUDA backend
* add shortcut primitive
* add offsets in shortcut kernel
* skip tests involving more than two inputs
* remove redundant modulus operation
* support multiple inputs
* remove whole file indentation
* skip acc in0 trunc test if weighted
* use shortcut iff channels are unequal
5 years ago
Dmitry Kurtaev
8b9e8a805d
MVN support through nGraph
5 years ago
Alexander Alekhin
2638c5e9b7
dnn: dump layer's blobs on getMemoryShapes() error
5 years ago