We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "train.py", line 678, in main(opt) File "train.py", line 575, in main train(opt.hyp, opt, device, callbacks) File "train.py", line 230, in train train_loader, dataset = create_dataloader(train_path, imgsz, batch_size // WORLD_SIZE, gs, single_cls, File "H:\513work\FiberHomeWork\YOLOv5-Multibackbone-Compression-main\utils\datasets.py", line 99, in create_dataloader dataset = LoadImagesAndLabels(path, imgsz, batch_size, File "H:\513work\FiberHomeWork\YOLOv5-Multibackbone-Compression-main\utils\datasets.py", line 435, in init labels, shapes, self.segments = zip(*cache.values()) ValueError: not enough values to unpack (expected 3, got 0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File "train.py", line 678, in
main(opt)
File "train.py", line 575, in main
train(opt.hyp, opt, device, callbacks)
File "train.py", line 230, in train
train_loader, dataset = create_dataloader(train_path, imgsz, batch_size // WORLD_SIZE, gs, single_cls,
File "H:\513work\FiberHomeWork\YOLOv5-Multibackbone-Compression-main\utils\datasets.py", line 99, in create_dataloader
dataset = LoadImagesAndLabels(path, imgsz, batch_size,
File "H:\513work\FiberHomeWork\YOLOv5-Multibackbone-Compression-main\utils\datasets.py", line 435, in init
labels, shapes, self.segments = zip(*cache.values())
ValueError: not enough values to unpack (expected 3, got 0)
The text was updated successfully, but these errors were encountered: