I get an illegal instruction error (without core dumped).
I tried to run python -c ‘import numpy’,
python -c ‘import torch’,
python -c ‘import torchvision’,
python -c ‘import cv2’
I already export OPENBLAS_CORETYPE=ARMV8
everything runs normally without error, but when going to run the model(image_path) , there is an illegal instruction error
yes i use ultralytics framework, from pip install ultralytics.
my torch=2.1.2 and torchvision=0.16.2
after downgrade torch=1.12.0 and torchvision==0.13.0 and succes to run yolo,
but torch cuda still disabled.
Does this affect Yolo’s performance (detection time) when detecting images?
what version of torch and torchvision is compatible with cuda10.2?