markusbr

Results 402 comments of markusbr

@AdarshShukla-04 which exact OAK device do you use? USB2 versus USB3 is about speed/bandwidth as well as power-transfer. Do you use a device, which supports an external power-supply (some OAK-device...

Do you have a chance to use an actively powered USB-hub between your machine and your OAK-1 device, have you already tried? Your machine might not provide enough power via...

Good idea. Just add a boolean command line parameter like: parser.add_argument('--local', default=False, action='store_true', help='Optional. Enable use of locally available network files instead of downloading via huggingface_hub.') And check the boolean...

> `demo.py` already has a parameter to specify alternative models. > > You can use the waifudiffusion model with the current codebase like this: > > ``` > python demo.py...

Do you use MS-Windows or a Linux operating system on your Laptop? In both cases, check your USER/HOME-folder, like Linux: /home/my_user_name/.cache/huggingface/hub/ MS-Windows: C:\Users\my_user_name\.cache\huggingface\hub\

This project downloads the needed models, which are already converted to OpenVINO IR-format (IntermediateRepresentation) - via HuggingFace `hf_hub_download()`, no conversion involved or needed.

Please have a look at the ARM plugin, e.g. here: https://github.com/openvinotoolkit/openvino_contrib/blob/master/modules/arm_plugin/README.md

Sorry, cannot answer, I haven't used the ARM plugins on my own, yet. You might need to seek for help under "https://github.com/openvinotoolkit/openvino_contrib".

Can you provide more details about your environment, HW and SW, please? Can you call `hello_query_device` to get an overview of the device's default/optimal and supported precision?

Do you use an actively powered USB-hub? USB2 versus USB3 is also about how much power could be provided to the end device. Which OAK-device do you use? (there are...