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

Use CenterFormer on other datasets #26

Open
QingXIA233 opened this issue Feb 24, 2023 · 2 comments
Open

Use CenterFormer on other datasets #26

QingXIA233 opened this issue Feb 24, 2023 · 2 comments

Comments

@QingXIA233
Copy link

QingXIA233 commented Feb 24, 2023

Hello, really impressive work! I wonder whether I could use the method on other datasets apart from WOD and Nuscenes. I want to use my own dataset for which I already wrote a data pipeline that works. So if I want to make CenterFormer to have the cheering performance on my own dataset, is there any essential change that I should or it's ready for that?

@edwardzhou130
Copy link
Collaborator

Hi there! To use the code on your custom dataset, you'll need to write a new dataset class and converter. You can refer to either of these two examples: waymo and nuscenes. However, you should be careful about the coordinate system you use, as it may differ from the default used in the examples.

@DezeZhao
Copy link

DezeZhao commented Mar 8, 2023

Hello, really impressive work! I wonder whether I could use the method on other datasets apart from WOD and Nuscenes. I want to use my own dataset for which I already wrote a data pipeline that works. So if I want to make CenterFormer to have the cheering performance on my own dataset, is there any essential change that I should or it's ready for that?

hello, have you ever tried centerformer on kitti dataset? thank you.

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

3 participants