WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

AssertionError: > 5 label columns: #274

Open elham9449 opened 2 years ago

elham9449 commented 2 years ago

Hello everyone As I am starting to train on the coco2017 dataset via anaconda, I receive the following error message:

image

Error message:

 assert l.shape[1] == 5, '> 5 label columns: %s' % file
AssertionError: > 5 label columns: /mnt/san-hdd/only/datasets/coco/labels/train2017/000000000034.txt

Do you have any suggestions as to how I can resolve this issue?