Adrian Tobiszewski

Results 5 comments of Adrian Tobiszewski

@desantosa Could you share OVMS logs with log_level DEBUG? Did you try using OVMS client as an alternative?

Hi @kthui could you share more details about your Windows machine? We did not encounter issues when building pure OV on Win11: ``` cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Release...

Hi @jiekechoo I think the easiest way is just to load model in OVMS and check logs. on --log_level INFO (default) you should see lines like these: ``` [2024-03-18 21:53:05.366][1][modelmanager][info][modelinstance.cpp:490]...

Did you check examples: https://docs.openvino.ai/2024/ovms_docs_dag.html#pipelines-examples-a-name-pipeline-examples-a ? I don't know what specific part of custom pipeline creation is ambiguous for you so I would recommend looking at: https://github.com/openvinotoolkit/model_server/blob/main/docs/demultiplexing.md#basic-demultiplexer-example-and-metadata-explanation as it shows...

Hi, you are getting error that OVMS expects more inputs than you provide. I assume that you use some kind of wrapper for OV model that encapsulates the fact that...