markusbr

Results 402 comments of markusbr

Can you provide mode details about what and how you have installed your environment, using which OperatingSystem and which versions of e.g. Python? You might want to create a Python-Virtual-Environment...

Do you see any log messages in the console, is there anything reported under "dmesg" (you could run `sudo dmesg -w` in another terminal in parallel to see if messages...

From the `dmesg` logs it looks ok, the USB-devices changes between "Luxonis Device" and "Movidius MyriadX" (when starting the demo). Is there something written on the console when you start...

There are a couple of GUI/graphics related log messages to look closer at, like `Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.` or ``` [2024-08-29T02:30:16Z WARN...

For `Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.`. Have you tried setting the ENV variable like `export QT_QPA_PLATFORM=wayland` before starting the demo?

Have you added those ROS and ROS2 related APT repo URLs? Do you (still) need, still use them? Could you (temporarily) comment them out (`/etc/apt/sources.list`, making a copy first, `sudo...

Have you got an update via Huggingface-Hub (the locally downloaded files "expired" and got updated with a newer version online)?

Can you remember when you run the demo for the first time? Models were downloaded and stored in a local cache, e.g.: Linux: /home/my_user_name/.cache/huggingface/hub/ MS-Windows: C:\Users\my_user_name.cache\huggingface\hub\ You might want to...

Have you set-up a e.g. Python virtu-env to ensure the overall system is not changed - and the overall system cannot change your environment (your e.g. Ubuntu-update-strategy might have updated/upgraded...

Being based on OpenVINO the system requirements under "https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/system-requirements.html" sais > Processors > 6th to 13th generation Intel® Core™ processors > 1st to 4th generation Intel® Xeon® Scalable processors Do...