Is it possible to detect exact coordinates (pixels) of an object in Python?
Currently i'm working with ImageAI and YOLOv3 models, but it provides only a box with the object. I haven't found any references in ImageAI docs how to detect exact coords.
My project should detect bottles on pictures with different backgrounds and fetch those bottles. Due to unstable backgrounds, it's really difficult to remove such backgrounds, so it could be great to fetch exact bottle coordinates and "copy" them from the original picture.
I've read something about tensorflow, but it's quite difficult to get into to, so if anyone can give some information/directions about such libraries and models (especially for objects like bottle), i would be really happy.