ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
49.72k stars 16.12k forks source link

Clothing.yaml file is missing for latest version #1256

Closed muralidhar972 closed 3 years ago

muralidhar972 commented 3 years ago

Hello Team,

Congrats for developing the v5, it is awesome.

am working on the cloth data set, trying to implement on v5.

Got an error on clothing.yaml is missing. after doing research got know that you guys are updating the model.pt.

Any possibility to update the clothing.yaml

Thanks for your supports

Regards,

github-actions[bot] commented 3 years ago

Hello @muralidhar972, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Jupyter Notebook Open In Colab, Docker Image, and Google Cloud Quickstart Guide for example environments.

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom model or data training question, please note Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:

For more information please visit https://www.ultralytics.com.

dongjuns commented 3 years ago

@muralidhar972 Hi, I think you can make that clothing.yaml file, right? You can easily do that-! :sunglasses: But anyway, refer to this link. https://curiousily.com/posts/object-detection-on-custom-dataset-with-yolo-v5-using-pytorch-and-python/

clothing.yaml

train: ../clothing/images/train/
val: ../clothing/images/val/
nc: 9
names:
  [
    "Jackets",
    "Jeans",
    "Shirts",
    "Shoes",
    "Skirts",
    "Tops",
    "Trousers",
    "Tshirts",
    "sunglasses",
  ]
github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.