lanzani / jetson-libraries

✨👁️ Computer vision libraries, tailor built for NVIDIA jetson platforms! With docker images!
http://jetson-docs.com
5 stars 0 forks source link

Unable to find the type for stream "image". It may be set to AnyType or something else that isn't determinable, #1

Closed LizbethShaji closed 1 month ago

LizbethShaji commented 1 month ago

I was able to successfully install Mediapipe version 0.10.7 using mediapipe-0.10.7-cp38-cp38-linux_aarch64.whl for GPU utilization, but while trying to run the sample code provided in test script, I am encountering the following error :- "Unable to find the type for stream 'image'. It may be set to AnyType or something else that isn't determinable". Note:- I intend to use Mediapipe for hand tracking.

lanzani commented 1 month ago

Hello!

  1. Are you usign the test script for mediapipe 0.10.x? (this one)
  2. If you run that script "as-it-is" with the "pose_landmarker_full.task" it works, or it gives you the same problem?
LizbethShaji commented 1 month ago

@lanzani Thank you for your suggestion! I tested the test script using pose_landmarker_full.task, and it resolved the issue I was facing. Just to clarify, is there any other solution without having to use base_options in every code.

Thanks again for your help!

lanzani commented 1 month ago

You're welcome!

I think base_options is required.

LizbethShaji commented 1 month ago

Thank you for the quick response. I am closing the issue as it was resolved.