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

Add alternate way of dataset access #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dhiganthrao
Copy link

Greetings! I'm Dhiganth, a contributor to Activeloop's Python package, Hub!

The VisDrone Dataset has been added to Activeloop Hub, an open-source dataset format for AI. Users can now load this dataset in seconds by running

import hub
# Load training subset
ds_train = hub.load("hub://activeloop/visdrone-det-train")

# Load testing subset
ds_test = hub.load("hub://activeloop/visdrone-det-test")

# Load validation subset
ds_val = hub.load("hub://activeloop/visdrone-det-val")

# Load testing-dev subset
ds_test_dev = hub.load("hub://activeloop/visdrone-det-test-dev")

(with Hub, they can stream the data instead of fully downloading it, so the access is much faster).

Hope this brings value to the community!

@dhiganthrao
Copy link
Author

Hello, pushing this up in case it wasn't noticed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant