Class

com.intel.analytics.bigdl.models.maskrcnn

MaskRCNNParams

Related Doc: package maskrcnn

Permalink

case class MaskRCNNParams(anchorSizes: Array[Float] = Array[Float](32, 64, 128, 256, 512), aspectRatios: Array[Float] = Array[Float](0.5f, 1.0f, 2.0f), anchorStride: Array[Float] = Array[Float](4, 8, 16, 32, 64), preNmsTopNTest: Int = 1000, postNmsTopNTest: Int = 1000, preNmsTopNTrain: Int = 2000, postNmsTopNTrain: Int = 2000, rpnNmsThread: Float = 0.7f, minSize: Int = 0, boxResolution: Int = 7, maskResolution: Int = 14, scales: Array[Float] = ..., samplingRatio: Int = 2, boxScoreThresh: Float = 0.05f, boxNmsThread: Float = 0.5f, maxPerImage: Int = 100, outputSize: Int = 1024, layers: Array[Int] = Array[Int](256, 256, 256, 256), dilation: Int = 1, useGn: Boolean = false) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MaskRCNNParams
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MaskRCNNParams(anchorSizes: Array[Float] = Array[Float](32, 64, 128, 256, 512), aspectRatios: Array[Float] = Array[Float](0.5f, 1.0f, 2.0f), anchorStride: Array[Float] = Array[Float](4, 8, 16, 32, 64), preNmsTopNTest: Int = 1000, postNmsTopNTest: Int = 1000, preNmsTopNTrain: Int = 2000, postNmsTopNTrain: Int = 2000, rpnNmsThread: Float = 0.7f, minSize: Int = 0, boxResolution: Int = 7, maskResolution: Int = 14, scales: Array[Float] = ..., samplingRatio: Int = 2, boxScoreThresh: Float = 0.05f, boxNmsThread: Float = 0.5f, maxPerImage: Int = 100, outputSize: Int = 1024, layers: Array[Int] = Array[Int](256, 256, 256, 256), dilation: Int = 1, useGn: Boolean = false)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val anchorSizes: Array[Float]

    Permalink
  5. val anchorStride: Array[Float]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val aspectRatios: Array[Float]

    Permalink
  8. val boxNmsThread: Float

    Permalink
  9. val boxResolution: Int

    Permalink
  10. val boxScoreThresh: Float

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val dilation: Int

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val layers: Array[Int]

    Permalink
  18. val maskResolution: Int

    Permalink
  19. val maxPerImage: Int

    Permalink
  20. val minSize: Int

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val outputSize: Int

    Permalink
  25. val postNmsTopNTest: Int

    Permalink
  26. val postNmsTopNTrain: Int

    Permalink
  27. val preNmsTopNTest: Int

    Permalink
  28. val preNmsTopNTrain: Int

    Permalink
  29. val rpnNmsThread: Float

    Permalink
  30. val samplingRatio: Int

    Permalink
  31. val scales: Array[Float]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val useGn: Boolean

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped