Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ai-lab

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-lab

A set of components for AI in React

  • 0.0.2-alpha.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
2
Weekly downloads
 
Created
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

Package last updated on 22 Feb 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc