How to to find location (ROI) of a recognized object in tensorflow

Shari Vedovato

I was using the tensorflow android example which has a placeholder for the location of a ROI (see tensorflow/examples/android/src/.../Classifier.java), but it is not used. I would like to be able to locate the ROI of the classified object. I looked through the code, but it wasn't obvious how the location could be determined. Does tensorflow support this?

Pete Warden

Unfortunately that placeholder is not populated, and actually determining the region of interest of an object is still a hard research problem. We don't currently have a released example of a model that can do that in TensorFlow, but if you want to look through the research, the term to look for is 'localization'.

There's a related question you might find helpful here:

Does Convolutional Neural Network possess localization abilities on images?

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to Select ROI in an image when that object is detected using tensorflow API

From Dev

How to find the Non-Square ROI of an image?

From Dev

Tensorflow: how to install roi_pooling user_op

From Dev

Tensorflow, probability of predicted value (ROI)

From Dev

How to find location of installed library

From Dev

How to find a module's location

From Dev

How to find Private Key Location

From Dev

How to find location of installed library

From Dev

how to find location of Id in NSMutableArray

From Dev

How to find all users that are in a location

From Dev

How to find location of third "_" in a string - JavaScript

From Dev

How to find nearest child to a click location?

From Dev

How to find location of link in Excel workbook?

From Dev

How to find the location of the rightmost black pixel

From Dev

How to find apc.php file location?

From Dev

How to find the location of _vimrc file in gvim on windows?

From Dev

How to find location based on IP address in Excel

From Dev

SQL Server: how to find closest location?

From Dev

How to find the new location of a repository after a rename

From Dev

How to find the location(s) of specific characters in a string

From Dev

How to find nearest location by latitude and longitude?

From Dev

How to find the current location index in the browser history

From Dev

How to find Realm file location of a Mac App

From Dev

How to find location of third "_" in a string - JavaScript

From Dev

How to find a router at an unknown location in a house?

From Dev

How to find current location of user in mkmapview

From Dev

How to find text on the screen and determine the location?

From Dev

How to find `.desktop` file location for a particular application

From Dev

How to use charAt to find the location of a char in a string

Related Related

  1. 1

    How to Select ROI in an image when that object is detected using tensorflow API

  2. 2

    How to find the Non-Square ROI of an image?

  3. 3

    Tensorflow: how to install roi_pooling user_op

  4. 4

    Tensorflow, probability of predicted value (ROI)

  5. 5

    How to find location of installed library

  6. 6

    How to find a module's location

  7. 7

    How to find Private Key Location

  8. 8

    How to find location of installed library

  9. 9

    how to find location of Id in NSMutableArray

  10. 10

    How to find all users that are in a location

  11. 11

    How to find location of third "_" in a string - JavaScript

  12. 12

    How to find nearest child to a click location?

  13. 13

    How to find location of link in Excel workbook?

  14. 14

    How to find the location of the rightmost black pixel

  15. 15

    How to find apc.php file location?

  16. 16

    How to find the location of _vimrc file in gvim on windows?

  17. 17

    How to find location based on IP address in Excel

  18. 18

    SQL Server: how to find closest location?

  19. 19

    How to find the new location of a repository after a rename

  20. 20

    How to find the location(s) of specific characters in a string

  21. 21

    How to find nearest location by latitude and longitude?

  22. 22

    How to find the current location index in the browser history

  23. 23

    How to find Realm file location of a Mac App

  24. 24

    How to find location of third "_" in a string - JavaScript

  25. 25

    How to find a router at an unknown location in a house?

  26. 26

    How to find current location of user in mkmapview

  27. 27

    How to find text on the screen and determine the location?

  28. 28

    How to find `.desktop` file location for a particular application

  29. 29

    How to use charAt to find the location of a char in a string

HotTag

Archive