ultralytics / hub

Ultralytics HUB tutorials and support
https://hub.ultralytics.com
GNU Affero General Public License v3.0
138 stars 14 forks source link

When I loaded my dataset #839

Closed alimbetov closed 1 week ago

alimbetov commented 2 months ago

Search before asking

HUB Component

Datasets

Bug

I got time out error. After 5. Minutes of loading my data. Could you help me understand what I need to do.

Environment

No response

Minimal Reproducible Example

No response

Additional

No response

UltralyticsAssistant commented 2 months ago

👋 Hello @alimbetov, thank you for raising an issue about the Ultralytics HUB 🚀! An Ultralytics engineer will review your issue soon.

In the meantime, you might find our HUB Docs helpful:

Since you've experienced a 🐛 bug, please provide a minimum reproducible example (MRE) if possible to help us diagnose the issue. You can learn more about creating an MRE here.

Thank you for your patience, and we look forward to assisting you further! 😊

pderrenger commented 1 week ago

@alimbetov hello! 😊

Thank you for reaching out and for checking the existing issues before posting. It sounds like you're encountering a timeout error while uploading your dataset to Ultralytics HUB. Let's see how we can resolve this.

Here are a few steps you can try:

  1. Check Dataset Size: Ensure that your dataset isn't too large. If it is, consider splitting it into smaller parts and uploading them separately.

  2. Stable Internet Connection: Make sure your internet connection is stable during the upload process. A weak connection might cause timeouts.

  3. Dataset Structure: Verify that your dataset is structured correctly. The YAML file should be inside the dataset root directory, and both the directory and ZIP file should have the same name. You can refer to our dataset upload guide for more details.

  4. Try Again: Sometimes, simply trying the upload again can resolve the issue if it was a temporary glitch.

If the issue persists, please ensure you are using the latest version of the Ultralytics HUB. If you continue to experience problems, feel free to provide more details about your environment or any error messages you receive, and we'll be happy to assist further.

Thank you for your patience, and I hope this helps! 🚀

yogendrasinghx commented 1 week ago

Hi @alimbetov, thanks for reaching out!

We currently have no issues on our end with uploading valid datasets to Ultralytics HUB. To ensure your dataset is formatted correctly, please watch this YouTube video: Upload Datasets to Ultralytics HUB , which provides a step-by-step guide for creating a valid dataset for Ultralytics HUB. Once you've checked your dataset, try uploading it again following the instructions in the video and in the documentation here.

If the issue persists, please let us know with any additional details, such as a screenshot or a sample of your dataset structure. This will help us assist you further. Thank you for your patience!