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

How to run the the program main.cc in the person detection project? #2561

Closed
aidevmin opened this issue May 3, 2024 · 1 comment · Fixed by #2565
Closed

How to run the the program main.cc in the person detection project? #2561

aidevmin opened this issue May 3, 2024 · 1 comment · Fixed by #2565
Assignees
Labels
bug Something isn't working

Comments

@aidevmin
Copy link

aidevmin commented May 3, 2024

I could run test for the project in my PC https://github.com/tensorflow/tflite-micro/tree/main/tensorflow/lite/micro/examples/person_detection but I do not see any guide to run the main program main.cc via make file in the PC. Please add this guide. I need it to evaluate tflite C array in PC.
Thank you so much.

@ddavis-2015 ddavis-2015 self-assigned this May 3, 2024
@ddavis-2015 ddavis-2015 added the bug Something isn't working label May 3, 2024
@ddavis-2015
Copy link
Member

@aidevmin

The additional make targets for the person_detection example are as follows:

make -f tensorflow/lite/micro/tools/make/Makefile person_detection
make -f tensorflow/lite/micro/tools/make/Makefile person_detection_bin
make -f tensorflow/lite/micro/tools/make/Makefile run_person_detection

The last of these should continuously output:
person score:-72 no person score 72

[internal note: documentation update]

ddavis-2015 added a commit to ddavis-2015/tflite-micro that referenced this issue May 8, 2024
@tensorflow/micro

Update README with additional makefile targets for this example application.

bug=fixes tensorflow#2561
mergify bot pushed a commit that referenced this issue May 8, 2024
@tensorflow/micro

Update README with additional makefile targets for this example application.

bug=fixes #2561
@mergify mergify bot closed this as completed in #2565 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants