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

Real world results from KITTI-360 evaluation #13

Open
keonhee-han opened this issue Mar 19, 2024 · 1 comment
Open

Real world results from KITTI-360 evaluation #13

keonhee-han opened this issue Mar 19, 2024 · 1 comment

Comments

@keonhee-han
Copy link

Hello,

Thank you for your work on the paper and your code publication. I wish to ask if there is already a pre-trained model for KITTI-360 or a pipeline setup for it. I have been currently working on setting up this dataset to see occupancy (density fields) results from the input view setup in the dataset. As I could see the experiment result for KITTI-360 in the paper Fig. 14 in Additional Qualitive results, I hope to see if the pre-trained model is available.

Would you share some insights regarding the training setup for KITTI-360? :)

Thank you!

@zubair-irshad
Copy link
Owner

Thanks for your question. We haven't released the pretrained model, but happy to help you reproduce our results on Kitti-360.

To summarize, our kitti-360 experiments were overfitting experiments i.e. trained on a single scene (not generalizable) as we mention in our supplementary, although depending on the use case, one could use our generalizable training scripts to train on multiple Kitti-360.

We train on Kitti-360 in an autoregressive manner (i.e. using last 3 source frames as input to the model) to predict the next frame. Here and here are our sample dataloader for kitti360 experiments on a single scene, which can be used with NeO 360's training script here. Hope it helps!

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