Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Detected Rectangle Data - Class Names, ID & Confidence % (Accuracy)

Info

Accuracy is represented as [0-1] value. To get the percentage → Accuracy * 100 = Accuracy %

Info

Detected Rectangle for Product A has 99.99% confidence

...

Detected Rectangle Data - Coordinates, Dimension, ID, Class Name, Confidence Percentage

Info

Accuracy is represented as [0-1] value. To get the percentage → Accuracy * 100 = Accuracy %

Info

Detected Rectangle for ''id=…1000'' label = "Screw02" has 99.18% confidence

Code Block
languagepy
  "detectedRectangles": [
    {
      "x": 456,
      "y": 361,
      "width": 165,
      "height": 163,
      "id": 1604385708721000,
      "confidence": 0.9918909072875977,
      "classNames": [
        {
          "id": 1604385716945,
          "label": "Screw02",
          "confidence": 0.9918909072875977
        }
      ]
    },
  ...

...

Detected Rectangle Info - ID, Dimension, OCR Text, Confidence Percentage

Info

Accuracy is represented as [0-1] value. To get the percentage → Accuracy * 100 = Accuracy %

...