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

Available Datasets #5

Closed
mzahran001 opened this issue Sep 11, 2019 · 1 comment
Closed

Available Datasets #5

mzahran001 opened this issue Sep 11, 2019 · 1 comment

Comments

@mzahran001
Copy link

I want to thank you first for the great work.
My question is, are you planning to provide pre-loaded datasets like the Imagenet example?
I tried to load Nuscenes dataset, but it is not working.

@davidbuniat
Copy link
Member

Hi @moh3th1, yes we are planning to add more datasets. If you are interested in helping to add more datasets, support would be very appreciated.

Regarding nuTonomy, have you tried to run

import hub
nuscenes = hub.dataset(name='aptiv/nutonomy:v1.0-trainval')
x = nuscenes['CAM_FRONT_LEFT'][0]

In case there is an error, can you please log all the details here?

zomglings added a commit to zomglings/Hub that referenced this issue Mar 3, 2021
# This is the 1st commit message:

Working draft of Bugout integration in Hub

For error reporting.

# The commit message activeloopai#2 will be skipped:

# Set setup.py version with -dev-reporting suffix

# The commit message activeloopai#3 will be skipped:

# Put version inside package

# The commit message activeloopai#4 will be skipped:

# Added client_id and session_id for crash reporting

# The commit message activeloopai#5 will be skipped:

# Reverted ill-advised version location change

# The commit message activeloopai#6 will be skipped:

# Fixed bug with consent_config

# The commit message activeloopai#7 will be skipped:

# Hard coded hub version
#
# Reported as a tag.
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

No branches or pull requests

2 participants