Code Monkey home page Code Monkey logo

Comments (1)

PINTO0309 avatar PINTO0309 commented on July 17, 2024

i>1. Have you used the google coral USB accelerator yet? Could you see adding it to this tensor flow project?

No. The purpose of this repository was to verify how much performance can be achieved with Pi3 without using external devices.

  1. Have you used the Raspberry Pi 4 with this yet?

Depending on the priority of the other projects I work on, I can try it if I have time. I am now devoted to verifying Tensorflow Select (Flex delegate). It takes time to start verification with Pi4.

  1. In addition to getting the depth, d, to the identified object, have you worked out getting the X and Y coordinates as well? Any advice for this?

Yes. Just calculate the center point according to the object detection result. X1 + ((X2 - X1 ) / 2, Y1 + (Y2 - Y1)) / 2 Please note that this is not a standard RealSense feature. Perhaps your intentions are as follows: Simultaneous acquisition of depth and coordinates of a specific point. If so, the RealSense return depth 2D array corresponds to the XY coordinates of the image and can be easily obtained.

from mobilenet-ssdlite-realsense-tf.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.