Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
f7d5b39e
Commit
f7d5b39e
authored
5 years ago
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15169 from dkurt:dnn_onnx_drop_vgg16
parents
eec9fa9d
ebaefbb7
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
test_onnx_importer.cpp
modules/dnn/test/test_onnx_importer.cpp
+0
-8
No files found.
modules/dnn/test/test_onnx_importer.cpp
View file @
f7d5b39e
...
...
@@ -426,14 +426,6 @@ TEST_P(Test_ONNX_nets, RCNN_ILSVRC13)
testONNXModels
(
"rcnn_ilsvrc13"
,
pb
,
0.0045
);
}
TEST_P
(
Test_ONNX_nets
,
VGG16
)
{
applyTestTag
(
CV_TEST_TAG_MEMORY_6GB
);
// > 2.3Gb
// output range: [-69; 72], after Softmax [0; 0.96]
testONNXModels
(
"vgg16"
,
pb
,
default_l1
,
default_lInf
,
true
);
}
TEST_P
(
Test_ONNX_nets
,
VGG16_bn
)
{
applyTestTag
(
CV_TEST_TAG_MEMORY_6GB
);
// > 2.3Gb
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment