Custom computer vision for surface calculations on digital floor maps

Student xyz 21 Reputation points
2021-09-08T13:43:44.923+00:00

I am working on a project to calculate surface area from digital floor maps. I am currently experimenting with azure cognitive services - Custom computer vision. However I don't know if this is the right track.

If possible I would like to use a existent tool instead of reinventing the wheel. Has anyone experience with this and can provide me with some guidance?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,552 questions
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
209 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,354 questions
0 comments No comments
{count} votes

Accepted answer
  1. GiftA-MSFT 11,151 Reputation points
    2021-09-09T19:50:55.323+00:00

    Sure, thanks for clarifying. I agree, an out of box approach would be to use computer vision or custom vision to detect objects and then use the metadata to calculate the surface area. I haven't seen an existing solution using Azure Cognitive services at the moment, so you'd most likely have to use a heuristic approach.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. GiftA-MSFT 11,151 Reputation points
    2021-09-09T02:31:11.82+00:00

    Hi, thanks for reaching out. We currently don't have a custom model that supports the above scenario.

    0 comments No comments

  2. Student xyz 21 Reputation points
    2021-09-09T10:50:00.087+00:00

    Thanks for answering @GiftA-MSFT . I understand that there isn't a custom model that supports the above scenario. I was just hoping to get some idea's on how to make it work with custom Vision or any alternative.

    For instance I've a gotten a few idea's on how to make it work with custom vision;

    • use object detection to recognize the rectangle/square shapes of the floor maps.
    • calculate the distance based on the pixels -> leads to surface area ;

    This is just a example .. if this is wrong of there is a better alternative I would love to hear about it.

    0 comments No comments