Skip to content

Commit

Permalink
chore: change name
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>

chore: change name

Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
StepTurtle committed Aug 23, 2024
1 parent 62aac18 commit cd6e060
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(msg_files
"msg/PublishedTime.msg"
"msg/MissionRemainingDistanceTime.msg"
"msg/ResourceUsageReport.msg"
"msg/Segmentation.msg"
"msg/SegmentationMask.msg"
"msg/SegmentationConfig.msg"
)

Expand Down
6 changes: 3 additions & 3 deletions msg/SegmentationConfig.msg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ uint8 ANIMAL=7

# It represent map between instance segmentation mask and classes
# The pixel intensities in mask's starts with 1 (pixel value 0 represent pixel is not belong any object)
# `class_array[0]` returns the `class_id` for pixels with an intensity value of `1` in the mask.
# `class_array[1]` returns the `class_id` for pixels with an intensity value of `2` in the mask.
# `class_ids[0]` returns the `class_id` for pixels with an intensity value of `1` in the mask.
# `class_ids[1]` returns the `class_id` for pixels with an intensity value of `2` in the mask.
# ...
# The relationship between pixels and class IDs continues in this way.
uint8[] class_array
uint8[] class_ids
File renamed without changes.

0 comments on commit cd6e060

Please sign in to comment.