Vladimir Zlobin

Results 88 comments of Vladimir Zlobin

You need to use the branch which corresponds to the docs you link to: https://github.com/openvinotoolkit/open_model_zoo/tree/releases/2023/3. Or adjust imports after https://github.com/openvinotoolkit/open_model_zoo/pull/3907 You can also compare the commits that you have checked...

3.12 isn't supported: https://docs.openvino.ai/2023.2/openvino_docs_install_guides_install_dev_tools.html Downgrading to 3.11 should help

`omz_tools` installation brings `omz_downloader` for sure. Check your installation. Alternatively you can run https://github.com/openvinotoolkit/open_model_zoo/blob/866e054513a65de319f20b243c6d9920c2a3e36c/tools/model_tools/downloader.py directly without installation

I think so. Maybe the problem is that you use different environments. Try running `pip show omz_tools` and `pip show openvino-dev` from the same cmd terminal which you use to...

I can’t set up the GUI for WSL to reproduce the problem because I have Windows Version 10.0.19044.2130, but 21364+ is required: https://github.com/microsoft/wslg/wiki/Diagnosing-%22cannot-open-display%22-type-issues-with-WSLg#verify-you-are-running-on-windows-build-21364. I tried running on bare Windows, but...

There aren't many of the commits to multi_camera_multi_target_tracking_demo since 2021.4.2: https://github.com/openvinotoolkit/open_model_zoo/commits/master/demos/multi_camera_multi_target_tracking_demo/python You can now freeze OV at 2022.2 and try different demos commits. That will show you which change broke...

The size specified in accuracy-check.yml is actual model input size for the accuracy so that we able to achieve 42% map. README.md states the shape that you get after the...

Hi. Sorry, I can't describe the training dataset. You can refer to https://github.com/openvinotoolkit/open_model_zoo/blob/78201d4bec2d8ab3ec2a04d8a5b13f507a998d9c/demos/gaze_estimation_demo/cpp/src/utils.cpp#L20 to see how to project predicted values on a screen plane.

@sovrasov, maybe you remember and can answer :)