Replies: 1 comment
-
Closed for #971 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Ultralytics Community,
I am integrating the Ultralytics HUB into my data pipeline using the hub_sdk (version 0.0.17). My goal is to upload large datasets programmatically, but I've encountered a limitation with the current implementation of the upload_dataset method.
Issue Overview
While using the following code snippet:
I discovered that the upload_dataset method works, but it imposes a 10MB file size limit, which prevents me from uploading larger datasets directly.
Steps Taken So Far
Request for Assistance
Why This Matters
This enhancement or workaround would significantly improve the SDK's usability for automating workflows, especially for users managing large datasets in production environments.
Thank you in advance for your guidance and support. I’m eager to hear your suggestions or recommendations!
Beta Was this translation helpful? Give feedback.
All reactions