We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
numpy 报错not contiguous,使用.copy()读出后整个数组值相等
使用orbbec viewer连接就正常 python SDK试了1.3.3、1.3.4、2.0.7 python版本3.12.8 numpy==2.2.4 opencv-python==4.11.0.86
跑自带例程也是一样的问题
The text was updated successfully, but these errors were encountered:
I have encountered a similar issue before. The error related to NumPy's "not contiguous" array is likely caused by the version of NumPy you're using.
In my case, switching to an earlier version of NumPy solved the problem. I suggest trying:
pip install numpy==1.24.4
After downgrading, the SDK examples worked normally, Let me know if this helps!
Sorry, something went wrong.
I have encountered a similar issue before. The error related to NumPy's "not contiguous" array is likely caused by the version of NumPy you're using. In my case, switching to an earlier version of NumPy solved the problem. I suggest trying: pip install numpy==1.24.4 After downgrading, the SDK examples worked normally, Let me know if this helps!
是的,提完问题第二天就解决了,忘了说
No branches or pull requests
numpy 报错not contiguous,使用.copy()读出后整个数组值相等
使用orbbec viewer连接就正常
python SDK试了1.3.3、1.3.4、2.0.7
python版本3.12.8
numpy==2.2.4
opencv-python==4.11.0.86
跑自带例程也是一样的问题
The text was updated successfully, but these errors were encountered: