mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #16472 from l-bat:cp_vton
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
This commit is contained in:
@@ -311,6 +311,9 @@ TEST_P(Test_ONNX_layers, Padding)
|
||||
TEST_P(Test_ONNX_layers, Resize)
|
||||
{
|
||||
testONNXModels("resize_nearest");
|
||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NN_BUILDER_2019)
|
||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_NN_BUILDER);
|
||||
testONNXModels("resize_bilinear");
|
||||
}
|
||||
|
||||
TEST_P(Test_ONNX_layers, MultyInputs)
|
||||
|
||||
Reference in New Issue
Block a user