Merged
Conversation
[GSoC 2019] Improve the performance of JavaScript version of OpenCV (OpenCV.js)
* [GSoC 2019]
Improve the performance of JavaScript version of OpenCV (OpenCV.js):
1. Create the base of OpenCV.js performance test:
This perf test is based on benchmark.js(https://benchmarkjs.com). And first add `cvtColor`, `Resize`, `Threshold` into it.
2. Optimize the OpenCV.js performance by WASM threads:
This optimization is based on Web Worker API and SharedArrayBuffer, so it can be only used in browser.
3. Optimize the OpenCV.js performance by WASM SIMD:
Add WASM SIMD backend for OpenCV Universal Intrinsics. It's experimental as WASM SIMD is still in development.
* [GSoC2019]
1. use short license header
2. fix documentation node issue
3. remove the unused `hasSIMD128()` api
* [GSoC2019]
1. fix emscripten define
2. use fallback function for f16
* [GSoC2019]
Fix rebase issue
to control CL_MEM_USE_HOST_PTR usage
Fix computation of internal shapes in Deconvolution layer * Fix computation of internal shapes * Refactoring
This is useful for bidirectional LSTMs.
Member
Author
|
@l-bat @dkurt There is failed DNN test: Perhaps related patch: #15572 |
Member
Author
|
👍 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#15371 from Wenzhao-Xiang:gsoc_2019
#15538 from terfendail:wui_checkany
#15564 from alalek:issue_15560
#15565 from alalek:issue_15561
#15566 from alalek:issue_15558
#15572 from l-bat:deconv3d
#15573 from alalek:build_cxx11_warnings
#15579 from alalek:ocl_use_host_mem_ptr_flag
#15580 from smbz:dnn-lstm-reverse
#15581 from takacsd:3.4
#15582 from terfendail:pyrdown_oob
Previous "Merge 3.4": #15557