-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable more recent version of python with the OF #59
Comments
We have fixed OpenCV version because OpenCV library is linked directly to the observation result. Specified OpenCV version at the moment is not supported to more recent version of python. Therefore, OpenCV has to be upgraded and fix to more recently version. This has to be tested and carefully done to make sure new library and python versions fully supported. |
Which is why I applied the "deferred" label at the same time as filing the issue :) |
We have tested OpenCV v4.9.0.80 with Python v3.10.12 the new library and python versions are fully supported. We also have compared observation results with OpenCV version OpenCV v4.9.0.80 (new) and OpenCV v4.5.2.52 (current), and noticed that the results are mostly same, except, the tests that contains low resolution contents such and switching set tests QR code. e.g: cfhd_12.5_25_50-local-fullscreen-playback-of-switching-sets_ss1-2_debug and cfhd_12.5_25_50-local-overlapping-fragments_ss1_debug tests took from Plugfest 2024 on TV2.
The plugfest tests were taken in normal office environment not in controlled dark room. Recording taken carefully in controlled environment might not cause differences to the test results. |
Package numpy is installed by matplotlib that we used to plot image for helping audio debugging. |
Current latest version to date numpy 2.1.0 has a bug in reshaping function. We use this feature for audio processing using this specific version wont work with audio observation. We are looking to fix numpy package version on the set up script. |
Changes made to the master please feel free to close the issue when you happy.
|
The instructions for the OF state the following.
In the medium term, this needs to be addressed. The OF should not require python packages that are not supported in the future.
Note that Ubuntu Jammy (22.04) includes python version 3.10 so requires a downgrade.
Forked from #58
The text was updated successfully, but these errors were encountered: