tanluren / yolov3-channel-and-layer-pruning

yolov3 yolov4 channel and layer pruning, Knowledge Distillation 层剪枝,通道剪枝,知识蒸馏
Apache License 2.0
1.5k stars 446 forks source link

UnboundLocalError: local variable 'labels' referenced before assignment #70

Open yulinhuyang opened 4 years ago

yulinhuyang commented 4 years ago

image ile "/data1/visiondection/detection/yolov3-channel-and-layer-pruning-master/yolov3-channel-and-layer-pruning-master/utils/datasets.py", line 595, in load_mosaic labels4.append(labels) UnboundLocalError: local variable 'labels' referenced before assignment

yulinhuyang commented 4 years ago

没明白为啥会为空

qaazii commented 4 years ago

Have you found the solution for this labels error? i am also having this error?

qaazii commented 4 years ago

Don't understand why it's empty

you can add "global labels" before labels but there is another error with concatenation..