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

Request for Guidance on Achieving Dynamic Effects and Custom Dataset Integration #12

Open
jswhu opened this issue Nov 13, 2024 · 1 comment

Comments

@jswhu
Copy link

jswhu commented Nov 13, 2024

Hello, great work! I'd like to ask how to achieve the dynamic effects shown in the video demonstration. I’ve obtained numerous npy files in my log folder, but I’m not sure how to enable real-time changes. Also, if I want to use my own dataset instead of KITTI or nuScenes, which parameters should I modify? Thank you!

@jswhu jswhu changed the title A Request for Guidance on Achieving Dynamic Effects and Custom Dataset Integration Nov 13, 2024
@dyfcalid
Copy link
Collaborator

Thank you for your interest!
You can refer to main_lidar4d_sim.py and follow the instructions in README to enable simulation, including novel trajectory and configuration. The script will save the visualization results automatically.
If you have point cloud data and the corresponding poses, you could follow the code in the preprocess folder to convert them into rangeview files and the corresponding json files. Then the next step to load the data is basically the same as the current dataloader.

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