Alexander Alekhin
af9ded89d0
core: fix build getNumberOfCPUs for JavaScript
5 years ago
Alexander Alekhin
c13a62ce10
Merge pull request #16638 from mshabunin:use-safe-buffers
5 years ago
Dmitry Kurtaev
d8dea7896b
Merge pull request #16628 from dkurt:dnn_ngraph_custom_layers
...
* Custom layers with nGraph
* nGraph: multiple outputs from nodes
5 years ago
Ganesh Kathiresan
09df7810d1
Merge pull request #16457 from ganesh-k13:bugfix/getCPUCount-fix
...
* Fixed getCPUCount
Minor new line changes
Android fix | efficient linux checks
Android fix 2
Fixed cpu logic for non linux platforms
Android fix 3
Android fix 4
* No v1 case handle | Refactor long lines
* Refined Cgroups logic | Combine Android and Linux
* Fixed directives
* Added support for --cpus | Fixed minor bug in Andriod | Change file read logic
* Added macro checks for apple errors
* Fixed macro to include android
* Addressed review comments
* Fixed android macro
* Refined return values
* Fixed apple warning
* Addressed review comments
* Fixed whitespace
* Android Fix try 1
* Android Fix try 2
* Android Fix try 3
* Removed unwanted endif
* Android Fix try 4
* Android Fix try 5
* Macro Restructure
* core: updates to CPUs detection (minor)
5 years ago
Alexander Alekhin
95aa6d7307
Merge pull request #16657 from alalek:issue_16655_master
5 years ago
Alexander Alekhin
2617c9aa64
Merge pull request #16673 from alalek:exclude_contrib_modules_4.x
5 years ago
Alexander Alekhin
f48c84eaee
Merge pull request #16656 from alalek:issue_16655
5 years ago
Alexander Alekhin
84bb67e49b
exclude opencv_contrib modules
5 years ago
Alexander Alekhin
9e4b1d5a75
Merge pull request #16670 from alalek:update_valgrind_suppressions
5 years ago
Alexander Alekhin
f2d3edec80
gapi(test): ban and get rid of countNonZero() checks
5 years ago
Peter Würtz
53c0189ed7
Allow access to CUDA memory and stream pointers for interoperability.
5 years ago
Maksim Shabunin
bf96d8239d
Use BufferArea in more places
5 years ago
Alexander Alekhin
64588dff46
valgrind: update suppression rules
5 years ago
Ivan Galanin
f9bd025722
Merge pull request #16639 from iigalanin:patch-1
...
* Update to new ICV packages
MacOS ia32 ICV package is no longer built.
* cmake(ippicv): add Apple 32-bit check
* Updated commit hash
5 years ago
Alexander Alekhin
a5d0c7b02c
Merge pull request #16650 from ashishkrshrivastava:cvdarknet
5 years ago
Alexander Alekhin
53a853c3c9
Merge pull request #16661 from alalek:dnn_test_32bit_part2
5 years ago
Alexander Alekhin
43a907ddda
Merge pull request #16648 from YashasSamaga:cuda4dnn-hotfix-i16467
5 years ago
Alexander Alekhin
c2f5f5a202
dnn(test): configure filtering for 32-bit systems (part 2)
5 years ago
YashasSamaga
5e082ab852
resize tensor on reuse if required
5 years ago
Alexander Alekhin
fce6e7248e
Merge pull request #16629 from alalek:dnn_test_32bit
5 years ago
Alexander Alekhin
d54d01ca46
core(MatExpr): fix .type() bug
5 years ago
ashishiva3@gmail.com
2b96a485e7
Darknet_io: Parsing for cost layer added
5 years ago
Alexander Alekhin
8eafddf211
Merge pull request #16647 from YashasSamaga:cuda4dnn-hotfix-i16568
5 years ago
Alexander Alekhin
1540ae340f
dnn(test): configure filtering for 32-bit systems
5 years ago
Gourav Roy
8b5efc6f4c
Merge pull request #16586 from themechanicalcoder:video-psnr
...
* add python version of video-input-psnr-ssim
* remove ret
* documentation changes
* added link for python file
* command line argument
5 years ago
YashasSamaga
c23ab37355
fix weights rank assertion in InnerProductOp
5 years ago
Alexander Alekhin
95f0c9b19b
Merge pull request #16641 from alalek:fix_build_msvs2019
5 years ago
Alexander Alekhin
01048e5603
Merge pull request #16616 from alalek:dnn_fix_input_shape
...
* dnn: fix processing of input shapes
- importer: avoid using of .setInput() => .setInputShape()
- setInput: shape limitation check (partial)
* dnn(test): test .setInput() in readNet()
5 years ago
Alexander Alekhin
102ef39a27
Merge pull request #16225 from berak:dnn_pose_estimation
...
dnn: small fix in pose estimation model
5 years ago
Alexander Alekhin
966c2191cb
Merge pull request #13928 from catree:add_matx_div_operations
5 years ago
Vadim Pisarevsky
8f3867756c
Merge pull request #16594 from vpisarev:hull_ordering_fix
...
fixed the ordering of contour convex hull points
* partially fixed the issue #4539
* fixed warnings and test failures
* fixed integer overflow (issue #14521 )
* added comment to force buildbot to re-run
* extended the test for the issue 4539. Check the expected behaviour on the original contour as well
* added comment; fixed typo, renamed another variable for a little better clarity
* added yet another part to the test for issue #4539 , where we run convexHull and convexityDetects on the original contour, without any manipulations. the rest of the test stays the same
5 years ago
Alexander Alekhin
b29512032a
3rdparty(openexr): fix compilation with MSVS2019
5 years ago
Alexander Alekhin
a0f5eb282c
Merge pull request #16635 from mshabunin:fix-avx512-cvt
5 years ago
Vadim Pisarevsky
07b475062f
Merge pull request #16608 from vpisarev:fix_mac_ocl_tests
...
* fixed several problems when running tests on Mac:
* OCL_pyrUp
* OCL_flip
* some basic UMat tests
* histogram badarg test (out of range access)
* retained the storepix fix in ocl_flip only for 16U/16S datatype, where the OpenCL compiler on Mac generates incorrect code
* moved deletion of ACCESS_FAST flag to non-SVM branch (where SVM is shared virtual memory (in OpenCL 2.x), not support vector machine)
* force OpenCL to use read/write for GPU<=>CPU memory transfers on machines with discrete video only on Macs. On Windows/Linux the drivers are seemingly smart enough to implement map/unmap properly (and maybe more efficiently than explicit read/write)
5 years ago
Maksim Shabunin
8b2c499be6
intrin: fixed int64->double conversion for AVX-512
5 years ago
Alexander Smorkalov
c87b99e82b
Added test for new MatX division.
5 years ago
Alexander Alekhin
96b26dc8f4
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
berak
4fdf4d380c
dnn: small fix in pose estimation model
5 years ago
Alexander Alekhin
150c29356a
Merge pull request #16610 from AbsorbedInThought:patch-1
5 years ago
Muhammad Taha
8177adbd54
Minor update in grabcut.py
5 years ago
Alexander Alekhin
30331eef4b
Merge pull request #16595 from dkurt:dnn_ie_mask_rcnn
5 years ago
Yashas Samaga B L
1f695c4532
Merge pull request #16161 from YashasSamaga:cuda4dnn-concat-fusion
...
cuda4dnn(concat): write outputs from previous layers directly into concat's output
* eliminate concat by directly writing to its output buffer
* fix concat fusion not happening sometimes
* use a whitelist instead of a blacklist
5 years ago
Aditya Kumar
e007d93d93
Merge pull request #14107 from adityak2920:aditya
...
Adding python codes to samples/python
* Python version of samples:
- laplace.py
- drawing.py
* Update drawing.py
* Update drawing.py
* Update drawing.py
* Update laplace.py
* Update laplace.py
* Update drawing.py
* Update drawing.py
* Update laplace.py
* samples
* drawing
* drawing
* drawing.py
5 years ago
Alexander Alekhin
77dd40c96c
Merge pull request #16619 from alalek:cmake_custom_cxx_standard_master
...
* cmake: allow customization of CMAKE_CXX_STANDARD value
* cmake: extra skip flag OPENCV_SKIP_CMAKE_CXX_STANDARD
* cmake: dump CMAKE_CXX_STANDARD value
- compiler option is missing in dumped flags
5 years ago
Dmitry Kurtaev
f3eef792eb
Enable Mask R-CNN with Inference Engine. Full coverage with nGraph
5 years ago
Alexander Alekhin
4d14307f5d
Merge pull request #16503 from cyyever:fix_16500
5 years ago
cyy
450b96510e
fixes #16500
5 years ago
Alexander Alekhin
4b0d3316f6
Merge pull request #16617 from alalek:dnn_fix_caffe_importer
5 years ago
Alexander Alekhin
7ac7aca33b
dnn(caffe): fix net.input_dim handling in Caffe importer
5 years ago
Alexander Alekhin
6713063a8d
Merge pull request #16612 from rabbull:master
5 years ago