Alexander Alekhin
fce486c4f9
Merge pull request #17592 from l-bat:disable_nms_in_yolo_layer
5 years ago
Alexander Alekhin
99bc35a883
core(logger): complete initialization of logger structures
...
- for using of logging functions from global destructors
5 years ago
Ilya Lavrenov
63e92cccf2
Conditional compilation for network reader
5 years ago
Anatoliy Talamanov
a74ed58893
Add implementation in case plaidml isn't found
5 years ago
Alexander Alekhin
1b4955342f
Merge pull request #17599 from tomoaki0705:fixCUDAFailSafePath
5 years ago
Tomoaki Teshima
95ac650af6
make the fail safe path actually safe
...
* use only supported CC in the list
* workaround of #17526
5 years ago
Alexander Alekhin
2b98aa403e
Merge pull request #17593 from tomoaki0705:addAmpereCUDA
5 years ago
Alexander Alekhin
5ed65460d1
Merge pull request #17526 from cyyever:fix_cuda_detection
5 years ago
Philippe FOUBERT
0eb7060205
Fix the detection of the XIMEA library (since its location may be different when the version of the ximea software is updated)
5 years ago
Alexander Alekhin
425c653a14
Merge pull request #17580 from sitic:bibfix
5 years ago
Tomoaki Teshima
52844614c4
add Ampere CC
...
* Ampere has CC 8.0
* Arm64 server support has been added in CUDA 11 (only V100 for now)
5 years ago
Liubov Batanina
85c0c8c7ed
Disabling dafault NMS in yolo layer
5 years ago
Jan Lebert
a8f04359e8
docs: linkfix in bibliography
...
The [current link](https://arxiv.org/pdf/1808.01752 ) goes to a
random unrelated paper.
5 years ago
Alexander Alekhin
e3d502310f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
cb54f4c2ec
Merge pull request #17587 from tomoaki0705:fixCUDAOptflowJetson
5 years ago
Tomoaki Teshima
77fa1a20bf
fix build on Jetson TX1 and TX2
...
* enable_if_t is a c++14 feature
5 years ago
Alexander Alekhin
a7cdc42140
Merge pull request #17581 from tomoaki0705:fixCudaAsync
5 years ago
Alexander Alekhin
a8aa9d5ecb
Merge pull request #17578 from Bleach665:fix_win_eigen_build
5 years ago
Alexander Alekhin
52fbfb3ec0
Merge pull request #17577 from philippefoubert:branch_color_yuv_simd
5 years ago
Philippe FOUBERT
d25293b721
Fix the build of imgproc using MinGW (variables with the same name as symbols defined in MinGW headers)
5 years ago
Tomoaki Teshima
c07af090f5
fix build error on Jetson TX1 and TX2
...
* enable_if_t and is_base_of is c++14 feature
* override is c++11 feature
5 years ago
Yuriy Obukh
456e88a8a4
fix VS Windows build with eigen. https://github.com/opencv/opencv/issues/17548
5 years ago
Alex Cohn
a7cc1159cd
Merge pull request #17573 from alexcohn:fix/android_windows_build
...
* fixing #17572
https://github.com/opencv/opencv/issues/17572 Build for Android failed: "can't concat str to bytes"
on Windows 10 64bit with python 3.6.6
* similar to changes in platforms/winpack_dldt/build_package.py
5 years ago
Alexander Alekhin
6bd87e8146
Merge pull request #17571 from tomoaki0705:fixAutomaticCC
5 years ago
Alexander Alekhin
42a4c3fba6
Merge pull request #17568 from alalek:cleanup_17527
5 years ago
Tomoaki Teshima
1cba763189
fix build error of automatic CC detection
5 years ago
Alexander Alekhin
d01cbe9320
cudacodec(build): fix detection in CMake, cleanup duplicate includes
5 years ago
Yashas Samaga B L
9ba5581d17
Merge pull request #17534 from YashasSamaga:cuda4dnn-remove-unused-funcs
...
cuda4dnn: reduce CUDA version requirements to at least CUDA 9.2
* remove half2 specializations
* do not remove atomicAdd for half in CUDA 10 and below
* remove fp16.hpp
5 years ago
NesQl
b10ab79743
Merge pull request #17468 from liqi-c:sharedlib_build_problem
...
TEngine installation rules fix for static build
* Modify cmake config error for -DBUILD_SHARED_LIBS=OFF
* Modify for not install tengine include directory
* Update compile error.
* move install command to tengine/CMakeLists.txt
* rm include dir when make install,only build static lib will install libtengine.a
5 years ago
Alexander Alekhin
619462b029
Merge pull request #17564 from l-bat:fix_yolov4
5 years ago
Alexander Alekhin
6fdddd53a1
Merge pull request #17555 from komakai:objc-fix-sift
5 years ago
Liubov Batanina
d93b6be3cc
Changed StridedSlice to VariadicSplit in Region layer
5 years ago
Alexander Alekhin
9755ab160d
Merge pull request #17556 from nglee:dev_optFlowTVL1Async
5 years ago
Alexander Alekhin
88a187a737
Merge pull request #17561 from thatoddmailbox:android-fix-disable-samples
5 years ago
Pinaev Danil
57f5700e18
Merge pull request #16772 from aDanPin:dp/performance_render_tests
...
Added g-api render performance tests
* Add render performance tests for BGROCV
* Add render NV12 performance tests
* Review response
* Review response
* Review response
* Review response
* Review response
* Review response
* Just a small fix
* Final review response I hope)
* Review response
* Review response
* Review response
* Review response
* Review response
* Review response
5 years ago
Namgoo Lee
2043e06102
cuda optflow tvl1 : async safety
...
also modify cuda canny to use createTextureObjectPitch2D, etc.
5 years ago
Alex Studer
d84b213f59
platforms/android: fix --no_samples_build flag not working
5 years ago
Giles Payne
177fbc7bbb
Cleanup unneeded raw pointer handling code
5 years ago
Alexander Alekhin
c7dcdc0e88
Merge pull request #17557 from alalek:backport_17554
5 years ago
Alexander Alekhin
eb67dc9f50
Merge pull request #17533 from alalek:fix_dumpInputArray_nd_case
5 years ago
Ilya Lavrenov
676b818d6a
Removed plugin dispatcher
...
backport of commit 74113737f3
5 years ago
Alexander Alekhin
56373428dc
Merge pull request #17554 from ilya-lavrenov:plugin-dispatcher
5 years ago
Namgoo Lee
411ce04f54
CUDA_OptFlow/OpticalFlowDual_TVL1 Asynchronous test
5 years ago
Giles Payne
13962b8533
Use cv::Ptr instead of raw pointers
5 years ago
Giles Payne
04bee3f9b7
Fix testFitEllipse test
5 years ago
Giles Payne
305a245530
Fix framework_name option in build script
5 years ago
Ilya Lavrenov
74113737f3
Removed plugin dispatcher
5 years ago
Alexander Alekhin
c244b456f0
Merge pull request #17540 from YashasSamaga:cuda4dnn-update-mish
5 years ago
Alexander Alekhin
d321a34f7c
Merge pull request #17527 from tomoaki0705:detectCuvidHeader
5 years ago
Alexander Alekhin
fb1a58ac76
Merge pull request #17537 from Murazaki:patch-1
5 years ago