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

Weird sky, faraway object prediction when finetuning on nuScenes dataset #190

Open
Iven-Wu opened this issue Dec 13, 2024 · 2 comments
Open

Comments

@Iven-Wu
Copy link

Iven-Wu commented Dec 13, 2024

Thank you for open-sourcing this excellent work!

I'm trying to fine-tune the model on nuScenes dataset, but it shows some weird results. The white place is some faraway buildings(no lidar) or sky part. It just predicts wrong depth value. Do I need to add some extra information like sky mask to solve that?

image

@YvanYin
Copy link
Owner

YvanYin commented Jan 3, 2025

Sky region depth estimation is really hard for our model. This is because our training data do not enclose much such supervision. I recommend using a semantic segmentation model to mask out the sky and enforce an explicit sky loss on them when you fine-tune the model.

@qsisi
Copy link

qsisi commented Jan 7, 2025

Sky region depth estimation is really hard for our model. This is because our training data do not enclose much such supervision. I recommend using a semantic segmentation model to mask out the sky and enforce an explicit sky loss on them when you fine-tune the model.

Why does fine-tuning on KITTI doesn't cause such problems? In my understanding, the KITTI should also share the same problem.

Could you provide some hints about it?

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

3 participants