Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C++ object detection example #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OS-Chris
Copy link

Because it wasn't immediately obvious how to do this for a Tensorflow newbie like myself.

It also wouldn't hurt to add a link to this from the coral examples page (where the python object detection is already linked).

This also solves 1 part of #8

Because it's not obvious. It also wouldn't hurt to add a link to this from the coral examples page (where the python object detection is already linked).
@OS-Chris
Copy link
Author

Probably requires modifications for the hard-coded image size, but I'm unsure how to get this from the model, so requires someone more familiar with Tensorflow.

@LuisTbx
Copy link

LuisTbx commented May 17, 2022

In order to make it work, the preprocessing has to be corrected:

for (uint32_t i = 0; i < input.size(); ++i)

Otherwise you will run into an infinite Loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants