zhanghanduo / yolo3_pytorch

Yolo3 Implementation in Pytorch using COCO and BDD100K dataset. Forked from https://github.com/BobLiu20/YOLOv3_PyTorch.git. For my own fun, so the introduction is not accurate.
104 stars 21 forks source link

test #6

Open skysunsun opened 5 years ago

skysunsun commented 5 years ago

Traceback (most recent call last): File "test_images.py", line 158, in main() File "test_images.py", line 154, in main test(config) File "test_images.py", line 126, in test plt.text(x1, y1, s=classes[int(cls_pred)], color='white', IndexError: list index out of range