Khan Schroder-Turner
Khan Schroder-Turner
For those wanting to employ then patch_env solution with an env file local to your script/module path, you can use something like this: `PATCH_ENV_COMMAND=cat $(pwd)/.env`
Compile with OpenCV 4 (also compiled from source) and can run 16/17 of the algorithms listed on the info page - MyBGS is not available from what I can tell....
Yep more than happy to collaborate on it. I'll start with the multilayer. If you can point me to a good example of the refactoring from one of the other...
I've been doing some testing. Setup is - Mac OS M1 Venura 13.1 - OpenCV 4.6 (homebrew) - BGSLibrary 3.2.0 - C++ only (not python bindings) The following algorithms (not...
Hey @andrewssobral yep that sounds like a plan! I'll cherry pick the renaming and open a PR.
Great so all merged for that one, I'll submit a PR for the algorithms I've had success with too
Also, how can I contribute to the wiki? I'd like to update the "How to integrate into your project" document
Confirmed, I am able to install it on an M1 Mac: ```bash ❯ pip list Package Version ------------- ----------- certifi 2022.12.7 numpy 1.24.2 opencv-python 4.6.0.66 pip 22.3.1 pybgs 3.2.0.post1 setuptools...
Actually I should add that even though I'm able to install it I'm not able to use it. Importing gives SIGSEGV