Jetson nano has default python 3.6.1 but yolov8 needs 3.8. So I created a virtual environment using python 3.8. But in order to CSI- Camera I need opencv with gstreamer and cuda support. But when I install ultralytics it comes with opencv without gstreamer support. How can i fix this by using default version of opencv?
Hi,
You can try to build it from the source.
Thanks.
I got the following error…
unsupported gpu architecture ‘compute_87’ CMake Error at cuda_compile_1_generated_gpu_mat.cu.o.RELEASE.cmake:221
Hi,
Nano GPU architecture is 53.
Please update it into compute_53.
Thanks.
Thank you! It worked
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.