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

Inquiry about Nuscenes Dataset Support and Code Updates in RegFormer #9

Open
Ruye-aa opened this issue Jan 25, 2024 · 1 comment
Open

Comments

@Ruye-aa
Copy link

Ruye-aa commented Jan 25, 2024

Thank you very much for your outstanding work!
I hope this message finds you well. I have been exploring the codebase of your RegFormer repository on GitHub, specifically looking into the handling of the Nuscenes dataset. I noticed that in HRegNet, there are distinct data preprocessing methods and parameters for both the Kitti and Nuscenes datasets.

My inquiry pertains to whether there is separate code in RegFormer specifically designed for preprocessing Nuscenes data. Could you please clarify if there are dedicated code for handling Nuscenes data within the RegFormer repository?

Furthermore, as I was examining the provided Google Drive link containing pre-trained models, I would like to know if there are models specifically trained on the Nuscenes dataset.

Lastly, I am interested in knowing if there are any plans for updating the codebase related to the Nuscenes dataset in the future. Understanding the timeline for potential updates would be greatly appreciated.

Thank you for your time and assistance. I am looking forward to your insights.

Best regards.

@liujiuming123
Copy link
Collaborator

Thanks for your acknowledgement of our work!
Basically, we follow the same data preparation method as HRegNet, using one frame and the 10-th frame after that to construct the input point cloud pairs. But we input all LiDAR points without voxelization process, which is different from HRegNet. In terms of data augmentation, we randomly rotate a certain angle to improve the generalization ability.
The models for KITTI and NuScenes are mostly the same one, apart from the projection parameters (as it depends on specific LiDAR sensor types).
We will release the model, parameters, and pretrained ckpt for NuScenes in the near future (maybe within the next two weeks).

Best regards.

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

2 participants