Socket
Socket
Sign inDemoInstall

ai-lab

Package Overview
Dependencies
56
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ai-lab

A set of components for AI in React


Version published
Weekly downloads
8
increased by700%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 22 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc