JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q39712F
  • License MIT

A set of components for AI in React

Package Exports

  • ai-lab
  • ai-lab/dist/ai-lab.esm.js
  • ai-lab/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ai-lab) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Interface: ModelInfo

Properties

  • iouThreshold: number (optional) The the allowed area for intersection over union (IOU) between the bounding box with other bounding boxes.
  • maxBoxes: number The number of boxes to keep after applying NMS.
  • modelType: undefined | undefined The model type, which identifies the output structure to expect.
  • nmsActive: boolean (optional) The soft NMS Sigma that allows overlapping of strong object confidence.
  • threshold: number (optional) The score threshold to identify if a value is returned.

Interface: VideoProps

Interface: ObjectDetectionUIProps

Properties

  • detectionResults: ****
  • height: number
  • modelInfo: ModelInfo
  • onDrawComplete: **** (optional)
  • width: number