Vladimir Zlobin
Vladimir Zlobin
Hi. There's no FPGA plugin in OpenVINO package. I think you should use something like https://www.intel.com/content/www/us/en/docs/programmable/768977/2023-2-1/inference-on-image-classification-graphs.html. I'm not familiar with that thing. @eamonma, can you help?
> Available devices is fixed in latest version of openVINO, @Wovchena can we back port the fix to OpenVINO 2022.3? Not sure how critical is this @lhf552004 @domi-papoi, I'm the...
Try running `benchmark_app -d GPU -m vehicle-detection-0202.xml` using the same OpenVINO version as in OVMS environment. This issue should be transferred to https://github.com/openvinotoolkit/openvino if it fails. If it passes, it's...
I can't transfer it. It will take some time to figure that out. Meanwhile you can submit a duplicate to one of them depending on `benchmark_app` test.
@a-a-egorovich, can you share it?
@jiwaszki, It seems Python OpenVINO depends on Visual Studio being installed (2019 or just https://www.microsoft.com/en-in/download/details.aspx?id=48145). I don't really know how to verify that so we could describe it in the...
I was thinking about the model from your snippet. You can generate this model during the test execution, so no downloading is required. The same is for test data, just...
A possible workaround is to replace `'` with `\"`.
> @Wovchena I'd have liked to use round here but unfortunately there's an edge case where a tall/skinny image may be reshaped to zero width or height, so the match.ceil...
`py -m coverage run -a --source=ultralytics -m ultralytics.cfg.__init__ benchmark model='path with spaces/yolov8n-seg.pt' imgsz=160 verbose=0.286` fails on my machine with ``` CoreML: export failure 15.5s: BlobWriter not loaded Traceback (most recent...