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 Depthmap on Custom Dataset #253

Open
Neel1012 opened this issue Jan 29, 2025 · 0 comments
Open

Weird Depthmap on Custom Dataset #253

Neel1012 opened this issue Jan 29, 2025 · 0 comments

Comments

@Neel1012
Copy link

Neel1012 commented Jan 29, 2025

Hi,

I trained the SelfSup model from scratch on my custom dataset with almost 13000 images with the same hyperparameters mentioned in the paper. The only change I made was changing the stride from 1 to 5 as my dataset does not have enough movement between two consecutive frames. I only take the 5th previous image and the 5th after image w.r.t. the current image and skip all the images in between them, so it works as if I am doing the training only with 3 images predicting only 2 poses. After 20 epochs, my training loss decreased from 0.13 to 0.11. I did an inference on the checkpoint of the 20th epoch and this is how my result looks like:

Image

I used the same model to infer on Kitti dataset and the result looks like this:

Image

I also trained the model with a stride of one with the same training setup and my inference looks like this:

Image

The depth map looks very sharp in the first case and I don't see anything in the second one. Is it possible to get this good depthmap or there is something wrong with the way I train the model?

Thank you

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

1 participant