-
Notifications
You must be signed in to change notification settings - Fork 32
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
How does it perform on outdoor datasets (such as kitti and nuscenes)? #28
Comments
Hi @Sugar55888, this repo has not been tested with outdoor datasets. Mainly indoor room datasets. Let me know if you try testing it with kitti or nuescenes. Thanks. |
One thing to note with unbounded outdoor scenes is that you might need a background model for distant scenery (common in car/driving datasets where the sky is visible). The dn-splatter codebase could be easily extended to incorporate a learned background model, e.g. with a small view dependent MlP as seen in some other works. |
Sorry for the late reply. I recently used the code of street gaussian to test on an outdoor dataset, and the results was not bad. But I haven't tested dn-splatter yet, because I haven't achieved good results for the example dataset. I will use dn-splatter to test the outdoor dataset later and share my results. Thank you for your reply! |
@maturk Hello, I recently used dn-splatter's code to experiment with some outdoor scenes. I found that some artifacts of different colors tend to appear during rendering. Maybe I need to add some background models or lidar supervision to improve the performance. Relying only on monocular depth estimation may perform well in indoor scenes, but it may need some improvement in outdoor scenes. |
Hi @Sugar55888, sorry I think dn-splatter will not work on outdoor scenes. |
@maturk Thanks for your reply! Yes, monocular depth estimation and normal estimation do not perform well in outdoor scenes. I used the vanilla splatfacto model for training and rendering, and it renders well, but the output geometry is not as good as dn-splatter. Maybe it is more effective to use depth sensor for supervision in outdoor scenes, like Street Gaussians. |
What dataset do you have? |
I use the data I collected myself. |
@Sugar55888 hi, did you try depth supervision from lidar points? |
@szhang963 I tried using lidar in street gaussian, and it worked well. But when collecting datasets ourself, if it is a street scene, we should pay attention to collecting images from multiple perspectives as much as possible to facilitate better model training. |
@Sugar55888 Hi, thanks for your reply. Could you please tell me how to add lidar depth supervision in the splatfacto for street gaussian? |
Hey @szhang963 I've been working on a similar problem for a while and thought I could help out. Just two questions:
These are critical points that I found to be important, if you give more details on what you're trying, we can help you more. Hopefully these points were helpful :) |
@altaykacan Thanks for your help.
Thanks for your help again. |
@Sugar55888 Hey, how to use lidar for splat. Used for loss or sparse_pc? Thanks. |
No description provided.
The text was updated successfully, but these errors were encountered: