Versions Compared

Key

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

...

Anomaly of Surface - JSON Data

Image

...

Dimensions (Pixels)

Code Block
{
  "globalData": null,
  "image": {
    "type": "<numpy>",
    "shape": [
      837,
      1305,
      3
    ]
  },

Detected Rectangle

...

Data - Coordinates, Dimensions, Size, ID, Class Name, Color

...

Code Block
  "detectedRectangles": [
    {
      "x": 35,
      "y": 681,
      "width": 30,
      "height": 33,
      "area": 718.5,
      "id": 1603111484990000,
      "classNames": [
        {
          "color": "#ff0000",
          "color_bgr": [
            0,
            0,
            255
          ],
          "id": 1,
          "label": "Defect"
        },
    {
      "x": 1086,
      "y": 510,
      "width": 3,
      "height": 3,
      "area": 2,
      "id": 1603111484990003,
      "classNames": [
        {
          "color": "#ff00ff",
          "color_bgr": [
            255,
            0,
            255
          ],
          "id": 1603111688057,
          "label": "Scratch"
        }

Classifier - JSON Data

Detected Retangle

...

Data - Class Names, ID & Accuracy

Code Block
"detectedRectangles": [
    {
      "classNames": [
        {
          "label": "Half White",
          "id": 1579785458561,
          "accuracy": 0.9999566078186035
        },
        {
          "label": "Full Black",
          "id": 1563879945497,
          "accuracy": 0.000023665264961891808
        },
        {
          "label": "Half Black",
          "id": 1579785458074,
          "accuracy": 0.00001757865356921684
        },
        {
          "label": "Missing",
          "id": 1579785459058,
          "accuracy": 0.0000020917841538903303
        },
        {
          "label": "Full White",
          "id": 1563879965635,
          "accuracy": 2.7898661159042604e-8
        }
      ]

Surface Detection - JSON Data

Detected Rectangles Data - Coordinates, Dimensions, Area, ID, Class Name, Color

Code Block
"detectedRectangles": [
    {
      "x": 35,
      "y": 681,
      "width": 30,
      "height": 33,
      "area": 718.5,
      "id": 1603111484990000,
      "classNames": [
        {
          "color": "#ff0000",
          "color_bgr": [
            0,
            0,
            255
          ],
          "id": 1,
          "label": "Defect"
        }

Heatmap Data - Dimensions, Color, ID & Class Name

Code Block
"heatmaps": [
    [
      {
        "type": "<numpy>",
        "shape": [
          837,
          1305,
          1
        ]
      },
      {
        "color": "#ff0000",
        "color_bgr": [
          0,
          0,
          255
        ],
        "id": 1,
        "label": "Defect"
      }

OCR - JSON Data

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

...