YOLOv5-Lite icon indicating copy to clipboard operation
YOLOv5-Lite copied to clipboard

AttributeError: 'Namespace' object has no attribute 'cache_images'

Open sceddd opened this issue 8 months ago • 0 comments

I face with an error when trying to train a custom dataset, I use the final version and my yaml file look like this:

path: ../YOLOv5-Lite/data/yolov5_lite_dataset

train:

  • .../YOLOv5-Lite/data/yolov5_lite_dataset/images/train val:
  • .../YOLOv5-Lite/data/yolov5_lite_dataset/images/val

nc: 10 # Number of classes

names:

  • person
  • car
  • cat
  • dog
  • chair
  • motorbike
  • bird
  • bicycle
  • bus
  • sheep

sceddd avatar Jun 03 '24 07:06 sceddd