Skip to content

Commit

Permalink
test: change output names for bbox head in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn committed Oct 11, 2024
1 parent e4b322f commit 245bd32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/parking_lot.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"layout": "NCHW"
},
{
"name": "bbox-head/boundingbox/0",
"name": "output1_yolov6r2",
"dtype": "float32",
"shape": [
1,
Expand All @@ -58,7 +58,7 @@
"layout": "NCHW"
},
{
"name": "bbox-head/boundingbox/1",
"name": "output2_yolov6r2",
"dtype": "float32",
"shape": [
1,
Expand All @@ -69,7 +69,7 @@
"layout": "NCHW"
},
{
"name": "bbox-head/boundingbox/2",
"name": "output3_yolov6r2",
"dtype": "float32",
"shape": [
1,
Expand Down

0 comments on commit 245bd32

Please sign in to comment.