Skip to content

Weird Depthmap on Custom Dataset #253

@Neel1012

Description

@Neel1012

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions