ros_deep_learning icon indicating copy to clipboard operation
ros_deep_learning copied to clipboard

Add parameters in TensorNet creation function to configure input/output blob

Open ZeppLu opened this issue 5 years ago • 0 comments

For example, in the command-line utility provided by jetson-inference, you can:

detectnet --input-blob=input_0 --output-cvg=scores --output-bbox=boxes ...

And now in ROS, you can do the same thing by:

rosrun ros_deep_learning detectnet _input_blob:=input_0 _output_cvg:=scores _output_bbox:=boxes ...

ZeppLu avatar Jul 29 '20 13:07 ZeppLu