PS D:\python\yolov5-master\yolov5-master> & D:/python/yolov5-master/anaconda/python.exe d:/python/yolov5-master/yolov5-master/train.py
train: weights=yolov5n.pt, cfg=, data=data\wang_parameter.yaml, hyp=data\hyps\hyp.scratch-low.yaml, epochs=300, batch_size=8, imgsz=640, rect=False, resume=True, nosave=False, noval=False, noautoanchor=False, noplots=False, evolve=None, evolve_population=data\hyps, resume_evolve=None, bucket=, cache=None, image_weights=False, device=0, multi_scale=False, single_cls=False, optimizer=SGD, sync_bn=False, workers=8, project=runs\train, name=exp, exist_ok=False, quad=False, cos_lr=False, label_smoothing=0.0, patience=100, freeze=[0], save_period=-1, seed=0, local_rank=-1, entity=None, upload_dataset=False, bbox_interval=-1, artifact_alias=latest, ndjson_console=False, ndjson_file=False
github: skipping check (not a git repository), for updates see https://github.com/ultralytics/yolov5
YOLOv5 2025-6-12 Python-3.13.2 torch-2.6.0+cu126 CUDA:0 (NVIDIA GeForce RTX 4060 Laptop GPU, 8188MiB)
hyperparameters: lr0=0.01, lrf=0.01, 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.5, mosaic=1.0, mixup=0.0, copy_paste=0.0
TensorBoard: Start with 'tensorboard --logdir runs\train', view at http://localhost:6006/
COMET WARNING: Comet credentials have not been set. Comet will default to offline logging. Please set your credentials to enable online logging.
COMET INFO: Using 'D:\\python\\yolov5-master\\yolov5-master\\.cometml-runs' path as offline directory. Pass 'offline_directory' parameter into constructor or set the 'COMET_OFFLINE_DIRECTORY' environment variable to manually choose where to store offline experiment archives.
Dataset not found , missing paths ['D:\\python\\yolov5-master\\yolov5-master\\VDCData\\images\\val.txt']
Traceback (most recent call last):
File "d:\python\yolov5-master\yolov5-master\train.py", line 984, in <module>
main(opt)
~~~~^^^^^
File "d:\python\yolov5-master\yolov5-master\train.py", line 686, in main
train(opt.hyp, opt, device, callbacks)
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\python\yolov5-master\yolov5-master\train.py", line 180, in train
loggers = Loggers(
save_dir=save_dir,
...<4 lines>...
include=tuple(include_loggers),
)
File "d:\python\yolov5-master\yolov5-master\utils\loggers\__init__.py", line 153, in __init__
self.comet_logger = CometLogger(self.opt, self.hyp)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "d:\python\yolov5-master\yolov5-master\utils\loggers\comet\__init__.py", line 100, in __init__
self.data_dict = self.check_dataset(self.opt.data)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "d:\python\yolov5-master\yolov5-master\utils\loggers\comet\__init__.py", line 259, in check_dataset
return check_dataset(data_file)
File "d:\python\yolov5-master\yolov5-master\utils\general.py", line 564, in check_dataset
raise Exception("Dataset not found ❌")
Exception: Dataset not found ❌
COMET INFO: The process of logging environment details (conda environment, git patch) is underway. Please be patient as this may take some time.
COMET INFO: ---------------------------------------------------------------------------------------
COMET INFO: Comet.ml OfflineExperiment Summary
COMET INFO: ---------------------------------------------------------------------------------------
COMET INFO: Data:
COMET INFO: display_summary_level : 1
COMET INFO: name : exp
COMET INFO: url : [OfflineExperiment will get URL after upload]
COMET INFO: Others:
COMET INFO: Name : exp
COMET INFO: offline_experiment : True
COMET INFO: Uploads:
COMET INFO: asset : 1 (622 bytes)
COMET INFO: conda-environment-definition : 1
COMET INFO: conda-info : 1
COMET INFO: conda-specification : 1
COMET INFO: environment details : 1
COMET INFO: git metadata : 1
COMET INFO: installed packages : 1
COMET INFO:
COMET INFO: Still saving offline stats to messages file before program termination (may take up to 120 seconds)
COMET INFO: Begin archiving the offline data.
COMET INFO: To upload this offline experiment, run:
comet upload D:\python\yolov5-master\yolov5-master\.cometml-runs\59685d4d63e84a489d90ff7bc710a342.zip
PS D:\python\yolov5-master\yolov5-master>