🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

ai-lab

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
a

ai-lab

A set of components for AI in React

0.0.2-alpha.4
latest
76

Supply Chain Security

100

Vulnerability

78

Quality

78

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Uses eval

Supply chain risk

Package uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Found 2 instances in 1 package

Dependencies have 8 high alerts.

Socket optimized override available

Version published
Weekly downloads
2
-50%
Maintainers
2
Weekly downloads
 
Created
Issues
18

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

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