IndexError: list index out of range #903
-
Hey Guys need some help figuring out how to solve this error Performing inference on images: 7%|▋ | 21/322 [00:23<05:35, 1.11s/it] My code :
Note : I am using Version: 0.11.14 with a custom dataset which I ve been able to train Yolov8 with and get expected results, so data structure should be fine. sahi also seems to work fine on a couple first images. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I get the same issue when running the CLI commands with a pretrained YOLOv8 model. I suspect that the COCO json annotations may be corrupt (which could have happened when converting from YOLO to COCO format in my case), but would like to know if any others have thoughts |
Beta Was this translation helpful? Give feedback.
I get the same issue when running the CLI commands with a pretrained YOLOv8 model. I suspect that the COCO json annotations may be corrupt (which could have happened when converting from YOLO to COCO format in my case), but would like to know if any others have thoughts