mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
removed engine classic related elements
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,6 @@ namespace opencv_test { namespace {
|
||||
TEST(Features2d_ALIKED, Regression)
|
||||
{
|
||||
applyTestTag( CV_TEST_TAG_MEMORY_2GB);
|
||||
skipIfClassicDnnEngine();
|
||||
|
||||
const std::string modelPath = cvtest::findDataFile("dnn/onnx/models/aliked-n16rot-top1k-640.onnx", false);
|
||||
|
||||
@@ -79,7 +78,6 @@ TEST(Features2d_ALIKED, Regression)
|
||||
TEST(Features2d_LightGlue, Regression)
|
||||
{
|
||||
applyTestTag( CV_TEST_TAG_MEMORY_2GB);
|
||||
skipIfClassicDnnEngine();
|
||||
|
||||
const std::string alikedPath = cvtest::findDataFile("dnn/onnx/models/aliked-n16rot-top1k-640.onnx", false);
|
||||
const std::string lgPath = cvtest::findDataFile("dnn/onnx/models/aliked_lightglue.onnx", false);
|
||||
|
||||
Reference in New Issue
Block a user