-
Notifications
You must be signed in to change notification settings - Fork 5
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
the code for dense object generation #2
Comments
Hi, thanks for your interest. I don’t have time to clean the code. But it is not hard to do this following the paper. I only use some API of Det3D, numpy API, and open3D API (for denoise). You can try it and this should be easy to implement. Note that the code of mirror step is implemented in dataloader and the code for how to implement pose transformation is also included in dataloader (preprocessing part
|
Hello, I see that you have successfully run the code for sparse2dense. I would like to know which set of Waymo data the author used for their experiments, as the entire Waymo dataset is too large. I have the data from the 'gt' folder provided by the author, but I am unsure which set of Waymo data it corresponds to. Could you please let me know? |
Hello, I am very interested in your study Sparse2Dense, especially the idea of generating dense point clouds. I want to learn more about the whole process of dense point cloud. Will you release the code for dense object generation?
The text was updated successfully, but these errors were encountered: