Merged
Conversation
* fixed Split layer in ONNXImporter * added test for fix of split layer * fixed tests for Split layer * applied reviews * updated tests * fixed paths in tests
* fixed typo * add compatibility code to handle migration
* Fix NN resize with dimentions > 4 * add test check for nn resize with channels > 4 * Change types from float to double * Del unnecessary test file. Move nn test to test_imgwarp. Add 5 channels test only.
fixed cv::moveWindow() on mac * fixed cv::moveWindow() on mac (issue opencv#16343). Thanks to cwreynolds and saskatchewancatch for the help! * fixed warnings about _x0 and _y0 * fixed warnings about _x0 and _y0
Add CP-VTON sample * Support resize from PyTorch * Add CP-VTON sample * Fix downsampling * Fix test * Add model links * Add default args * Speed up resize * Fix TOM link * Add default args * Fix comments * Set aspect ratio for input * Update links * Check files exist
* dnn(test): test DLDT IRv10 model, drop old models * dnn(test): don't expect bitexact results in DLDT IR tests
use const instead of constexpr
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
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.
#14107 from adityak2920:aditya
#16424 from czgdp1807:issue-16370
#16445 from atinfinity:fixed-typo
#16472 from l-bat:cp_vton
#16497 from keeper121:master
#16503 from cyyever:fix_16500
#16572 from alalek:dnn_test_dldt_ir_v10
#16588 from vpisarev:fix_macos_move_window
#16595 from dkurt:dnn_ie_mask_rcnn
#16600 from alalek:revert_16497
#16610 from AbsorbedInThought:patch-1
#16612 from rabbull:master
#16617 from alalek:dnn_fix_caffe_importer
Previous "Merge 3.4": #16585