forked from ros-perception/vision_msgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam Allevato
committed
Nov 14, 2017
1 parent
6b0a926
commit ad40132
Showing
8 changed files
with
29 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Defines a 2D classification result. | ||
# | ||
# This result does not contain any position information. It is designed for | ||
# classifiers, which simply provide class probabilities given a source image. | ||
# classifiers, which simply provide class probabilities given a source image. | ||
|
||
Header header | ||
|
||
# A list of class probabilities. This list need not provide a probability for | ||
# every possible class, just ones that are nonzero, or above some user-defined | ||
# threshold. | ||
# every possible class, just ones that are nonzero, or above some | ||
# user-defined threshold. | ||
ObjectHypothesis[] results | ||
|
||
# The 2D data that generated these results (i.e. region proposal cropped out of | ||
# the image). Not required for all use cases, so it may be empty. | ||
# the image). Not required for all use cases, so it may be empty. | ||
sensor_msgs/Image source_img |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Defines a 3D classification result. | ||
# | ||
# This result does not contain any position information. It is designed for | ||
# classifiers, which simply provide probabilities given a source image. | ||
# classifiers, which simply provide probabilities given a source image. | ||
|
||
Header header | ||
|
||
# Class probabilities | ||
ObjectHypothesis[] results | ||
|
||
# The 3D data that generated these results (i.e. region proposal cropped out of | ||
# the image). Not required for all detectors, so it may be empty. | ||
# the image). Not required for all detectors, so it may be empty. | ||
sensor_msgs/PointCloud2 source_cloud |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters