com.intel.analytics.bigdl.dataset

segmentation

package segmentation

Visibility
  1. Public
  2. All

Type Members

  1. case class COCOAnotationOD(id: Long, imageId: Long, categoryId: Long, segmentation: COCOSegmentation, area: Float, bbox: (Float, Float, Float, Float), isCrowd: Boolean, image: COCOImage = null) extends Product with Serializable

    An annotation for an image (OD in the name for Object Detection)

  2. case class COCOCategory(id: Long, name: String) extends Product with Serializable

  3. case class COCODataset(info: COCODatasetInfo, images: Array[COCOImage], annotations: Array[COCOAnotationOD], licenses: Array[COCOLicence], categories: Array[COCOCategory]) extends Product with Serializable

  4. case class COCODatasetInfo(year: Int, version: String, description: String, contributor: String, url: String) extends Product with Serializable

  5. case class COCOImage(id: Long, height: Int, width: Int, license: Int) extends Product with Serializable

  6. case class COCOLicence(id: Long, name: String, url: String) extends Product with Serializable

  7. case class COCOPoly(_poly: Array[Array[Float]], _height: Int, _width: Int) extends PolyMasks with COCOSegmentation with Product with Serializable

  8. case class COCORLE(_counts: Array[Int], _height: Int, _width: Int) extends RLEMasks with COCOSegmentation with Product with Serializable

  9. trait COCOSegmentation extends AnyRef

  10. class PolyMasks extends SegmentationMasks

    A mask of regions defined by one or more polygons.

  11. class RLEMasks extends SegmentationMasks

    A mask of regions defined by RLE.

  12. abstract class SegmentationMasks extends Serializable

Value Members

  1. object COCODataset extends Serializable

  2. object MaskUtils

  3. object PolyMasks extends Serializable

  4. object RLEMasks extends Serializable

Ungrouped