Alexander Alekhin
77bfd9434b
Merge pull request #19782 from TolyaTalamanov:at/rmat-plaidml-backend
4 years ago
Alexander Alekhin
144443d011
build: winpack_dldt with dldt 2021.3.0
4 years ago
Anatoliy Talamanov
6ba99068c9
Support RMat for PlaidML backend
4 years ago
Alexander Alekhin
86d0a86141
dnn(ocl): fix gemm kernel scheduling
4 years ago
Alexander Alekhin
b7f6584dab
Merge pull request #19784 from alalek:gapi_win32_build_warning
4 years ago
Alexander Alekhin
3290a5f370
gapi(build): eliminate Win32 build warning
4 years ago
Mikhail Nikolskii
bf9f67e93f
Merge pull request #19783 from mikhail-nikolskiy:interop-perf
...
Performance optimization in DirectX and VAAPI interop
* optimization in OpenCL NV12<>BGR kernels
* reduce kernel work-size
4 years ago
Alexander Alekhin
26ea4760ad
Merge pull request #19774 from aarongreig:aaron/dnn/oclTestAccuracyThresholds
4 years ago
Anatoliy Talamanov
0753408e10
Merge pull request #19318 from TolyaTalamanov:at/python-generic-infer
...
[G-API] Python ROI generic inference
* Python generic infer overloads
* Move wrappers to appropriate file
4 years ago
Aaron Greig
f59917bea1
Introduce relaxed accuracy thresholds for CL target in some dnn tests.
...
Partially addresses #9821
4 years ago
Alexander Alekhin
b62d015285
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
a394c8b10b
Merge pull request #19770 from alalek:dnn_openvino_2021.3.0
4 years ago
Alexander Alekhin
24002a5dfe
Merge pull request #19731 from rgarnov:rg/basic_frame_drop
4 years ago
Lukas-Alexander Weber
7c4b873ba3
Merge pull request #19762 from lukasalexanderweber:master
...
* Error Message for SURF if not implemented
In OpenCV 4.5.1
import cv2 as cv
cv.xfeatures2d_SURF.create
will not create an AttributeError, even if the function is excluded (no nonfree option)
In Line 305 (now 306) however ´finder = FEATURES_FIND_CHOICES[args.features]()´ will raise an
error: OpenCV(4.5.1) ..\opencv_contrib\modules\xfeatures2d\src\surf.cpp:1029: error: (-213:The function/feature is not implemented) This algorithm is patented and is excluded in this configuration; Set OPENCV_ENABLE_NONFREE CMake option and rebuild the library in function 'cv::xfeatures2d::SURF::create'
So we should check with cv.xfeatures2d_SURF.create() correctly if SURF is available
4 years ago
Alexander Alekhin
e56e4876e7
dnn(test): update tests for OpenVINO 2021.3
4 years ago
Alexander Alekhin
7949983c41
Merge pull request #19325 from AsyaPronina:asyadev/extract_y
...
[G-API] Added Y, UV accessors for cv::MediaFrame
4 years ago
Alexander Alekhin
56bdd7db5c
dnn: use OpenVINO 2021.3 defines
...
original commit: 6291503793
4 years ago
Alexander Alekhin
3df6bc58e9
Merge pull request #19765 from LupusSanctus:am/mobilenetv3
4 years ago
Anastasiya Pronina
b0d66e06f4
Added Y, UV accessors to cv::MediaFrame
4 years ago
Anastasia Murzova
e75f1b071b
Added reshape corrections
4 years ago
Anastasia Murzova
7a2b3ed471
Corrected DNN elementwise multiplication
4 years ago
Anastasia M
551d4a8ec1
Merge pull request #19477 from LupusSanctus:am/eltwice_vec
...
* Aligned OpenCV DNN and TF sum op behaviour
Support Mat (shape: [1, m, k, n] ) + Vec (shape: [1, 1, 1, n]) operation
by vec to mat expansion
* Added code corrections: backend, minor refactoring
4 years ago
Jonathan Deakin
29a289dfa1
Add v_expand for AArch64, fuse vmovl+vget_high into vmovl_high
4 years ago
Alexander Alekhin
a00d6b8377
Merge pull request #19763 from TolyaTalamanov:at/blockingdesc-order-fix
4 years ago
Alexander Alekhin
ca8c3dd9b5
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Anatoliy Talamanov
c434ca74a2
Blocking dims order fix
4 years ago
Alexander Alekhin
bdd2b57e5d
Merge pull request #19757 from alalek:js_setLogLevel
4 years ago
Alexander Alekhin
a97f6f8058
js: support setLogLevel() / getLogLevel() calls
4 years ago
Liubov Batanina
c0dd82fb53
Merge pull request #19632 from l-bat:lb/ie_arm_target
...
Added OpenVINO ARM target
* Added IE ARM target
* Added OpenVINO ARM target
* Delete ARM target
* Detect ARM platform
* Changed device name in ArmPlugin
* Change ARM detection
4 years ago
Alexander Alekhin
94f00cf096
Merge pull request #19747 from alalek:issue_19733
4 years ago
Alexander Alekhin
1211a8b9cd
Merge pull request #19745 from alalek:issue_19729
4 years ago
Anatoliy Talamanov
50a264d832
Merge pull request #19310 from TolyaTalamanov:at/generic-infer-overloads
...
[G-API] Support generic infer overloads
* Overloads for generic infer
* Fix build
* Refactoring
* Fix docs
* Put extra stuff to detail namespace
* Add doc for usings
* Remove uneccessary template in Priv
4 years ago
Alexander Alekhin
3f52d0e46c
Merge pull request #19738 from TolyaTalamanov:at/giebackend-blockingdesc-fix
4 years ago
Ruslan Garnov
716bdd5ee5
Implemented basic frame drop functionality
4 years ago
Anatoliy Talamanov
bad08d26da
Fix blocking desc usage
4 years ago
Alexander Alekhin
a41394c885
core(parallel): fix plugins handling if no filesystem available
4 years ago
Alexander Alekhin
f680505086
features2d(mser): chi_table.h notes
4 years ago
Alexander Alekhin
ae60bbc7e4
Merge pull request #19741 from alalek:ml_logistic_regression_use_opencv_license_header
4 years ago
Anatoliy Talamanov
dc31e20925
Merge pull request #19709 from TolyaTalamanov:at/async-inferlist-infer2
...
G-API: Implement async version for InferList & Infer2
* Implement async version for InferList & Infer2
* Fix warning
* Fix bug with roi ordering
* Post input meta instead of empty
* Fix comments to review
4 years ago
Alexander Alekhin
7664e6d090
ml: use OpenCV license header for logistic regression
4 years ago
Alexander Alekhin
af63fffb63
Merge pull request #19739 from alalek:fix_valgrind_run
4 years ago
Alexander Alekhin
0a6adedaf1
valgrind: filter out hardware-accelerated videoio tests
4 years ago
Alexander Alekhin
b19f860384
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Ziachnix
960f501cc1
Merge pull request #19284 from Ziachnix:feature/js-qr-code-detector
...
Add QRCodeDetector to JavaScript Build
* ADD: js support for qrCodeDetector
- cherry picked commit to solve rebase error
* CHG. Revert haarcascade path
* FIX: Tests without images
* ADD: decodeCurved
* js(docs): don't require OPENCV_TEST_DATA_PATH
Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
4 years ago
Alexander Alekhin
7a8e171691
Merge pull request #19720 from alalek:ocl_test_skip_spir_amd
4 years ago
Alexander Alekhin
7ca9740da5
Merge pull request #19718 from alalek:backport_19683
4 years ago
Alexander Alekhin
68fae94cbb
Merge pull request #19717 from danbey:bad_value_param_should_be_passed_by_reference
4 years ago
Alexander Alekhin
6da5c7c1d0
Merge pull request #19716 from l-bat:lb/fix_resize
4 years ago
Alexander Alekhin
87e607a19b
core(ocl): skip SPIR test on AMD devices if problem detected
4 years ago
Dale Phurrough
cbe236652b
noexcept def construct Mat, UMat, Mat_, MatSize, MatStep
...
original commit: 1b0f781b7c
4 years ago