I need to detect object (coin) in a photo, which is to draw a rectangle around it. I tried Mark-RCNN, Retina, Yolo, SSD - same result. The rectangles are not perfect. If you look at examples available online, you will see exactly what I mean: look at the image In a picture this article provides you can see that the proposed rectangle "cuts" the object, leaving part of it outside, while in some other places leaves too much space between the object and the rectangle.
My question is: how can I get an EXACT rectangle, providing my training data are accurate? Any fine-tuning tricks, different approaches, links - anything will be appreciated. Thank you.