YOLO-V8-CAM icon indicating copy to clipboard operation
YOLO-V8-CAM copied to clipboard

Object detection cam.

Open shail-git opened this issue 10 months ago • 1 comments

I am getting similar error as https://github.com/rigvedrs/YOLO-V8-CAM/issues/8 , I dont know what is going wrong. I have rerun it multiple times. Also, I dont understand why we have to run it multiple times. For example in below it highlights everything but players and ball. I have tried using different colormaps in cv2 but the result is same. image

shail-git avatar Apr 05 '24 22:04 shail-git

Yes, I am getting similar errors

bhosalems avatar Apr 06 '24 00:04 bhosalems

I have similar issue, event for the "puppies" image as follows. Ensure the model is running on the CPU, not the GPU.

model.cpu()

or

model = YOLO(f'yolov8n.pt').to('cpu')

then it works fine for me. I just submitted PR, https://github.com/rigvedrs/YOLO-V8-CAM/pull/23

cam_result_puppies_od

kimyd avatar Oct 24 '24 02:10 kimyd

It has been resolved in the update by @kimyd . Feel free to reopen it if it still comes up

rigvedrs avatar Oct 26 '24 01:10 rigvedrs