Skip to content
New issue

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

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

Open
sceddd opened this issue Jun 3, 2024 · 0 comments
Open

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

sceddd opened this issue Jun 3, 2024 · 0 comments

Comments

@sceddd
Copy link

sceddd commented Jun 3, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant