Technologies for Home Interior

Provides the ability to get all the data on the requested product that we were able to extract from the uploaded interior photo.

The Wizart Vision API provides a wide range of options for working with photos of home interiors.

The constantly evolving technologies of machine learning and neural networks allow us to study interiors more and more accurately and deeply. The extracted artifacts provided through the API allow you to implement an unthinkable amount of different AR solutions, 3D visualizations of various planes and objects in the indoor scenes, to accurately calculate the size of objects and spaces in the interior from a photos.

The products API provides the ability to get all the data on the requested product that we were able to extract from the uploaded photo.

You will have an opportunity to get complete data by windows, doors, walls, ceiling, floor, etc, or about the interior as a whole, including information on all listed products together.

For each object can be provided information on segmentation, detection, reconstruction and additional analytical data. In case that you don't need all the redundant information, you can refer to specific APIs by data type.

see documentation
Response example:
        
{
  "detection": [
    {
      "wall_id": 0,
      "points": [
      ],
      "cx": 18.169554471969604,
      "cy": 29.29260683227396
    },
    {
      "wall_id": 1,
      "points": [
      ],
      "cx": 88.99655342102051,
      "cy": 33.05871209952924
    },
    ...
  ],
  "segmentation": {
    "walls": {
      "mask": "base64"
    }
  },
  "reconstruction": [
    {
      "wall_id": 0,
      "points": [
        [
          -1.3342448472976685,
          1.499555230140686,
          -1.9448838233947754
        ],
        [
          -0.04529324546456337,
          1.4999998807907104,
          -4.439100742340088
        ],
        [
          -1.3342448472976685,
          1.499555230140686,
          -1.9448838233947754
        ],
        [
          -0.04529324546456337,
          1.4999998807907104,
          -4.439100742340088
        ]
      ],
      "wall_normal": [
        0.8883863091468811,
        8.334720291713893e-08,
        0.45909667015075684
      ],
      "width": 2.807581663131714,
      "height": 1.5960789508659666
    },
    {
      "wall_id": 1,
      "points": [
      ],
      "wall_normal": [
        -0.4742699861526489,
        -5.33553787818164e-08,
        0.8803794384002686
      ],
      "width": 2.234250545501709,
      "height": 1.5960789508659666
    },
    ...
  ]
}
        
    

Glossary

Interior - the indoor space in the room, consists of structural elements, decoration and interior items.

Structural elements - include load-bearing and enclosing elements, are rigid structures that describe the shape of the room. More pronounced in the new building before the finishing stage.

Floor - (structural element) the lower horizontal surface without finishing and interior items.

Ceiling - (structural element) the upper horizontal surface without finishing and interior items.

Wall - (structural element) a vertical surface without finishing and interior items. There can be several walls in one interior.

Window - (structural element) a light-transmitting opening in a wall. Contains data on finishing (slopes, window sill) and interior items (curtains, blinds, cornice)

Learn more

Indoor Scene Semantic Segmentation
Object Detection In Indoor Scenes
3D Room Layout Reconstruction
Indoor Scene Analysis & Classification

Ready to get started?

Create your free API token