File tree Expand file tree Collapse file tree 7 files changed +63
-5
lines changed
Expand file tree Collapse file tree 7 files changed +63
-5
lines changed Original file line number Diff line number Diff line change @@ -97,4 +97,4 @@ Please visit the [Isaac ROS Documentation](https://nvidia-isaac-ros.github.io/re
9797
9898## Latest
9999
100- Update 2024-05-30: Added RT-DETR object detection package
100+ Update 2024-09-26: Update for ZED compatibility
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
2121<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
2222<package format =" 3" >
2323 <name >gxf_isaac_detectnet</name >
24- <version >3.0.1 </version >
24+ <version >3.1.0 </version >
2525 <description >Detectnet GXF extension.</description >
2626
2727 <maintainer email =" isaac-ros-maintainers@nvidia.com" >Isaac ROS Maintainers</maintainer >
Original file line number Diff line number Diff line change 1+ name: " peoplenet"
2+ platform: " tensorrt_plan"
3+ max_batch_size: 16
4+ input [
5+ {
6+ name: " input_1"
7+ data_type: TYPE_FP32
8+ format: FORMAT_NCHW
9+ dims: [ 3 , 720 , 1280 ]
10+ }
11+ ]
12+ output [
13+ {
14+ name: " output_bbox/BiasAdd"
15+ data_type: TYPE_FP32
16+ dims: [ 12 , 45 , 80 ]
17+ },
18+ {
19+ name: " output_cov/Sigmoid"
20+ data_type: TYPE_FP32
21+ dims: [ 3 , 45 , 80 ]
22+ }
23+ ]
24+ dynamic_batching { }
25+ version_policy: {
26+ specific {
27+ versions: [ 1 ]
28+ }
29+ }
Original file line number Diff line number Diff line change 1+ name: " peoplenet"
2+ platform: " tensorrt_plan"
3+ max_batch_size: 16
4+ input [
5+ {
6+ name: " input_1"
7+ data_type: TYPE_FP32
8+ format: FORMAT_NCHW
9+ dims: [ 3 , 1200 , 1920 ]
10+ }
11+ ]
12+ output [
13+ {
14+ name: " output_bbox/BiasAdd"
15+ data_type: TYPE_FP32
16+ dims: [ 12 , 75 , 120 ]
17+ },
18+ {
19+ name: " output_cov/Sigmoid"
20+ data_type: TYPE_FP32
21+ dims: [ 3 , 75 , 120 ]
22+ }
23+ ]
24+ dynamic_batching { }
25+ version_policy: {
26+ specific {
27+ versions: [ 1 ]
28+ }
29+ }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
2121<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
2222<package format =" 3" >
2323 <name >isaac_ros_detectnet</name >
24- <version >3.0.1 </version >
24+ <version >3.1.0 </version >
2525 <description >DetectNet model processing</description >
2626
2727 <maintainer email =" isaac-ros-maintainers@nvidia.com" >Isaac ROS Maintainers</maintainer >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
2121<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
2222<package format =" 3" >
2323 <name >isaac_ros_rtdetr</name >
24- <version >3.0.1 </version >
24+ <version >3.1.0 </version >
2525 <description >RT-DETR model processing</description >
2626
2727 <maintainer email =" isaac-ros-maintainers@nvidia.com" >Isaac ROS Maintainers</maintainer >
Original file line number Diff line number Diff line change 2121<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
2222<package format =" 3" >
2323 <name >isaac_ros_yolov8</name >
24- <version >3.0.1 </version >
24+ <version >3.1.0 </version >
2525 <description >Isaac ROS YOLOv8 decoding</description >
2626
2727 <maintainer email =" isaac-ros-maintainers@nvidia.com" >Isaac ROS Maintainers</maintainer >
You can’t perform that action at this time.
0 commit comments