Skip to content

Commit

Permalink
Merge pull request #23 from NVIDIA-ISAAC-ROS/release-2.1
Browse files Browse the repository at this point in the history
Isaac ROS 2.1.0
  • Loading branch information
hemalshahNV authored Nov 17, 2023
2 parents ca902f6 + 121f17f commit 466d062
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions isaac_ros_unet/config/unet_decoder_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ components:
network_output_type: softmax
data_format: NHWC
cuda_stream_pool: stream
- type: nvidia::gxf::MemoryAvailableSchedulingTerm
parameters:
allocator: allocator
min_blocks: 1
---
name: segmentation_broadcaster
components:
Expand Down
4 changes: 2 additions & 2 deletions isaac_ros_unet/launch/isaac_ros_argus_unet_triton.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def generate_launch_description():
description='A list of input tensor binding names (specified by model)'),
DeclareLaunchArgument(
'input_tensor_formats',
default_value='["nitros_tensor_list_nchw_rgb_f32"]',
default_value='["nitros_tensor_list_nchw_bgr_f32"]',
description='The nitros format of the input tensors'),
DeclareLaunchArgument(
'output_tensor_names',
Expand All @@ -75,7 +75,7 @@ def generate_launch_description():
description='A list of output tensor binding names (specified by model)'),
DeclareLaunchArgument(
'output_tensor_formats',
default_value='["nitros_tensor_list_nhwc_rgb_f32"]',
default_value='["nitros_tensor_list_nhwc_bgr_f32"]',
description='The nitros format of the output tensors'),
DeclareLaunchArgument(
'network_output_type',
Expand Down
5 changes: 3 additions & 2 deletions isaac_ros_unet/launch/isaac_ros_unet_tensor_rt.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def generate_launch_description():
description='A list of input tensor binding names (specified by model)'),
DeclareLaunchArgument(
'input_tensor_formats',
default_value='["nitros_tensor_list_nchw_rgb_f32"]',
default_value='["nitros_tensor_list_nchw_bgr_f32"]',
description='The nitros format of the input tensors'),
DeclareLaunchArgument(
'output_tensor_names',
Expand All @@ -79,7 +79,7 @@ def generate_launch_description():
description='A list of output tensor binding names (specified by model)'),
DeclareLaunchArgument(
'output_tensor_formats',
default_value='["nitros_tensor_list_nhwc_rgb_f32"]',
default_value='["nitros_tensor_list_nhwc_bgr_f32"]',
description='The nitros format of the output tensors'),
DeclareLaunchArgument(
'tensorrt_verbose',
Expand Down Expand Up @@ -145,6 +145,7 @@ def generate_launch_description():
'network_image_height': network_image_height,
'image_mean': encoder_image_mean,
'image_stddev': encoder_image_stddev,
'enable_padding': True,
}],
remappings=[('encoded_tensor', 'tensor_pub')]
)
Expand Down
4 changes: 2 additions & 2 deletions isaac_ros_unet/launch/isaac_ros_unet_triton.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def generate_launch_description():
description='A list of input tensor binding names (specified by model)'),
DeclareLaunchArgument(
'input_tensor_formats',
default_value='["nitros_tensor_list_nchw_rgb_f32"]',
default_value='["nitros_tensor_list_nchw_bgr_f32"]',
description='The nitros format of the input tensors'),
DeclareLaunchArgument(
'output_tensor_names',
Expand All @@ -83,7 +83,7 @@ def generate_launch_description():
description='A list of output tensor binding names (specified by model)'),
DeclareLaunchArgument(
'output_tensor_formats',
default_value='["nitros_tensor_list_nhwc_rgb_f32"]',
default_value='["nitros_tensor_list_nhwc_bgr_f32"]',
description='The nitros format of the output tensors'),
DeclareLaunchArgument(
'network_output_type',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def generate_launch_description():
description='A list of input tensor binding names (specified by model)'),
DeclareLaunchArgument(
'input_tensor_formats',
default_value='["nitros_tensor_list_nchw_rgb_f32"]',
default_value='["nitros_tensor_list_nchw_bgr_f32"]',
description='The nitros format of the input tensors'),
DeclareLaunchArgument(
'output_tensor_names',
Expand All @@ -83,7 +83,7 @@ def generate_launch_description():
description='A list of output tensor binding names (specified by model)'),
DeclareLaunchArgument(
'output_tensor_formats',
default_value='["nitros_tensor_list_nhwc_rgb_f32"]',
default_value='["nitros_tensor_list_nhwc_bgr_f32"]',
description='The nitros format of the output tensors'),
DeclareLaunchArgument(
'network_output_type',
Expand Down
2 changes: 1 addition & 1 deletion isaac_ros_unet/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>isaac_ros_unet</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>U-Net model processing</description>

<maintainer email="hemals@nvidia.com">Hemal Shah</maintainer>
Expand Down

0 comments on commit 466d062

Please sign in to comment.