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 "D:\huohu\Chinese_license_plate_detection_recognition-main\Chinese_license_plate_detection_recognition-main\train.py", line 520, in train(hyp, opt, device, tb_writer, wandb) File "D:\huohu\Chinese_license_plate_detection_recognition-main\Chinese_license_plate_detection_recognition-main\train.py", line 187, in train dataloader, dataset = create_dataloader(train_path, imgsz, batch_size, gs, opt, File "D:\huohu\Chinese_license_plate_detection_recognition-main\Chinese_license_plate_detection_recognition-main\utils\face_datasets.py", line 62, in create_dataloader dataset = LoadFaceImagesAndLabels(path, imgsz, batch_size, File "D:\huohu\Chinese_license_plate_detection_recognition-main\Chinese_license_plate_detection_recognition-main\utils\face_datasets.py", line 164, in init labels, shapes = zip(*cache.values()) ValueError: not enough values to unpack (expected 2, got 0)
The text was updated successfully, but these errors were encountered:
没有啊,你加群问问吧,看看群友有没有遇到过
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "D:\huohu\Chinese_license_plate_detection_recognition-main\Chinese_license_plate_detection_recognition-main\train.py", line 520, in
train(hyp, opt, device, tb_writer, wandb)
File "D:\huohu\Chinese_license_plate_detection_recognition-main\Chinese_license_plate_detection_recognition-main\train.py", line 187, in train
dataloader, dataset = create_dataloader(train_path, imgsz, batch_size, gs, opt,
File "D:\huohu\Chinese_license_plate_detection_recognition-main\Chinese_license_plate_detection_recognition-main\utils\face_datasets.py", line 62, in create_dataloader
dataset = LoadFaceImagesAndLabels(path, imgsz, batch_size,
File "D:\huohu\Chinese_license_plate_detection_recognition-main\Chinese_license_plate_detection_recognition-main\utils\face_datasets.py", line 164, in init
labels, shapes = zip(*cache.values())
ValueError: not enough values to unpack (expected 2, got 0)
The text was updated successfully, but these errors were encountered: