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

More datasets #359

Closed
dkoguciuk opened this issue Nov 19, 2020 · 5 comments
Closed

More datasets #359

dkoguciuk opened this issue Nov 19, 2020 · 5 comments
Labels
enhancement New feature or request stale

Comments

@dkoguciuk
Copy link

Hi OpenPCDDet community,

In the readme there is a statement:
We are actively updating this repo currently, and more datasets and models will be supported soon. Contributions are also welcomed.

Do you have any roadmaps / current list of work-in-progress features? I am interested in Pandaset support, is anyone working on it? Any tips, where to start?

Best,
D

@jihanyang
Copy link
Collaborator

We will add Lyft to our codebase soon. Pandaset is also under our consideration. Thanks for your advice, we wiil consider to add a work-in-progress features.

@dkoguciuk
Copy link
Author

Ok, great. Do you have any tips on how to work on adding a new dataset? Maybe I could give it a try.

Best,
D

@sshaoshuai sshaoshuai added the enhancement New feature or request label Nov 22, 2020
@sshaoshuai
Copy link
Collaborator

You could refer to the recently added Waymo Dataset to see how to add new datasets.
Simply speaking, you just need to:

  1. organize your data with training / validation.
  2. transform the point clouds to our unified normative coordinate at the getitem.
  3. call the prepare_data function.
  4. receive the predicted results.
  5. write your evaluation codes.

@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 22, 2022
@github-actions
Copy link

github-actions bot commented Mar 8, 2022

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

3 participants