DodgerAkame
DodgerAkame

Reputation: 13

How to detect an object position in an image with Tensorflow?

I'm doing a project with Tensorflow which consist in analyzing UML diagrams drawn on a whiteboard or tablet devices to get in the end a file with the correct UML diagram, usable with softwares. The system will also use Machine learning (explaining why we choose Tensorflow).

As the project goes by with researches, my partner and I have been facing a problem : we don't know how to detect object positions in a picture with Tensorflow. We made some researches and found some articles talking about it, but no real conclusion available. We eventually met this but we're left with no real tracks on what to do.

Our real question is more about : is there anything new since that (because Tensorflow is upgrading pretty fast in my opinion)? Could we have some articles/hints on what to do then? Thanks in advance.

Upvotes: 1

Views: 5839

Answers (1)

Corentin
Corentin

Reputation: 201

You should take a look at this work : https://github.com/Russell91/TensorBox and the associated paper.

Upvotes: 3

Related Questions