You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working with isaac_ros_segment_anything. For now, everything works great in the example. However, I tried to change some parameters to enhance the result. I have changed the parameters
max_batch_size
under the node SegmentAnythingDataEncoderNode by using ros2 param set command. It was saying 'Set parameter successful'. However, nothing changed at all in the results.
I thought maybe I should run isaac_ros_segment_anything_triton.launch.py, but it was not even working at all. Can you tell me how to change those parameters? I basically want to define a bounding box in my region of interest, but I cannot change anything.
The text was updated successfully, but these errors were encountered:
I have been working with isaac_ros_segment_anything. For now, everything works great in the example. However, I tried to change some parameters to enhance the result. I have changed the parameters
mask_width
mask_height
max_batch_size
under the node SegmentAnythingDecoderNode and also changed the parameters
prompt_input_type
has_input_mask
max_batch_size
under the node SegmentAnythingDataEncoderNode by using
ros2 param set
command. It was saying 'Set parameter successful'. However, nothing changed at all in the results.I thought maybe I should run isaac_ros_segment_anything_triton.launch.py, but it was not even working at all. Can you tell me how to change those parameters? I basically want to define a bounding box in my region of interest, but I cannot change anything.
The text was updated successfully, but these errors were encountered: