YOLOv6 icon indicating copy to clipboard operation
YOLOv6 copied to clipboard

Can you please the model structure for yolov6? like I want to know the key difference between yolov5 and yolov6

Open noreenanwar opened this issue 2 years ago • 5 comments

noreenanwar avatar Jun 29 '22 16:06 noreenanwar

Thanks for your suggestion! We will add structure comparison diagrams as soon as possible to help better understand yolov6.

meituan-gengyifei avatar Jun 30 '22 02:06 meituan-gengyifei

Currently, you can use Netron to visualize the onnx model and find the difference.

mtjhl avatar Jun 30 '22 04:06 mtjhl

ok but I am facing issues while training it on my customize dataset(cityscape)I already train it in yolov5 now I am trying with v6

noreenanwar avatar Jun 30 '22 05:06 noreenanwar

YOLOv6/yolov6/data/datasets.py", line 336, in get_imgs_labels for img_path, info in img_info.items() ValueError: not enough values to unpack (expected 2, got 0)

This is the error.IDK what is the matter as I followed every instruction mentioned.

noreenanwar avatar Jun 30 '22 05:06 noreenanwar

This error means your img_info is empty. You can just debug this. It is easy to fix.

d5423197 avatar Jul 06 '22 09:07 d5423197