You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install Jetson Inference and Jetson Utils, I get the error message:
jetson.utils -- compiled without NumPy array conversion support (warning)
jetson.utils -- if you wish to have support for converting NumPy arrays,
jetson.utils -- first run 'sudo apt-get install python-numpy python3-numpy'
Currently, I need to use cudaFromNumpy to convert NumPy arrays to CUDA so that my Jetson Nano can use them. Below are the hardware and code I am using."
Hardware:
Jetson nano - Jetpack 4.6 - Ubuntu 20.04
Camera raspberry pi v2
Hi Mr.dusty-nv @dusty-nv
When I install Jetson Inference and Jetson Utils, I get the error message:
jetson.utils -- compiled without NumPy array conversion support (warning)
jetson.utils -- if you wish to have support for converting NumPy arrays,
jetson.utils -- first run 'sudo apt-get install python-numpy python3-numpy'
Currently, I need to use cudaFromNumpy to convert NumPy arrays to CUDA so that my Jetson Nano can use them. Below are the hardware and code I am using."
Hardware:
Jetson nano - Jetpack 4.6 - Ubuntu 20.04
Camera raspberry pi v2
Code:
The text was updated successfully, but these errors were encountered: