Andrey Senyaev

Results 29 comments of Andrey Senyaev

@zihaomu sure, I'll check it.

@zihaomu, the model was downloaded manually on Windows machine and the pipeline for Windows passed.

Did `git cherry-pick` from https://github.com/opencv/opencv/pull/22285

Faced the same issue building iOS framework. The fix was to create a soft link like: ``` ln -s /usr/local/bin/python3 /usr/local/bin/python ``` When the link was created, scripts passed without...

@alalek there is no `PYTHON_DEFAULT_EXECUTABLE` variable in the log file. I guess it happens in case of the first line in the script (`opencv/platforms/ios/build_framework.py`): ``` #!/usr/bin/env python ```

Did `git cherry-pick` from https://github.com/opencv/opencv/pull/22285, https://github.com/opencv/opencv/pull/22286

It has been fixed in https://github.com/opencv/opencv-python/pull/579. I've tried to reproduce using the latest version - 4.5.5.62, but it works on my side. I've even tried to clean cache. My steps...

I've tried to do the same with `opencv-contrib-python` package and yes, the autocomplete doesn't work, but only for few seconds/minutes. When I'm typing `cv.` for the first time, the autocomplete...

Hello @dmatveev! I tried to turn on gapi tests on ARM64 machines (Linux and macOS) and there are still issues. You can check additional information of certain tests in logs...

Hello @anna-khakimova! I've applied https://github.com/opencv/opencv/pull/22471 patch and run OpenCV pipelines on ARM and there are still issues. You can check logs here: - [OCV Contrib 4.x Linux ARM64](https://github.com/opencv/ci-gha-workflow/actions/runs/3089045516/jobs/4996203351#step:30:32976) - [OCV...