PS D:\carallright\yolov5-6.6> & D:/carallright/yolov5-6.6/.conda/python.exe d:/carallright/yolov5-6.6/train.py
train: weights=yolov5n.pt, cfg=my_data\my_yolov5n.yaml, data=my_data\my_coco128.yaml, hyp=my_data\my_hyp.scratch.yaml, epochs=170, batch_size=8, imgsz=640, rect=False, resume=False, nosave=False, noval=False, noautoanchor=False, evolve=None, bucket=, cache=None, image_weights=False, device=, multi_scale=False, single_cls=False, adam=False, sync_bn=False, workers=8, project=runs\train, name=exp, exist_ok=False, quad=False, linear_lr=False, label_smoothing=0.0, patience=100, freeze=0, save_period=-1, local_rank=-1, entity=None, upload_dataset=False, bbox_interval=-1, artifact_alias=latest
github: skipping check (not a git repository), for updates see https://github.com/ultralytics/yolov5
requirements: scipy>=1.4.1 not found and is required by YOLOv5, attempting auto-update...
requirements: 'pip install scipy>=1.4.1' skipped (offline)
YOLOv5 2021-10-12 torch 2.7.1+cpu CPU
hyperparameters: lr0=0.01, lrf=0.1, momentum=0.937, weight_decay=0.0005, warmup_epochs=3.0, warmup_momentum=0.8, warmup_bias_lr=0.1, box=0.05, cls=0.5, cls_pw=1.0, obj=1.0, obj_pw=1.0, iou_t=0.2, anchor_t=4.0, fl_gamma=0.0, hsv_h=0.015, hsv_s=0.7, hsv_v=0.4, degrees=0.0, translate=0.1, scale=0.5, shear=0.0, perspective=0.0, flipud=0.0, fliplr=0.0, mosaic=1.0, mixup=0.0, copy_paste=0.0
Weights & Biases: run 'pip install wandb' to automatically track and visualize YOLOv5 runs (RECOMMENDED)
TensorBoard: Start with 'tensorboard --logdir runs\train', view at http://localhost:6006/
WARNING: Dataset not found, nonexistent paths: ['D:\\carallright\\yolov5-6.6\\my_data\\my_data\\images\\train']
Traceback (most recent call last):
File "d:\carallright\yolov5-6.6\train.py", line 620, in <module>
main(opt)
File "d:\carallright\yolov5-6.6\train.py", line 517, in main
train(opt.hyp, opt, device, callbacks)
File "d:\carallright\yolov5-6.6\train.py", line 103, in train
data_dict = data_dict or check_dataset(data) # check if None
File "d:\carallright\yolov5-6.6\utils\general.py", line 378, in check_dataset
raise Exception('Dataset not found.')
Exception: Dataset not found.