Issue #, if available:
Recently the pip will install cython 3.0+ instead of 0.29.x (https://pypi.org/project/Cython/#history). However, building the h5py with cython 3.0+ causes errors. Thus in this PR we are trying to fix this issue.
Description of changes:
The main change is fix the cython version with 0.29.32 and opencv version 4.6.0.66
The dockerfile for TF24 (JP44, samples/TF37_opengpu/dependencies/docker/Dockerfile) is aligned with the main branch and also updated the cython version to 0.29.32.
Adding the OpenGPU requirements to TF24 package.json.
Have tested both TF24 and TF27 on the Panorama device.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: Recently the pip will install cython 3.0+ instead of 0.29.x (https://pypi.org/project/Cython/#history). However, building the h5py with cython 3.0+ causes errors. Thus in this PR we are trying to fix this issue.
Description of changes:
Have tested both TF24 and TF27 on the Panorama device.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.