platform/upstream/opencv.git
21 months agoRemove r-value ref
TolyaTalamanov [Mon, 26 Sep 2022 08:50:23 +0000 (08:50 +0000)]
Remove r-value ref

22 months agoApply comments
TolyaTalamanov [Fri, 16 Sep 2022 15:24:13 +0000 (15:24 +0000)]
Apply comments

* Rename intersectMapWith -> mergeMapWith
* Remove macro
* Add r-value ref

22 months agoSupport config as part of Infer node in yml
TolyaTalamanov [Thu, 15 Sep 2022 10:47:13 +0000 (10:47 +0000)]
Support config as part of Infer node in yml

22 months agoMerge pull request #22248 from cudawarped:ffmpeg_rtsp_low_fps
cudawarped [Mon, 12 Sep 2022 06:12:28 +0000 (07:12 +0100)]
Merge pull request #22248 from cudawarped:ffmpeg_rtsp_low_fps

* Allow the number of threads FFMpeg uses to be selected during VideoCapture::open().
Reset interupt timer in grab if
err = avformat_find_stream_info(ic, NULL);
is interupted but open is successful.

* Correct the returned number of threads and amend test cases.

* Update container test case.

* Reverse changes added to existing videoio_container test case and include test combining thread change and raw read in the newly added videoio_read test case.

22 months agoMerge pull request #22497 from ocpalo:patch-1
Alexander Smorkalov [Mon, 12 Sep 2022 05:50:48 +0000 (08:50 +0300)]
Merge pull request #22497 from ocpalo:patch-1

Update 3rdparty readme.txt for spng

22 months agoUpdate 3rdparty readme.txt for spng
ocpalo [Sun, 11 Sep 2022 20:45:40 +0000 (23:45 +0300)]
Update 3rdparty readme.txt for spng

22 months agoAdd Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
wxsheng [Sat, 10 Sep 2022 06:39:43 +0000 (14:39 +0800)]
Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX

* Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX
* Add resize.lasx.cpp for Loongson SIMD acceleration
* Add imgwarp.lasx.cpp for Loongson SIMD acceleration
* Add LASX acceleration support for dnn/conv
* Add CV_PAUSE(v) for Loongarch
* Set LASX by default on Loongarch64
* LoongArch: tune test threshold for Core/HAL.mat_decomp/15

Co-authored-by: shengwenxue <shengwenxue@loongson.cn>
22 months agoMerge pull request #22037 from xiong-jie-y:py_gapi_add_state_kernel
Alexander Smorkalov [Fri, 9 Sep 2022 12:13:22 +0000 (15:13 +0300)]
Merge pull request #22037 from xiong-jie-y:py_gapi_add_state_kernel

Add stateful kernel to python G-API

22 months agoMerge pull request #22451 from dmatveev:dm/abstract_execs
Alexander Smorkalov [Fri, 9 Sep 2022 10:42:42 +0000 (13:42 +0300)]
Merge pull request #22451 from dmatveev:dm/abstract_execs

G-API: Introduce abstract base classes for GExecutor and GStreamingExecutor

22 months agoMerge pull request #22346 from fengyuentau:mat1d_part1
Yuantao Feng [Fri, 9 Sep 2022 09:56:30 +0000 (17:56 +0800)]
Merge pull request #22346 from fengyuentau:mat1d_part1

Changes separated from Mat 1D support in core #18594 (#22346)

22 months agoMerge pull request #22480 from gr8jam/fix/pattern_tools:undesiarabe_behaviour_on_windows
Alexander Smorkalov [Wed, 7 Sep 2022 07:56:36 +0000 (10:56 +0300)]
Merge pull request #22480 from gr8jam/fix/pattern_tools:undesiarabe_behaviour_on_windows

Save output file to local directory instead of desktop (for windows)

22 months agoRemoved intialization of _default_directory
Matej Jeglic [Wed, 7 Sep 2022 06:25:31 +0000 (08:25 +0200)]
Removed intialization of _default_directory

22 months agoPythonify the 'interpret_fileName function'
Matej Jeglic [Tue, 6 Sep 2022 19:08:37 +0000 (21:08 +0200)]
Pythonify the 'interpret_fileName function'

22 months agoSave output file to local directory instead of desktop (for windows)
Matej Jeglic [Tue, 6 Sep 2022 18:53:52 +0000 (20:53 +0200)]
Save output file to local directory instead of desktop (for windows)

22 months agoMerge pull request #22466 from sturkmen72:patch-4
Alexander Smorkalov [Tue, 6 Sep 2022 09:01:59 +0000 (12:01 +0300)]
Merge pull request #22466 from sturkmen72:patch-4

Improvement on error handling for HoughCircles

22 months agoMerge pull request #22475 from cabelo:yolov4_models
Alexander Smorkalov [Tue, 6 Sep 2022 08:29:28 +0000 (11:29 +0300)]
Merge pull request #22475 from cabelo:yolov4_models

ADD weights yolov4 in models.yml

22 months agoFix problem with handleNewStream functionality
TolyaTalamanov [Tue, 6 Sep 2022 07:52:35 +0000 (08:52 +0100)]
Fix problem with handleNewStream functionality

22 months agoMerge pull request #22474 from alalek:fix_msvs_warning_ffmpeg_test
Alexander Alekhin [Mon, 5 Sep 2022 23:16:47 +0000 (23:16 +0000)]
Merge pull request #22474 from alalek:fix_msvs_warning_ffmpeg_test

22 months agoADD weights yolov4 in models.yml
alessandro faria [Mon, 5 Sep 2022 21:22:01 +0000 (18:22 -0300)]
ADD weights yolov4 in models.yml

22 months agovideoio(test): fix build warning
Alexander Alekhin [Mon, 5 Sep 2022 16:53:08 +0000 (16:53 +0000)]
videoio(test): fix build warning

22 months agoUpdate hough.cpp
Suleyman TURKMEN [Sat, 3 Sep 2022 08:49:00 +0000 (11:49 +0300)]
Update hough.cpp

22 months agoMerge pull request #22226 from ocpalo:libspng
Alexander Smorkalov [Mon, 5 Sep 2022 10:25:41 +0000 (13:25 +0300)]
Merge pull request #22226 from ocpalo:libspng

[GSoC 2022] spng encoder/decoder added as optional png codec

22 months agoAdd tests for stateful kernel functionality
TolyaTalamanov [Sun, 4 Sep 2022 19:15:53 +0000 (20:15 +0100)]
Add tests for stateful kernel functionality

22 months agoMerge pull request #22456 from TolyaTalamanov:at/onevpl-fixes-linux
Alexander Alekhin [Fri, 2 Sep 2022 21:55:49 +0000 (21:55 +0000)]
Merge pull request #22456 from TolyaTalamanov:at/onevpl-fixes-linux

22 months agoMerge pull request #22454 from zihaomu:bug_fix_22450
Alexander Alekhin [Fri, 2 Sep 2022 21:55:29 +0000 (21:55 +0000)]
Merge pull request #22454 from zihaomu:bug_fix_22450

22 months agofix bug 22450
Zihao Mu [Fri, 2 Sep 2022 08:30:06 +0000 (16:30 +0800)]
fix bug 22450

22 months agodecode chunks and calculate checksums
ocpalo [Wed, 31 Aug 2022 17:39:19 +0000 (20:39 +0300)]
decode chunks and calculate checksums

22 months agoMerge pull request #22429 from hanliutong:more-rvv-intrin
Alexander Smorkalov [Wed, 31 Aug 2022 13:14:43 +0000 (13:14 +0000)]
Merge pull request #22429 from hanliutong:more-rvv-intrin

22 months agoMerge pull request #22436 from Harvey-Huang:4-bit_palette_color
Alexander Smorkalov [Wed, 31 Aug 2022 10:33:59 +0000 (10:33 +0000)]
Merge pull request #22436 from Harvey-Huang:4-bit_palette_color

22 months agoEnabled EXIF orientation tests for libspng.
Alexander Smorkalov [Wed, 31 Aug 2022 08:57:48 +0000 (11:57 +0300)]
Enabled EXIF orientation tests for libspng.

22 months agoG-API: Introduce GAbstractStreamingExecutor
Dmitry Matveev [Tue, 30 Aug 2022 20:50:34 +0000 (23:50 +0300)]
G-API: Introduce GAbstractStreamingExecutor

Now GStreamingExecutor is its subclass; others to come

22 months agoG-API: Introduce GAbstractExecutor
Dmitry Matveev [Tue, 30 Aug 2022 19:48:29 +0000 (22:48 +0300)]
G-API: Introduce GAbstractExecutor

GExecutor is now a subclass of GAbstractExecutor. Other to come

22 months agoMerge pull request #22440 from zihaomu:fix_conv_bug
Alexander Smorkalov [Tue, 30 Aug 2022 07:01:05 +0000 (07:01 +0000)]
Merge pull request #22440 from zihaomu:fix_conv_bug

22 months agoMerge pull request #22306 from zihaomu:qgemm_and_squeeze_opset13_onnximporter
Alexander Smorkalov [Tue, 30 Aug 2022 06:33:57 +0000 (06:33 +0000)]
Merge pull request #22306 from zihaomu:qgemm_and_squeeze_opset13_onnximporter

22 months agoadd qgemm and squeeze op13 supported on ONNXImporter
Zihao Mu [Tue, 30 Aug 2022 01:50:29 +0000 (09:50 +0800)]
add qgemm and squeeze op13 supported on ONNXImporter

22 months agoMerge pull request #22362 from fengyuentau:conv_asym_pad_fuse
Alexander Smorkalov [Mon, 29 Aug 2022 14:56:17 +0000 (17:56 +0300)]
Merge pull request #22362 from fengyuentau:conv_asym_pad_fuse

Remove asymmetric padding in Conv layer since it is supported in CPU backend

22 months agoreplace v_add with +
Zihao Mu [Mon, 29 Aug 2022 09:15:35 +0000 (17:15 +0800)]
replace v_add with +

22 months agoMerge pull request #22337 from zihaomu:load_ONNX_fp16_as_fp32
Alexander Smorkalov [Mon, 29 Aug 2022 06:32:25 +0000 (09:32 +0300)]
Merge pull request #22337 from zihaomu:load_ONNX_fp16_as_fp32

DNN: load fp16 ONNX model as fp32

22 months agotengine: supports conv with asymmetric padding
fengyuentau [Mon, 29 Aug 2022 02:51:26 +0000 (02:51 +0000)]
tengine: supports conv with asymmetric padding

22 months ago4-bit_palette_color
Harvey [Mon, 29 Aug 2022 02:21:17 +0000 (10:21 +0800)]
4-bit_palette_color

22 months agospng encoder/decoder added as optional png codec
Berke [Fri, 10 Jun 2022 20:23:42 +0000 (23:23 +0300)]
spng encoder/decoder added as optional png codec

22 months agoMerge pull request #22432 from dmatveev:dm/ade_012a
Alexander Alekhin [Sun, 28 Aug 2022 17:50:15 +0000 (17:50 +0000)]
Merge pull request #22432 from dmatveev:dm/ade_012a

22 months agoreuse WORDS_BIGENDIAN.
Zihao Mu [Fri, 26 Aug 2022 23:42:38 +0000 (07:42 +0800)]
reuse WORDS_BIGENDIAN.

22 months agoG-API: Update ADE to v0.1.2a to fix new Windows warnings
Dmitry Matveev [Fri, 26 Aug 2022 18:29:56 +0000 (21:29 +0300)]
G-API: Update ADE to v0.1.2a to fix new Windows warnings

22 months agoFurther optimization of Conv2D, fused Conv_Add_Activation, bring latest code from...
Zihao Mu [Fri, 26 Aug 2022 09:57:25 +0000 (17:57 +0800)]
Further optimization of Conv2D, fused Conv_Add_Activation, bring latest code from ficus OpConv.fx. (#22401)

22 months agoMerge pull request #22236 from mizo:v4l2-multi-planar-v2
Alexander Smorkalov [Fri, 26 Aug 2022 09:51:19 +0000 (12:51 +0300)]
Merge pull request #22236 from mizo:v4l2-multi-planar-v2

V4L2: Add multi-planar capture support

22 months agoMerge pull request #22347 from bu3w:filter-camera-streaming-by-format
Alexander Smorkalov [Fri, 26 Aug 2022 09:49:47 +0000 (12:49 +0300)]
Merge pull request #22347 from bu3w:filter-camera-streaming-by-format

select correct MediaType in MSMF backend.

22 months agoMerge pull request #22333 from cudawarped:fix_for_21101
Alexander Smorkalov [Fri, 26 Aug 2022 09:34:33 +0000 (12:34 +0300)]
Merge pull request #22333 from cudawarped:fix_for_21101

Fix video codec fourcc #21101

22 months agoAdd remaining intrinsics.
HAN Liutong [Fri, 26 Aug 2022 07:06:51 +0000 (07:06 +0000)]
Add remaining intrinsics.

22 months agoload fp16 as fp32 and align fp16 and double in onnx_graph_simplifie
Zihao Mu [Fri, 26 Aug 2022 02:04:44 +0000 (10:04 +0800)]
load fp16 as fp32 and  align fp16 and double in onnx_graph_simplifie

22 months agoMerge pull request #22411 from zihaomu:remove_whitespace
Alexander Alekhin [Wed, 24 Aug 2022 21:57:36 +0000 (21:57 +0000)]
Merge pull request #22411 from zihaomu:remove_whitespace

22 months agoOneVPL fixes
TolyaTalamanov [Wed, 24 Aug 2022 16:30:32 +0000 (17:30 +0100)]
OneVPL fixes

22 months agoMerge pull request #22353 from hanliutong:more-rvv-intrin
Alexander Smorkalov [Tue, 23 Aug 2022 09:50:01 +0000 (12:50 +0300)]
Merge pull request #22353 from hanliutong:more-rvv-intrin

[GSoC] Add more universal intrinsic implementations for RVV.

22 months agoV4L2: Add multi-planar capture support
Daisuke Mizobuchi [Wed, 15 Jun 2022 01:35:42 +0000 (10:35 +0900)]
V4L2: Add multi-planar capture support

Devices which only support multi-planar capture cannot be processed as
single-planar.

Add multi-planar support to v4l driver.

22 months agoMerge pull request #22410 from zihaomu:silu_support
Alexander Smorkalov [Mon, 22 Aug 2022 12:30:49 +0000 (12:30 +0000)]
Merge pull request #22410 from zihaomu:silu_support

22 months agoMerge pull request #22407 from Biswa96:cmake-pkgconfig-mingw
Alexander Smorkalov [Mon, 22 Aug 2022 09:50:55 +0000 (09:50 +0000)]
Merge pull request #22407 from Biswa96:cmake-pkgconfig-mingw

22 months agoselect correct MediaType in MSMF backend.
MENG Yu [Fri, 5 Aug 2022 17:52:33 +0000 (01:52 +0800)]
select correct MediaType in MSMF backend.

22 months agoremove whitespace
Zihao Mu [Mon, 22 Aug 2022 03:14:59 +0000 (11:14 +0800)]
remove whitespace

22 months agosupport silu activation in darknet
Zihao Mu [Mon, 22 Aug 2022 02:51:29 +0000 (10:51 +0800)]
support silu activation in darknet

22 months agocmake: Enable pkgconfig support for mingw
Biswapriyo Nath [Sun, 21 Aug 2022 06:36:46 +0000 (12:06 +0530)]
cmake: Enable pkgconfig support for mingw

22 months agoMerge pull request #22393 from TolyaTalamanov:at/fix-gapi-vpl-windows-build
Anatoliy Talamanov [Sat, 20 Aug 2022 17:24:41 +0000 (18:24 +0100)]
Merge pull request #22393 from TolyaTalamanov:at/fix-gapi-vpl-windows-build

* Fix G-API OneVPL compilation

* Fix macro

__WIN32__ -> _WIN32

23 months agoMerge pull request #22403 from Biswa96:add-locale-header
Alexander Smorkalov [Fri, 19 Aug 2022 10:01:23 +0000 (10:01 +0000)]
Merge pull request #22403 from Biswa96:add-locale-header

23 months agovideoio: Include missing locale header for std::wstring_convert
Biswapriyo Nath [Fri, 19 Aug 2022 07:44:57 +0000 (13:14 +0530)]
videoio: Include missing locale header for std::wstring_convert

This fixes the following error with mingw toolchain:
opencv/modules/videoio/src/cap_msmf.cpp:1020: error: 'wstring_convert' is not a member of 'std'
 1020 |                                     std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> conv;
      |                                          ^~~~~~~~~~~~~~~
opencv/modules/videoio/src/cap_ffmpeg_hw.hpp:230:26: error: 'wstring_convert' is not a member of 'std'
  230 |                     std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> conv;
      |                          ^~~~~~~~~~~~~~~

The locale header is required according to C++ standard.
See https://en.cppreference.com/w/cpp/locale/wstring_convert

23 months agoMerge pull request #22395 from hzcyf:infinite_loop_fix
Alexander Smorkalov [Fri, 19 Aug 2022 07:11:09 +0000 (07:11 +0000)]
Merge pull request #22395 from hzcyf:infinite_loop_fix

23 months agoMerge pull request #22377 from Biswa96:condition_variable
Alexander Smorkalov [Thu, 18 Aug 2022 11:31:21 +0000 (11:31 +0000)]
Merge pull request #22377 from Biswa96:condition_variable

23 months agoMerge pull request #22396 from dmatveev:dm/ade-012
Alexander Smorkalov [Thu, 18 Aug 2022 11:28:44 +0000 (14:28 +0300)]
Merge pull request #22396 from dmatveev:dm/ade-012

G-API: Bump ADE to version 0.1.2

23 months agoRemove the test log in test_interleave_pq.
HAN Liutong [Thu, 18 Aug 2022 08:01:09 +0000 (08:01 +0000)]
Remove the test log in test_interleave_pq.

23 months agoG-API: Bump ADE to version 0.1.2
Dmtiry Matveev [Thu, 18 Aug 2022 04:50:22 +0000 (07:50 +0300)]
G-API: Bump ADE to version 0.1.2

23 months agoFix infinite loop in obsensor
hzcyf [Wed, 17 Aug 2022 19:34:46 +0000 (03:34 +0800)]
Fix infinite loop in obsensor

23 months agoAdd testcases for interleave_p&q and enable others testcases.
HAN Liutong [Wed, 17 Aug 2022 14:39:23 +0000 (14:39 +0000)]
Add testcases for interleave_p&q and enable others testcases.

23 months agoAdd implementation for zip, transpose, interleave, reverse and combine.
HAN Liutong [Wed, 17 Aug 2022 14:38:38 +0000 (14:38 +0000)]
Add implementation for zip, transpose, interleave, reverse and combine.

23 months agoMerge pull request #22376 from zihaomu:issue_22373
Alexander Smorkalov [Mon, 15 Aug 2022 10:00:11 +0000 (10:00 +0000)]
Merge pull request #22376 from zihaomu:issue_22373

23 months agoMerge pull request #22325 from komakai:fix-quicklook
Alexander Smorkalov [Mon, 15 Aug 2022 09:25:43 +0000 (09:25 +0000)]
Merge pull request #22325 from komakai:fix-quicklook

23 months agoadd new check for vidcap.h
Zihao Mu [Mon, 15 Aug 2022 08:44:25 +0000 (16:44 +0800)]
add new check for vidcap.h

23 months agoMerge pull request #22366 from lukasalexanderweber:4.x
Alexander Smorkalov [Mon, 15 Aug 2022 08:21:44 +0000 (08:21 +0000)]
Merge pull request #22366 from lukasalexanderweber:4.x

23 months agoMerge remote-tracking branch 'upstream/3.4' into merge-3.4
Alexander Alekhin [Sun, 14 Aug 2022 15:50:42 +0000 (15:50 +0000)]
Merge remote-tracking branch 'upstream/3.4' into merge-3.4

23 months agoMerge pull request #22370 from catree:fix_22242_filter2d_float_double_doc
Alexander Alekhin [Sun, 14 Aug 2022 15:04:12 +0000 (15:04 +0000)]
Merge pull request #22370 from catree:fix_22242_filter2d_float_double_doc

23 months agovideoio: Include missing condition_variable header
Biswapriyo Nath [Sun, 14 Aug 2022 13:56:08 +0000 (19:26 +0530)]
videoio: Include missing condition_variable header

This fixes the following error with mingw toolchain:
opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_msmf.hpp:160:10: error: 'condition_variable' in namespace 'std' does not name a type
  160 |     std::condition_variable streamStateCv_;
      |          ^~~~~~~~~~~~~~~~~~

23 months agotune for opencl
fengyuentau [Sun, 14 Aug 2022 09:47:48 +0000 (17:47 +0800)]
tune for opencl

23 months agoMerge pull request #22350 from alalek:rework_psabi_warning
Alexander Alekhin [Sat, 13 Aug 2022 15:05:41 +0000 (15:05 +0000)]
Merge pull request #22350 from alalek:rework_psabi_warning

23 months agoadd missing test cases(v_abs)
HAN Liutong [Fri, 12 Aug 2022 14:13:26 +0000 (14:13 +0000)]
add missing test cases(v_abs)

23 months agoRemove redundant intrinsics.
HAN Liutong [Fri, 12 Aug 2022 14:12:52 +0000 (14:12 +0000)]
Remove redundant intrinsics.

23 months agoFix documentation about depth combinations for imgproc functions.
catree [Fri, 12 Aug 2022 08:37:09 +0000 (10:37 +0200)]
Fix documentation about depth combinations for imgproc functions.

23 months agoMerge pull request #22344 from ocpalo:libjpegturbo2.1.3
Alexander Smorkalov [Fri, 12 Aug 2022 10:26:26 +0000 (10:26 +0000)]
Merge pull request #22344 from ocpalo:libjpegturbo2.1.3

23 months agoUpdate implementations on arithmetics.
HAN Liutong [Fri, 12 Aug 2022 01:45:44 +0000 (01:45 +0000)]
Update implementations on arithmetics.

23 months agoAdd testcase for continuous mul and add.
HAN Liutong [Fri, 12 Aug 2022 01:44:30 +0000 (01:44 +0000)]
Add testcase for continuous mul and add.

23 months agoremove static con_thresh for adjuster
Lukas Weber [Thu, 11 Aug 2022 16:04:28 +0000 (18:04 +0200)]
remove static con_thresh for adjuster

23 months agoMerge pull request #22199 from zihaomu:bug_fix_22195
Alexander Smorkalov [Thu, 11 Aug 2022 09:59:51 +0000 (12:59 +0300)]
Merge pull request #22199 from zihaomu:bug_fix_22195

DNN: Reduce Layer (add dynamic batch and ReduceSum support)

23 months agoMerge pull request #22357 from jspricke:missing_header
Alexander Smorkalov [Thu, 11 Aug 2022 09:50:45 +0000 (09:50 +0000)]
Merge pull request #22357 from jspricke:missing_header

23 months agoremove asymmetric padding checks
fengyuentau [Wed, 10 Aug 2022 11:52:44 +0000 (19:52 +0800)]
remove asymmetric padding checks

23 months agoAdd missing header for LIBAVCODEC_VERSION_INT
Jochen Sprickerhof [Mon, 8 Aug 2022 19:10:13 +0000 (21:10 +0200)]
Add missing header for LIBAVCODEC_VERSION_INT

23 months agoAdd more universal intrinsic implementations for RVV.
HAN Liutong [Mon, 8 Aug 2022 02:09:54 +0000 (02:09 +0000)]
Add more universal intrinsic implementations for RVV.

23 months agobuild: disable psabi warning with GCC 7.0 and ARM
Alexander Alekhin [Sun, 7 Aug 2022 12:46:44 +0000 (15:46 +0300)]
build: disable psabi warning with GCC 7.0 and ARM

23 months agoRevert "suppress warning on GCC 7 and later"
Alexander Alekhin [Sun, 7 Aug 2022 12:43:10 +0000 (15:43 +0300)]
Revert "suppress warning on GCC 7 and later"

This reverts commit a630ad73cb5dde7f8c69e86094bd4a1070ff0249.

23 months agoupdate libjpeg-turbo version to 2.1.3
ocpalo [Fri, 5 Aug 2022 20:13:06 +0000 (23:13 +0300)]
update libjpeg-turbo version to 2.1.3

23 months agoMerge pull request #22298 from rogday:tutorial_fix
Alexander Smorkalov [Fri, 5 Aug 2022 13:30:18 +0000 (13:30 +0000)]
Merge pull request #22298 from rogday:tutorial_fix

23 months agoAdd new params
rogday [Sun, 24 Jul 2022 20:33:07 +0000 (23:33 +0300)]
Add new params

23 months agoMerge pull request #22160 from sturkmen72:update_highgui
Alexander Smorkalov [Fri, 5 Aug 2022 11:39:53 +0000 (11:39 +0000)]
Merge pull request #22160 from sturkmen72:update_highgui

23 months agoMerge pull request #22311 from zihaomu:layer_fused_optmized_mish
Alexander Smorkalov [Fri, 5 Aug 2022 11:22:06 +0000 (14:22 +0300)]
Merge pull request #22311 from zihaomu:layer_fused_optmized_mish

DNN: add another two Mish activation to onnx_graph_simplifier

23 months agoMerge pull request #22135 from rogday:force_reopen
Alexander Smorkalov [Fri, 5 Aug 2022 11:14:23 +0000 (11:14 +0000)]
Merge pull request #22135 from rogday:force_reopen