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

Any plan to support mode datasets such as nuScenes? #2

Closed
lucasjinreal opened this issue Mar 16, 2020 · 7 comments
Closed

Any plan to support mode datasets such as nuScenes? #2

lucasjinreal opened this issue Mar 16, 2020 · 7 comments

Comments

@lucasjinreal
Copy link

Waymo and nuScenes are really good dataset to test.

@sshaoshuai
Copy link
Collaborator

I will find time to support Waymo dataset recently, and contributions are welcomed to support nuScenes.

@lucasjinreal
Copy link
Author

that sounds very nice to support waymo.

Hoping for your workaround!

@sharma-n
Copy link

Hey @sshaoshuai thanks for sharing your work! I would like to take a crack at training using the nuScenes dataset. I am planning to use the nuscenes_to_kitti code to rewrite the nuscenes dataset into the KITTI format. Just wanted your feedback on what are the things I will need to refactor. Here are some things I can see I will need to do:

  1. Export the nuScenes dataset intothe KITTI format uisng export_kitti.py
  2. Refactor pcdet\datasets\kitti\kitti_dataset.py with the correct filenames, etc.
  3. Edit the .yaml config file to train new network.

I have a couple of quick questions:

  1. Given that nuScenes detection classes are different from KITTI, will changing the .yaml file be sufficient to retrain, for example, PartA2?
  2. The ANCHOR_GENERATOR in PartA2 is defined for each class separately. How did you decide what values work well for each class? For example, for Car we have anchor_range: [0, -40, -1.78, 70.4, 40, -1.78] while for Pedestrian we have anchor_range: [0, -40, -0.6, 70.4, 40, -0.6]. what do these values mean? Any way to calculate them for the different classes in the nuScenes dataset?

Cheers!

@Nuri-benbarka
Copy link
Contributor

Hi @jinfagang,
There is this repo Waymo_Kitti_Adapter which converts the Waymo dataset into Kitti format. This might be a fast solution for you.
I hope you will find it useful.

@yukkysaito
Copy link

Hi @sshaoshuai
It looks like it is registered in the waymo leaderboard. Is there any update?
https://waymo.com/open/challenges/entry/?challenge=DETECTION_3D&email=shaoshuaics@gmail.com&timestamp=1590993748503967

@rvalienter90
Copy link

Hi
Also for another dataset, this repo https://github.com/yzhou377/argoverse-kitti-adapter converts the Argoverse dataset into KITTI format. With good results when using P-RCNN. I hope you will find it useful.

@sshaoshuai
Copy link
Collaborator

Hi all, the NuScenes dataset has been supported with two strong baselines.

barzanisar pushed a commit to barzanisar/OpenPCDet that referenced this issue Mar 9, 2022
* Fixed bugs in cadc dataset loader and added difficultys. Also updated yaml files

* Added SECOND config for cadc
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

6 participants