navigator icon indicating copy to clipboard operation
navigator copied to clipboard

Write semantic segmentation node

Open wheitman opened this issue 2 years ago • 0 comments

Input: PointCloud2 messages from front and rear lidars Output: Single PointCloud2 with field for point class. Each point has associated class ID, e.g. 0 for vehicle, 1 for pedestrian, 2 for ground

Constraints:

  • Should publish at rate >= 1 Hz
  • Should detect and classify at least the following: Vehicle, Pedestrian, Drivable Surface (e.g. road, parking lot. Can be combined or separated, it doesn't matter).

wheitman avatar Mar 03 '22 23:03 wheitman