Indoor Scene Semantic Segmentation

Semantic segmentation, is the task of clustering parts of an image together which belong to the same object class.

Indoor scene decomposition process

indoor segmentation

Image segmentation or semantic segmentation is a branch of computer vision that focuses on the division of a digital image into multiple segments (regions or categories) according to its properties and features. This is an extension of image classification in which, in addition to classification, we perform localization for certain classes using a mask. In image segmentation, every pixel in an image is labeled such that pixels with the same label share certain attributes and characteristics and present mask of some class. The Wizart Vision Segmentation API provides the ability to recognize dozens of classes in various combinations, especially for indoor photography. You can solve various tasks such as wall segmentation, floor segmentation, window or door segmentation with just one API call by selecting the appropriate query parameters. Or you can perform only one surface segmentation task within a single request. It depends on your requirement. As a result, you will get a photo with areas filled with different colors depending on the query parameters. Each color corresponds to a certain class.

Color
RGB Color
(255, 0, 0)
(0, 255, 0)
(0, 0, 255)
(217, 31, 150)
(145, 204, 241)
(164, 202, 202)
(136, 99, 72)
(250, 205, 82)
(216, 223, 203)
Entity
Walls
Floor
Ceiling
Windows
Curtains
Horizontal blinds
Cornices
Window slopes
Window sills
List of available classes and their color representations.
see documentation

Learn more

Technologies for Home Interior
Object Detection In Indoor Scenes
3D Room Layout Reconstruction
Indoor Scene Analysis & Classification

Ready to get started?

Create your free API token