Skip to content

Commit

Permalink
Merge pull request #22 from NVIDIA-ISAAC-ROS/release-2.0.0
Browse files Browse the repository at this point in the history
Isaac ROS 2.0.0
  • Loading branch information
hemalshahNV authored Oct 19, 2023
2 parents ed3d677 + 9a386c5 commit ca902f6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/peoplesemsegnet_shuffleseg_config.pbtxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "peoplesemsegnet_shuffleseg"
platform: "tensorrt_plan"
max_batch_size: 0
input [
{
name: "input_2:0"
data_type: TYPE_FP32
dims: [ 1, 3, 544, 960 ]
}
]
output [
{
name: "argmax_1"
data_type: TYPE_INT32
dims: [ 1, 544, 960, 1 ]
}
]
version_policy: {
specific {
versions: [ 1 ]
}
}

0 comments on commit ca902f6

Please sign in to comment.