Object/Class

com.intel.analytics.zoo.pipeline.inference

InferenceModel

Related Docs: class InferenceModel | package inference

Permalink

object InferenceModel extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InferenceModel
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def doCalibrateTF(modelPath: String, networkType: String, validationFilePath: String, subset: Int, opencvLibPath: String, outputDir: String): Unit

    Permalink

    calibrate tensorflow model

    calibrate tensorflow model

    modelPath

    Path to an .xml file with a trained model

    networkType

    Type of an inferred network, "C" to calibrate Classification, "OD" to calibrate Object Detection, "RawC" to collect only statistics for Classification, "RawOD" to collect only statistics for Object Detection

    validationFilePath

    Path to a directory with validation images

    subset

    Number of pictures from the whole validation set to create the calibration dataset.

    opencvLibPath

    the lib path whwere libopencv_imgcodecs.so.4.0, libopencv_core.so.4.0 and libopencv_imgproc.so.4.0 can be found

    outputDir

    the output directory

  7. def doOptimizeTF(modelPath: String, imageClassificationModelType: String, checkpointPath: String, inputShape: Array[Int], ifReverseInputChannels: Boolean, meanValues: Array[Float], scale: Float, outputDir: String): Unit

    Permalink

    optimize TF model as OpenVINO IR

    optimize TF model as OpenVINO IR

    modelPath

    the path of the tensorflow model

    imageClassificationModelType

    the type of the tensorflow model

    checkpointPath

    the path of the tensorflow checkpoint file

    inputShape

    input shape that should be fed to an input node(s) of the model

    ifReverseInputChannels

    the boolean value of if need reverse input channels. switch the input channels order from RGB to BGR (or vice versa).

    meanValues

    all input values coming from original network inputs will be divided by this value.

    scale

    the scale value, to be used for the input image per channel.

    outputDir

    the output dir

  8. def doOptimizeTF(modelPath: String, objectDetectionModelType: String, pipelineConfigPath: String, extensionsConfigPath: String, outputDir: String): Unit

    Permalink

    optimize TF model as OpenVINO IR

    optimize TF model as OpenVINO IR

    modelPath

    the path of the tensorflow model

    objectDetectionModelType

    the type of the tensorflow model

    pipelineConfigPath

    the path of the pipeline configure file

    extensionsConfigPath

    the path of the extensions configure file

    outputDir

    the output dir

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped