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

Lyft dataset #24

Open
kaanakan opened this issue Feb 20, 2022 · 4 comments
Open

Lyft dataset #24

kaanakan opened this issue Feb 20, 2022 · 4 comments

Comments

@kaanakan
Copy link

Hi,

can you give a brief information about how to train and evaluate on the Lyft dataset? How to structure the dataset so that the dataloader can load the samples?

Thanks in advance.

@anthonyhu
Copy link
Collaborator

Hello,

The lyft dataset should be structured as:

lyft_dataset/
    trainval/
        images/
        maps/
        train_data/      

Then specify in the config file the path to cfg.DATASET.DATAROOT=lyft_dataset/

@kaanakan
Copy link
Author

Thanks for the fast response. Can you also help with downloading the dataset in the appropriate format? I think Lyft is stored as zarr format but the fiery dataloader needs images right?

Thanks again.

@anthonyhu
Copy link
Collaborator

At the time of the project, I downloaded the data from the Lyft perception dataset (https://level-5.global/data/) and it came formatted as described above. Has it changed since then?

@kaanakan
Copy link
Author

I think it is still the same format, I first thought you are using the prediction dataset. The perception dataset contains the folders that you have mentioned. I believe you combine both train and test-val split into one folder named trainval, right?

I have another question about the indices that you are using for the Lyft dataset. The naming convention of the images is for example host-a004_cam0_1232815252251064006.jpeg, and I believe 004 represents the index of that image. When I checked the indices in the whole dataset, there are much fewer indices than you are using (lyft_splits.py). Can you clarify these points?

Thanks in advance.

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

No branches or pull requests

2 participants