question

Studentxyz-2569 avatar image
0 Votes"
Studentxyz-2569 asked GiftA-MSFT edited

Custom computer vision for surface calculations on digital floor maps

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-learningazure-cognitive-servicesazure-custom-vision
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

GiftA-MSFT avatar image
0 Votes"
GiftA-MSFT answered GiftA-MSFT edited

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

GiftA-MSFT avatar image
0 Votes"
GiftA-MSFT answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Studentxyz-2569 avatar image
0 Votes"
Studentxyz-2569 answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.