Skip to content

Commit ca902f6

Browse files
authored
Merge pull request #22 from NVIDIA-ISAAC-ROS/release-2.0.0
Isaac ROS 2.0.0
2 parents ed3d677 + 9a386c5 commit ca902f6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: "peoplesemsegnet_shuffleseg"
2+
platform: "tensorrt_plan"
3+
max_batch_size: 0
4+
input [
5+
{
6+
name: "input_2:0"
7+
data_type: TYPE_FP32
8+
dims: [ 1, 3, 544, 960 ]
9+
}
10+
]
11+
output [
12+
{
13+
name: "argmax_1"
14+
data_type: TYPE_INT32
15+
dims: [ 1, 544, 960, 1 ]
16+
}
17+
]
18+
version_policy: {
19+
specific {
20+
versions: [ 1 ]
21+
}
22+
}
23+

0 commit comments

Comments
 (0)