Coder Social home page Coder Social logo

Comments (6)

github-actions avatar github-actions commented on June 3, 2024

👋 Hello @Geointeligente, thank you for raising an issue about Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:

  • Quickstart. Start training and deploying YOLO models with HUB in seconds.
  • Datasets: Preparing and Uploading. Learn how to prepare and upload your datasets to HUB in YOLO format.
  • Projects: Creating and Managing. Group your models into projects for improved organization.
  • Models: Training and Exporting. Train YOLOv5 and YOLOv8 models on your custom datasets and export them to various formats for deployment.
  • Integrations. Explore different integration options for your trained models, such as TensorFlow, ONNX, OpenVINO, CoreML, and PaddlePaddle.
  • Ultralytics HUB App. Learn about the Ultralytics App for iOS and Android, which allows you to run models directly on your mobile device.
    • iOS. Learn about YOLO CoreML models accelerated on Apple's Neural Engine on iPhones and iPads.
    • Android. Explore TFLite acceleration on mobile devices.
  • Inference API. Understand how to use the Inference API for running your trained models in the cloud to generate predictions.

If this is a 🐛 Bug Report, please provide screenshots and steps to reproduce your problem to help us get started working on a fix.

If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response.

We try to respond to all issues as promptly as possible. Thank you for your patience!

from hub.

Geointeligente avatar Geointeligente commented on June 3, 2024

Good morning. Your answer is very global for what I need. Could you be more specific with an example of how the coco.yaml file should be written, since what you show me with videos is very general and assumes that you already know how to configure a coco file .yaml. You just want to explain this, so as not to waste my time and search elsewhere. Regards @github-actions

from hub.

kalenmike avatar kalenmike commented on June 3, 2024

@Geointeligente Typically you will see that error when your YAML file can not be validated due to formatting issues. YAML is very sensitive to formatting.

You can test your YAML file online with the many available linters, here is an example:

https://www.yamllint.com/

If you are able to validate your YAML please reply with the YAML contents and the dataset tree so I can help you further.

from hub.

Geointeligente avatar Geointeligente commented on June 3, 2024

Thanks for your help @kalenmike. I have pasted the custom.yaml, and it tells me that it is fine. I am trying to create a dataset of house roofs, in which there is only one category, but I don't know what could be wrong, if I have my images with their respective labels.
yaml Lint
custom.zip

from hub.

kalenmike avatar kalenmike commented on June 3, 2024

@kalenmike While your YAML is valid syntax, it is not correct for YOLO. Your names key is creating a dictionary that contains an array.

You can see an example dataset here.

What you need to do is remove the array inside names, it should look like this:

names:
    0: techo

from hub.

github-actions avatar github-actions commented on June 3, 2024

👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLO 🚀 and Vision AI ⭐

from hub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.