BobLiu20 / YOLOv3_PyTorch

Full implementation of YOLOv3 in PyTorch
624 stars 191 forks source link

test #46

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