Computer Vision Engine

This integration is processing images or movies and detects objects on them by using Machine Learning. It is using OpenCV with: YOLO COCO.

Utilities · ComputerVisionEngine

Details

IDComputer Vision Engine
ProviderOpen Source
CategoryUtilities
From Version6.0.0
Docker Imagedemisto/yolo-coco:1.0.0.9094740
Supported ModulesAgentix XSIAM

README

yolo-coco-process-image


Detect objects on an picture using the yolo-coco ML.

Base Command

yolo-coco-process-image

Input

Argument Name Description Required
entryid Image EntryID. Required
confidence minimum probability to filter weak detections. Default is 0.5. Optional
threshold threshold when applying non-maxima suppression. Default is 0.3. Optional

Context Output

Path Type Description
ComputerVision Unknown The key holds down the information about detected objects in the picture.

Commands (1)

  • yolo-coco-process-image

    Detect objects on an picture using the yolo-coco ML.

category: Utilities
provider: Open Source
commonfields:
  id: Computer Vision Engine
  version: -1
configuration: []
description: 'This integration is processing images or movies and detects objects on them by using Machine Learning.

  It is using OpenCV with:

  YOLO COCO.'
display: Computer Vision Engine
name: Computer Vision Engine
script:
  commands:
  - arguments:
    - description: Image EntryID.
      name: entryid
      required: true
    - defaultValue: '0.5'
      description: minimum probability to filter weak detections.
      name: confidence
    - defaultValue: '0.3'
      description: threshold when applying non-maxima suppression.
      name: threshold
    description: Detect objects on an picture using the yolo-coco ML.
    name: yolo-coco-process-image
    outputs:
    - contextPath: ComputerVision
      description: The key holds down the information about detected objects in the picture.
      type: Unknown
  dockerimage: demisto/yolo-coco:1.0.0.9094740
  runonce: false
  script: '-'
  subtype: python3
  type: python
tests:
- No tests (auto formatted)
fromversion: 6.0.0