Open AndresArtavia02 opened 1 year ago
Hi @AndresArtavia02,
We have not yet officially added support for the Jeston Nano. Currently, the only supported edge device is the 64-bit Raspberry Pi, as indicated here. However, there is a community plugin available in Python at this GitHub repository, which is up-to-date and can assist you in your current context. Unfortunately, beyond this community plugin, we are limited in our ability to provide extensive Jeston-related support at this time.
Nevertheless, it is important to note that Jeston support is included in our roadmap, and our team is actively working on its implementation. Regrettably, we are unable to specify a precise timeline for its availability at this juncture.
Thank you
@kuaashish thanks for the reply. Yeah that repo works but I can only use face mesh without iris detection, by setting refine_landmarks=False.
Is there a way to get the original tensorflow model, in order to try and migrate it manually to jetson? I tried tflite2onnx but seems like it has some unsopported ops:
raise NotImplementedError("Unsupported TFLite OP: {} {}!".format(opcode, name)) NotImplementedError: Unsupported TFLite OP: 32 CUSTOM!
Hello people, I have been trying to get this (facelandmark refine_landmark=True) works on GPU on jetson nano but its been two years but no working method. I have tried it on CPU and it works but not on GPU. I have also raised issues but they are closed but the there is no solution for it. I know there is some unsupported Custom Ops problem that is beyond my skills so I am really looking forward this issue to be solved. Thank all the contributors.
@kuaashish Hi, after a digging more into tflite, tensorflow's and mediapipe's code. I don't see a way to use CUDA, if tflite is used. Is there a way to run facemesh with tensorflow using mediapipe? instead of tflite
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
OS Platform and Distribution
Jetpack 4.6.4/Ubuntu 18.04
MediaPipe Tasks SDK version
commit 9474394768ea77ef58280f7114f0fd0e934a62ef(master)
Task name (e.g. Image classification, Gesture recognition etc.)
face_mesh
Programming Language and version (e.g. C++, Python, Java)
c++
Describe the actual behavior
The example fails with the described error
Describe the expected behaviour
To run the example using gpu
Standalone code/steps you may have used to try to get what you need
Other info / Complete Logs