-
Notifications
You must be signed in to change notification settings - Fork 131
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
Raspberry Pi 4 compile issues #31
Comments
Did you build the tensorflow library following the below procedure described in README ? |
No it was already builded.
Tried to steps in Mac OS X but some other errors.
Now restarting all steps in my ubuntu 20.04 and let you know.
Best
… On 28 Jul 2022, at 16:00, Yoshiteru, K. ***@***.***> wrote:
Did you build the tensorflow library following the below procedure described in README ?
32bit: https://github.com/terryky/tflite_gles_app#22-build-for-aarch64-linux-jetson-nano-raspberry-pi <https://github.com/terryky/tflite_gles_app#22-build-for-aarch64-linux-jetson-nano-raspberry-pi>
or
64bit: https://github.com/terryky/tflite_gles_app#23-build-for-armv7l-linux-raspberry-pi <https://github.com/terryky/tflite_gles_app#23-build-for-armv7l-linux-raspberry-pi>
—
Reply to this email directly, view it on GitHub <#31 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEFRZHYOTS746IIH4H6DMBDVWJ76LANCNFSM545EHXNQ>.
You are receiving this because you authored the thread.
|
Now all is successfully worked for handpose. Is there an option video or cam input or do we need to modify code ? Best |
USB camera can be used without any source code modification. To use a mp4 video, follow the below instructions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I try to compile gl2handpose in rpi4 it gives below error:
In my raspbery there is already libtensorflow-lite.a but not tensorflowlite_gpu_delegate lib.
more over -l-ltensorflowlite but there is libtensorflow-lite.a ?
what will be the proper compiling environment ? just clone the repo to my Desktop ubuntu and compile than copy to rpi ? or do I need any docker something ?
Best
The text was updated successfully, but these errors were encountered: