Liubov Batanina
a5696da9ec
Merge pull request #17185 from l-bat:yolo_v4
...
* Support Yolov4
* Skip Mish on OpenVINO 2020.2
* Revert Mish
* Refactoring
5 years ago
Alexander Alekhin
0b439bcd08
Merge pull request #17190 from alalek:dnn_test_win32_skip_list
5 years ago
Alexander Alekhin
b805115c1a
dnn(test): update skip tests on Win32 configuration
5 years ago
QIU Xiaochen
cdfa58dde0
Merge pull request #17180 from PetWorm:3.4
...
* fix Scharr nomination
5 years ago
Alexander Alekhin
6630eac813
Merge pull request #17173 from tomoaki0705:fixOclHogDetect
5 years ago
Tomoaki Teshima
63f5f93063
fix test failure on ODROID-N2
5 years ago
Alexander Alekhin
5da4bb7e88
Merge pull request #16983 from dkurt:dnn_tf_prelu
5 years ago
Alexander Alekhin
dc1b1f2cd7
Merge pull request #16914 from jackson0223:patch-1
5 years ago
Dmitry Kurtaev
25ec4ce6f1
PReLU from Tensorflow
5 years ago
jackson0223
d30bc0a4c0
Restore face detection train.prototxt from #9516
5 years ago
Alexander Alekhin
0daf055fe6
Merge pull request #17159 from pauljurczak:patch-3
5 years ago
Alexander Alekhin
3f38edfd61
Merge pull request #17161 from alalek:cmake_protobuf_fix
5 years ago
Alexander Alekhin
ee201f4df5
Merge pull request #17157 from alalek:issue_17138
5 years ago
Alexander Alekhin
9181ecfc7b
cmake: fix protobuf handling
5 years ago
Paul Jurczak
599a3026d1
Added to Camera constructor parameter description
5 years ago
Alexander Alekhin
288fa70ed9
dnn(protobuf): backport AllowUnknownField(), SetRecursionLimit()
...
- limit recursion in SkipField*() calls
5 years ago
Alexander Alekhin
8d05dab32c
Merge pull request #17119 from alalek:move_sift
5 years ago
Alexander Alekhin
3c14a8c507
Merge pull request #17149 from alalek:core_simd_suppress_coverity
5 years ago
Alexander Alekhin
ab3b1e9922
Merge pull request #17108 from HowardsPlayPen:patch-1
5 years ago
Alexander Alekhin
cd7db168e0
core(SIMD): suppress coverity UNINIT_CTOR on SIMD vectors
5 years ago
HowardsPlayPen
cbcdbde29d
Update videocapture_basic.cpp
...
I believe you are using the wrong version of open() on line 28 - adding deviceID + appId together. It's better to use the new version of .open() taking two integers as parameter.
5 years ago
Alexander Alekhin
2df978b8e7
Merge pull request #17134 from alalek:dnn_ie_avoid_conversion_to_legacy
5 years ago
Alexander Alekhin
10808ccbb4
Merge pull request #17129 from alalek:dnn_myriad_tests
5 years ago
Alexander Alekhin
f756923271
dnn(ie): avoid conversion to legacy CNNNetworkImpl
5 years ago
Alexander Alekhin
a327418767
features2d(sift): move SIFT tests / headers / build fixes
5 years ago
Alexander Alekhin
83c4378d5d
dnn(test): skip failed NGRAPH/MYRIAD tests
5 years ago
Alexander Alekhin
e74075c689
Merge pull request #16887 from ashishkrshrivastava:fasterrcnn
5 years ago
ashishiva3@gmail.com
e0ac0cfbe2
add fused batchNorm Upsample
5 years ago
Alexander Alekhin
775d031366
Merge pull request #17123 from ganesh-k13:bugfix/documentation/3.4/16987
5 years ago
Alexander Alekhin
1a17f402a4
Merge pull request #17030 from ashishkrshrivastava:onnximporter
5 years ago
Polina Smolnikova
40973bea31
Merge pull request #16961 from rayonnant14:objdetect_different_return_value_issue
...
QRDetectMulti : different return value bug fix
* QRDetectMulti : bug fix
* added tests
* changed test image due to large size of previous test image
5 years ago
Ganesh Kathiresan
0be2c7018b
Formula Fixes for 3.4 branch
...
Foumula fix 1
Foumula fix 2
Foumula fix 3
Foumula fix 4
Foumula fix 5
Foumula fix 8
5 years ago
AshihsKrShrivastava
d37180a2c4
modification for upsample node fused from unfused Resize subgraph
5 years ago
Liubov Batanina
8badf7f354
Merge pull request #17112 from l-bat:ie_region
...
* Support nGraph Region
* Support region since OpenVINO 2020.2
* Skip myriad
5 years ago
Alexander Alekhin
150bd3aee6
Merge pull request #17106 from pauljurczak:patch-3
5 years ago
Paul Jurczak
a748eba42e
Added descriptions of randu and randn
5 years ago
Alexander Alekhin
935420217c
Merge pull request #17102 from dkurt:dnn_ie_flexible_inputs
5 years ago
Alexander Alekhin
81d4d4948e
Merge pull request #17105 from benji1123:pointPolygonTest_demo
5 years ago
Ben
041da57e87
fix tuple error
5 years ago
Alexander Alekhin
acf1be547d
Merge pull request #17046 from alalek:core_inputarray_matexpr_cleanup
5 years ago
Dmitry Kurtaev
908bf935f7
Flexible inputs for OpenVINO IR models
5 years ago
Alexander Alekhin
e59e978fcd
Merge pull request #17096 from spectralio:java-cmake-fix
5 years ago
Alexander Alekhin
fbaae7ac37
Merge pull request #17041 from alalek:core_simd_vector_ctors
5 years ago
Alexander Alekhin
dcf7eb972e
core(SIMD): align behavior of vector constructors
...
- setzero() calls are dropped due low-level API nature
- initialization is mandatory if necessary (not an output of other calls)
5 years ago
Maksim Shabunin
2840362868
Merge pull request #16769 from mshabunin:fix-ipp-install
...
* Do not copy standalone IPP libraries to install for static builds
* Restored IPP installation under option
5 years ago
jshiwam
d4fc302c7e
Merge pull request #16795 from jshiwam:qrsample
...
Added a sample file for qrcode detection in python
* sample python file for qrcode detection added in samples/python
* input taken using argparse and the indents were removed
* Removed unused variables
* updated the format and removed unused variables
Removed the use of global variables and used parameterised contructor instead
=set multi detection true by default
* added detection from camera
* samples(python): coding style in qrcode.py
5 years ago
spectralio
1cce9db710
fix missing underscore
5 years ago
Alexander Alekhin
e92f1eaa3d
Merge pull request #17071 from mshabunin:tickmeter-fps
5 years ago
Maksim Shabunin
f84cae833a
TickMeter: added FPS and AvgTime, improved docs, reformatted
5 years ago
Alexander Alekhin
ed58b5489f
[move sift.cpp] sift: avoid inplace calls of GaussianBlur
...
- should unlock IPP optimizations
original commit: ce7c8f2646
5 years ago