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

"The dataset images cannot be located" from annotated dataset using Roboflow. #669

Closed
1 task done
BartekTedys opened this issue Apr 30, 2024 · 2 comments
Closed
1 task done
Labels
question A HUB question that does not involve a bug

Comments

@BartekTedys
Copy link

Search before asking

Question

I annotated images using roboflow. The dataset looks like it is in the correct format to the example dataset. I moved files around from folder to folder testing every possible combination, but ultralytics still does not locate the images in the zip file.
image
image

This is what the exported dataset looks like from Roboflow. I tried moving the yaml file into the train directory aswell and re-zipping it but that didnt work either. Any Ideas?

Additional

No response

@BartekTedys BartekTedys added the question A HUB question that does not involve a bug label Apr 30, 2024
Copy link

👋 Hello @BartekTedys, 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!

@pderrenger
Copy link
Member

@BartekTedys hey there! 😊 It looks like you've been thorough with organizing your dataset from Roboflow, but you're still encountering some issues with locating the images. One common hiccup might be the path specifications within the YAML file not aligning precisely with the actual folder structure inside your zip file.

Here's a small checklist to tackle the problem:

  1. Ensure the paths defined within the YAML file exactly match the directory names and structure within your zip file.
  2. Double-check that the image files are within the directories as specified in the YAML file and that there are no typos or discrepancies.

Without diving into code, these steps usually resolve such issues. If you continue facing difficulties, consider reviewing the dataset structure section in the Ultralytics HUB Docs for further guidance.

Remember, the community and the Ultralytics team are here to help! Let us know how it goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A HUB question that does not involve a bug
Projects
None yet
Development

No branches or pull requests

2 participants