Josep López
Josep López
> ```shell > pip install --upgrade ultralytics > ``` I have recently updated and I am now running inference directly on numpy arrays. However, I am experiencing empty tensors as...
> @Yusepp can you provide command to reproduce? I'm running the following python code ```python from ultralytics import YOLO import torch import cv2 input= ['test_input.jpg', 'test_input_2.jpg'] output = ['test_output.jpg', 'test_output_2.jpg']...
> @Yusepp empty results indicate no detections, there is no error. > > If you can show no detections on bus.jpg or zidane.jpg please let us know, otherwise this issue...
Any progress fixing mps for pose? I built several hand, body, face detectors with keypoints via yolov8 and I need to run them on CPU with a slow performance due...