Liubov Batanina
bb91e6999b
Fix demo
5 years ago
ashishiva3@gmail.com
f29bc22005
Convolutional padding parsing modified
5 years ago
Alexander Alekhin
ac30620344
ts: move message about misused 'optional' under the configuration parameter
5 years ago
Alexander Alekhin
8128f6284a
Merge pull request #15929 from sturkmen72:patch-3
5 years ago
Alexander Alekhin
2c0ebf36a9
Merge pull request #16372 from alalek:backport_16350
5 years ago
Alexander Alekhin
b3a07166ba
Merge pull request #16350 from hannesa2:fixLintIssuesAndroid
5 years ago
Chip Kerchner
301626ba26
Merge pull request #15488 from ChipKerchner:vectorizeMinMax2
...
Vectorize minMaxIdx functions
* Updated documentation and intrinsic tests for v_reduce
* Add other files back in from the forced push
* Prevent an constant overflow with v_reduce for int8 type
* Another alternative to fix constant overflow warning.
* Fix another compiler warning.
* Update comments and change comparison form to be consistent with other vectorized loops.
* Change return type of v_reduce_min & max for v_uint8 and v_uint16 to be same as lane type.
* Cast v_reduce functions to int to avoid overflow. Reduce number of parameters in MINMAXIDX_REDUCE macro.
* Restore cast type for v_reduce_min & max to LaneType
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
Alexander Alekhin
282fcb90dc
Merge pull request #16376 from JulienMaille:cuda-dnn-for-older-gpus
5 years ago
Alexander Alekhin
09b3383a7e
imgproc: dispatch sumpixels (integral)
5 years ago
Alexander Alekhin
b4316af834
imgproc: rename sumpixels.avx512_skx.{cpp,hpp}
5 years ago
Julien Maille
a696348ec5
FIX: disable dnn cuda input_shortcut on _half for CC<5.3
5 years ago
Hannes Achleitner
3b54ebec3f
fix lint errors and warnings ins Android samples
...
backporting of commit 4057e81b76
5 years ago
Alexander Alekhin
16b13c6e3b
Merge pull request #16367 from dkurt:dnn_ie_ngraph_mvn
5 years ago
Alexander Alekhin
f429cee5d1
Merge pull request #16369 from kraj:gcc10
5 years ago
Alexander Alekhin
90e4907b0b
Merge pull request #16294 from h6197627:master
5 years ago
h6197627
fb3a334bbe
cmake: fix Linux system OpenEXR detection
5 years ago
Khem Raj
2bd9488475
carotene: Replace ipcp-unit-growth with ipa-cp-unit-growth on gcc >= 10
...
gcc 10+ has renamed this option, therefore check for gcc version before
deciding which name to use for opt parameter
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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
Alexander Alekhin
c30af724ef
Merge pull request #16349 from hannesa2:RemoveEclipseRelicts
5 years ago
Alexander Alekhin
3e2d8ca0a1
Merge pull request #16325 from alalek:core_simd_neon_fix_alignment_lut
5 years ago
Alexander Alekhin
1f8802b94d
Merge pull request #16351 from hannesa2:finishAndroidVersionGradleStyle
5 years ago
Dmitry Kurtaev
8b9e8a805d
MVN support through nGraph
5 years ago
Alexander Alekhin
2b9cfe1e1c
Merge pull request #16257 from ianare:more-pythonic
5 years ago
Alexander Alekhin
358139b6b9
imgproc(dispatch): keep history of sumpixels.cpp
5 years ago
Alexander Alekhin
c6a622542d
imgproc: copy sumpixels.dispatch.cpp
5 years ago
Alexander Alekhin
4ecbcf0885
imgproc: copy sumpixels.simd.hpp
5 years ago
Alexander Alekhin
2638c5e9b7
dnn: dump layer's blobs on getMemoryShapes() error
5 years ago
Alexander Alekhin
ed377ac1e8
Merge pull request #16363 from JulienMaille:cuda-dnn-for-older-gpus
5 years ago
Julien
ced3df73da
Fix: rsqrt(float) was improperly put in the ifdef for half
5 years ago
Hannes Achleitner
4057e81b76
fix lint errors and warnings ins Android samples
5 years ago
Alexander Alekhin
24ca53183d
Merge pull request #16361 from alalek:android_fix_javadoc
5 years ago
YashasSamaga
fd369a5004
fix and optimize ROIPooling
5 years ago
Alexander Alekhin
f6137292f1
Merge pull request #16357 from dkurt:dnn_ie_reset_myriad
5 years ago
Alexander Alekhin
a90dacdf75
android: fix javadoc
5 years ago
Dmitry Kurtaev
d92a883de1
Different way to reset Myriad device
5 years ago
Alexander Alekhin
f6a8f7859c
Merge pull request #16354 from dkurt:dnn_ie_custom_cpu_layers
5 years ago
Julien
4e2ef8c8f5
Merge pull request #16218 from JulienMaille:cuda-dnn-for-older-gpus
...
Enable cuda4dnn on hardware without support for __half
* Enable cuda4dnn on hardware without support for half (ie. compute capability < 5.3)
Update CMakeLists.txt
Lowered minimum CC to 3.0
* UPD: added ifdef on new copy kernel
* added fp16 support detection at runtime
* Clarified #if condition on atomicAdd definition
* More explicit CMake error message
5 years ago
Alexander Alekhin
7cd3615f9f
Merge pull request #16353 from dkurt:uninitialized_value
5 years ago
Dmitry Kurtaev
7c741f54fa
Wrap custom OpenCV layers to try-catch
5 years ago
Dmitry Kurtaev
0d896af8ec
Fix uninitialized value
5 years ago
Hannes Achleitner
afc8dd5661
remove Eclipse relicts in Android sample
5 years ago
Hannes Achleitner
52f930cca7
finish Android version info to Gradle style
5 years ago
Alexander Alekhin
4cb9faf6c9
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
a67228cd73
Merge pull request #16291 from dkurt:dnn_onnx_graph_simplifier
5 years ago
Alexander Alekhin
f4daf14bfa
Merge pull request #16199 from sajarindider:computeGradientX
5 years ago
Alexander Alekhin
abe2ca886d
Merge pull request #16344 from l-bat:ngraph_normalize
5 years ago
sajarindider
4b93820880
Fixed small inefficiency in seamless clone init
5 years ago
Liubov Batanina
be86338a79
Enable acrossSpatial normalizeL2 on Myriad
5 years ago