ANAS KHAN
ANAS KHAN
Thank you for the guidance! Also, how can i load the same training data mentioned in data/coco128.yaml folder into the dataloader to train the student model as well.
just want to clarify, 'from yolov5.utils.datasets import LoadImagesAndLabels' was module not found error but the same module was present in from yolov5.utils.dataloaders import LoadImagesAndLabels.
data_config = check_dataset('data/data.yaml') dataloader = LoadImagesAndLabels(data_config['train'], img_size=640, batch_size=16, augment=True) train_loader = DataLoader(dataloader, batch_size=16, shuffle=True, collate_fn=dataloader.collate_fn) This is how i have created the data loader to train the student model. following...
I am getting the same error message once again , i believe this is occuring because of the dataloader. kindy look into it . sharing my yaml file and the...
hi , i have tried out all the steps you mentioned above . kindly check the error output and let me know.
Hi , I am providing the MRE below. **1. Bug description:** while running the training loop and loading the dataloader facing None Type Error. **2. MRE** ...
Greetings, sad to say that the steps you told are already mentioned in your previous comments and not helping me to solve the issue. if you can look into the...
the debugging step you provided is not possible since the error persist in 'for images, targets, paths, _ in train_loader:' line.
I hope this is a bot replying to me!