-
Notifications
You must be signed in to change notification settings - Fork 26
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
Is this project is still in work in progress? #4
Comments
I'm working on this model. I've coded the CVAE and I have good results in training phase, but not for test phase... |
I think this work only can handle Stanford Drone Dataset? Do you know how to process KITTI dataset? In the original paper, as the following
If I understood correctly, they did these:
Anyone can correct me if I'm wrong? Thanks in advance! |
I don't work with LiDAR data, so I can't comment on bin and PCD format etc. But the approach that you are taking sounds fine to me. To summarize, this is my understanding:
Feel free to comment if I am wrong in any sense, so we can better understand. Thanks in advance. |
@sujithvemi Thanks for the feedback. I am not sure I fully understood what the original paper means for Also, since they already project 3D scans to 2D image plane, why they need to register 3D scans to the world coordinate using GPS-IMU tag? 2D image coordinate can be used for the prediction anyway. If they want to do the register to the world coordinate, I think they will need intrinsic and extrinsic (it can provide by GPS-IMU?) matrices instead of GPS-IMU. |
@i-chaochen I really wish I could help you here. But I really don't know much about LIDAR and was not able to fully understand what the paper said. You can check the supplemental material provided here, it might help you. |
Hi,
Are you still working on this or it is finished?
I was get inspired by your paper and would like to see results.
Thanks,
Jagdish
The text was updated successfully, but these errors were encountered: