Hello,
It looks like the image did not get uploaded with this question but based on your description of the use case it looks like you want to detect objects or shapes in your image and predict the shapes connect to to a central object.
I think in this scenario you can use the object detection model to create a project which can be trained on a set of images with these shapes which are tagged correctly and after the required training or iterations a test should predict all shapes in the
image along with their co-ordinates. Here is a
sample to detect scissors or a fork with the SDK. Could you please try to check if using a similar project work for your scenario?
-----------------------------------------------------------------------------------------------------------
If you found this post helpful, please give it a "Helpful" vote.
Please remember to mark the replies as answers if they help.