Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Add C++ object detection example#14

Open
OS-Chris wants to merge 1 commit intogoogle-coral:masterfrom
OS-Chris:master
Open

Add C++ object detection example#14
OS-Chris wants to merge 1 commit intogoogle-coral:masterfrom
OS-Chris:master

Conversation

@OS-Chris
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants