0.2.0.preview.1
Pre-release
Pre-release
To install, follow the getting started guide.
Added
Added CameraLabeler, an extensible base type for all forms of dataset output from a camera.
Added LabelConfig<T>, a base class for mapping labels to data used by a labeler. There are two new derived types - ID label config and semantic segmentation label config.
Changed
Moved the various forms of ground truth from PerceptionCamera into various subclasses of CameraLabeler.
Renamed SimulationManager to DatasetCapture.
Changed Semantic Segmentation to take a SemanticSegmentationLabelConfig, which maps labels to color pixel values.