gnthibault
b46fef327e
Fixed Assertin error due to Size.area() overflowing
7 years ago
rockzhan
1187a7fa34
Merge pull request #11649 from rockzhan:dnn_dw_prelu
...
dnn: Fix output mismatch when forward dnn model contain [depthwise conv(group=1) + bn + prelu] (#11649 )
* this can make sure [depthwise conv(group=1) + bn + prelu] output not shift
* add TEST to show the output mismatch in [DWconv+Prelu]
* fix typo
* change loading image to init cvMat directly
* build runtime model, without loading external model
* remove whitespace
* change way to create a cvmat
* add bias_term, add target output
* fix [dwconv + prelu] value mismatch when no optimizations
* fix Test error when change output channels
* add parametric test
* change num_output to group value
* change conv code and change test back
7 years ago
David
7175f257b5
Added ResizeBilinear op for tf ( #11050 )
...
* Added ResizeBilinear op for tf
Combined ResizeNearestNeighbor and ResizeBilinear layers into Resize (with an interpolation param).
Minor changes to tf_importer and resize layer to save some code lines
Minor changes in init.cpp
Minor changes in tf_importer.cpp
* Replaced implementation of a custom ResizeBilinear layer to all layers
* Use Mat::ptr. Replace interpolation flags
7 years ago
Maksim Shabunin
60fa6bea70
Merge pull request #11711 from alalek:python_standalone
7 years ago
Alexander Alekhin
dd7f88bd68
python: support standalone Python bindings build
...
- requires OpenCV source directory
- requires OpenCV binary directory with built modules and 'python_bindings_generator' target
7 years ago
Vadim Pisarevsky
5e5d997dff
Merge pull request #11620 from terfendail:hmmorph_fix
7 years ago
Sayed Adel
e0d28aa893
core:ppc Fix java CoreTest/testMahalanobis ( #11677 )
...
* core:ppc Fix java CoreTest/testMahalanobis
* core:ppc Fix warning unused variable on clang
7 years ago
Alexander Alekhin
8542887257
Merge pull request #11705 from alalek:fix_samples_callback
7 years ago
Alexander Alekhin
749530978c
Merge pull request #11704 from alalek:apps_avoid_catch_by_value
7 years ago
Vadim Pisarevsky
828f33311f
Merge pull request #11700 from dkurt:dnn_ie_try_catch
7 years ago
Dmitry Kurtaev
f3a6ae5f00
Wrap Inference Engine init to try-catch
7 years ago
Vitaly Tuzov
2e22f8e790
Fix for morphologyEx MORPH_HITMISS mode
7 years ago
Alexander Alekhin
9b0bafb82c
samples: fix callback function type
7 years ago
Alexander Alekhin
caa6915b83
apps: catch() with "const reference"
7 years ago
Vadim Pisarevsky
7c3090ddcf
Merge pull request #11683 from alalek:videoio_ffmpeg_cleanup_dead_code
7 years ago
Vadim Pisarevsky
3cbd2e2764
Merge pull request #11650 from dkurt:dnn_default_backend
7 years ago
Alexander Alekhin
afaf5f940e
Merge pull request #11695 from alalek:dnn_test_fix_sa_warnings
7 years ago
Alexander Alekhin
31a1df0fae
Merge pull request #11692 from alalek:default_log_level_warnings
7 years ago
Alexander Alekhin
b0ae357cfb
Merge pull request #11687 from alalek:gstreamer_write_pipeline
7 years ago
Alexander Alekhin
95f948a9e4
Merge pull request #11685 from alalek:videoio_fix_backend_modes
7 years ago
Alexander Alekhin
4091ced5ab
core: set default logger level to 'warning' in Release builds
...
should hide unnecessary 'info' messages
7 years ago
Alexander Alekhin
03d3966d15
Merge pull request #11690 from peters:master
7 years ago
Peter Rekdal Sunde
9492f46d77
3rdparty: update libwebp 0.6.1 => 1.0.0
...
Commit: 698b8844e3
Tag: https://github.com/webmproject/libwebp/releases/tag/v1.0.0
7 years ago
Alexander Alekhin
6816495bee
dnn(test): reuse test/test_common.hpp, eliminate dead code warning
7 years ago
Alexander Alekhin
277e9279cc
videoio(gstreamer): support dumping of VideoWriter pipeline
7 years ago
Alexander Alekhin
d041b0a599
videoio: fix capture modes
7 years ago
Alexander Alekhin
b2cff44084
Merge pull request #11682 from alalek:fix_pylint
7 years ago
Alexander Alekhin
9c2b924dfc
Merge pull request #11681 from alalek:fix_docs_bs4_spaces
7 years ago
Alexander Alekhin
2628662586
videoio(ffmpeg): cleanup, remove dead code
7 years ago
Dmitry Kurtaev
b781ac7346
Make Intel's Inference Engine backend is default if no preferable backend is specified.
7 years ago
Alexander Alekhin
15130f4f43
Merge pull request #11646 from alalek:gtest_support_params_from_anonymous_namespace
7 years ago
Alexander Alekhin
dcb9bc2544
python: eliminate pylint warnings
...
Tested with:
- pylint 1.9.1
7 years ago
Alexander Alekhin
ec30b1294f
Merge pull request #11636 from alalek:cmake_ffmpeg_find_package
7 years ago
Alexander Alekhin
0560747d3d
docs: preserve space symbols during bs4 processing
7 years ago
Rostislav Vasilikhin
fc35c77f00
Merge pull request #11610 from savuor:fix/stereobm_simd_fixed_float
...
* StereoBM: fixed SIMD processing for fixed-type output arrays
* changed norm type and threshold, added assertion
* fixed disp_shift
7 years ago
Alexander Alekhin
04802e41e9
gtest: support parameters with types from anonymous namespace
7 years ago
Vadim Pisarevsky
ccbc0b91ea
Merge pull request #11654 from alalek:issue_11648
7 years ago
Vadim Pisarevsky
3030594665
Merge pull request #11644 from alalek:docs_avoid_master_links_in_3.4-2
7 years ago
Vadim Pisarevsky
e5991e91f9
Merge pull request #11670 from alalek:cmake_avoid_double_variable_expand
7 years ago
Vadim Pisarevsky
1ef3a84cd8
Merge pull request #11671 from alalek:cmake_enable_pch_with_msvc_crosscompiling
7 years ago
Vadim Pisarevsky
055f33ec46
Merge pull request #11657 from dkurt:dnn_ie_multiple_networks
7 years ago
Alexander Alekhin
c7183775db
Merge pull request #11678 from csukuangfj:fix-doc
7 years ago
Alexander Alekhin
0ddc49c313
Merge pull request #11674 from csukuangfj:fix-11673
7 years ago
Kuang Fangjun
9ae28415ec
fix doc.
7 years ago
Kuang Fangjun
ec42d87204
fix #11673 .
7 years ago
Alexander Alekhin
40a61ec64e
Merge pull request #11647 from sanchom:3.4
7 years ago
Alexander Alekhin
e657e170eb
cmake: ENABLE_PRECOMPILED_HEADERS for MSVC cross-compiling
...
MSVC ARM / WinRT builds
7 years ago
Alexander Alekhin
be8f5bb420
cmake: avoid double variable expand
7 years ago
Alexander Alekhin
6912c20380
Merge pull request #11659 from take1014:snippet_11597
7 years ago
Alexander Alekhin
993981428f
Merge pull request #11656 from pauljurczak:patch-1
7 years ago