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

How to run PillarNext on Kitti dataset #6

Closed
siddharth130500 opened this issue Aug 9, 2023 · 3 comments
Closed

How to run PillarNext on Kitti dataset #6

siddharth130500 opened this issue Aug 9, 2023 · 3 comments

Comments

@siddharth130500
Copy link

Hi, I want to try running PillarNext on Kitti point cloud data with tracklet labels (stored in xml files). Can you suggest me how to convert Kitti data into a format like Nuscenes or Waymo open dataset which can be run on the PillarNext model?

@Konstantin5389
Copy link
Collaborator

You can convert all training infos in a "*.pkl" file just like nusc or WOD. And you can set up a new class KittiDataset from base dataset. Remember that the coordinates in kitti is not same with nusc and WOD.

@altogot
Copy link

altogot commented Jan 29, 2024

Hi, I want to try running PillarNext on Kitti point cloud data with tracklet labels (stored in xml files). Can you suggest me how to convert Kitti data into a format like Nuscenes or Waymo open dataset which can be run on the PillarNext model?

Hi, have you implemented this part of the code?

@Konstantin5389
Copy link
Collaborator

Hi, I want to try running PillarNext on Kitti point cloud data with tracklet labels (stored in xml files). Can you suggest me how to convert Kitti data into a format like Nuscenes or Waymo open dataset which can be run on the PillarNext model?

Hi, have you implemented this part of the code?

no, we have not

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