Closed nagorntow closed 8 months ago
👋 Hello @nagorntow, thank you for raising an issue about Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:
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!
@nagorntow Thanks for raising this. It seems like the Roboflow export did not complete for your dataset. This may be due to a delay in the process and it could start working after a a few minutes. Can you try again after 10 minutes and let us know if you are still seeing the same error message?
Yes, I seeing the same message error.
@nagorntow i'm sorry to hear that the issue persists. Since this involves an integration feature with Roboflow, it may be due to a temporary issue with their service, an incorrect URL, or an access permission problem. Please ensure that:
If after checking these points the problem remains, I would recommend reaching out to Roboflow support to ensure there isn't an issue on their end that's preventing the export.
For detailed instructions on how to integrate with Roboflow, please refer to our Ultralytics HUB Docs. If you keep experiencing difficulties, feel free to provide more details, and we will do our best to assist you further! 🙌
Hi, I'm facing the same issue. Can't go around it in anyway!
AssertionError Traceback (most recent call last) /usr/local/lib/python3.10/dist-packages/ultralytics/engine/trainer.py in init(self, cfg, overrides, _callbacks) 132 elif self.args.data.split(".")[-1] in ("yaml", "yml") or self.args.task in ("detect", "segment", "pose"): --> 133 self.data = check_det_dataset(self.args.data) 134 if "yaml_file" in self.data:
4 frames AssertionError: Attempting to load non-YAML file ROBOFLOW_INTEGRATION with yaml_load()
The above exception was the direct cause of the following exception:
RuntimeError Traceback (most recent call last) /usr/local/lib/python3.10/dist-packages/ultralytics/engine/trainer.py in init(self, cfg, overrides, _callbacks) 135 self.args.data = self.data["yaml_file"] # for validating 'yolo train data=url.zip' usage 136 except Exception as e: --> 137 raise RuntimeError(emojis(f"Dataset '{clean_url(self.args.data)}' error ❌ {e}")) from e 138 139 self.trainset, self.testset = self.get_dataset(self.data)
RuntimeError: Dataset 'https://storage.googleapis.com/ultralytics-hub.appspot.com/ROBOFLOW_INTEGRATION' error ❌ Attempting to load non-YAML file ROBOFLOW_INTEGRATION with yaml_load()
@wizkitglobal-create This means that you Roboflow dataset has not been exported into the YOLO format. This should happen automatically when you create a model. There is sometimes a delay in the update, we will look into this and see if there is a bug on the HUB or Roboflow side.
👋 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 ⭐
Search before asking
Question
I upload a dataset on roboflow then using integration feature to access data on ultralytic but Colab can't download a dataset
Additional
No response