Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Identifying drinks bottles *without* machine learning

Earlier this year Nick Bourdakos posted a series of tweets demoing drinks bottle detection and labelling using IBM's cloud annotation tool (built on top of Tensorflow)

https://mobile.twitter.com/bourdakos1/status/1090731521265356800

I'd be interested in views from experts on this forum as to how close we could get to these results in OpenCV without machine learning. Note this is purely for personal interest / curiosity, I don't have an actual use-case where I need to implement this.

I conducted a few initial experiments and found that I could identify and label bottles pretty easily based or the label or bottle colour. However, extending a bounding box around the whole bottle rather than just the coloured region proves tricky. I also considered using edge detection and identifying bottle or "not bottle" based on width / height ratio but due to the bottles being "held" it seems difficult to separate the hand to get a solid bottle edge.

If anyone has any further thoughts, I'd be eager to know more!

Thanks.

Identifying drinks bottles *without* machine learning

Earlier this year Nick Bourdakos posted a series of tweets demoing drinks bottle detection and labelling using IBM's cloud annotation tool (built on top of Tensorflow)

https://mobile.twitter.com/bourdakos1/status/1090731521265356800

I'd be interested in views from experts on this forum as to how close we could get to these results in OpenCV without machine learning. Note this is purely for personal interest / curiosity, I don't have an actual use-case where I need to implement this.

I conducted a few initial experiments and found that I could identify and label bottles pretty easily based or the label or bottle colour. However, extending a bounding box around the whole bottle rather than just the coloured region proves tricky. I also considered using edge detection and identifying bottle or "not bottle" based on width / height ratio but due to the bottles being "held" it seems difficult to separate the hand to get a solid bottle edge.

If anyone has any further thoughts, I'd be eager to know more!

Thanks.

Identifying and tracking drinks bottles in OpenCV *without* machine learning

Earlier this year Nick Bourdakos posted a series of tweets demoing drinks bottle detection and labelling using IBM's cloud annotation tool (built on top of Tensorflow)

https://mobile.twitter.com/bourdakos1/status/1090731521265356800

I'd be interested in views from experts on this forum as to how close we could get to these results in OpenCV without machine learning. Note this is purely for personal interest / curiosity, I don't have an actual use-case where I need to implement this.

I conducted a few initial experiments based on this tutorial and found that I could identify and label bottles pretty easily based or the label or bottle colour. However, extending a I was unable to figure out how to extend the bounding box around the whole bottle rather than just the coloured region proves tricky. region. I also considered using edge detection and identifying bottle or "not bottle" based on width / height ratio of the bottle's edge contour but due to the bottles being "held" "hand held" it seems difficult to separate the hand to get a solid bottle edge.

If anyone has any further thoughts, thoughts on the best way to achieve this, or even if it is possible at all, I'd be eager to know more!interested to learn more.

Thanks.