Skip to content

Scaling factor cancels out for depth values #41

@jocodeone

Description

@jocodeone

I just found your code as I was searching for NYU Depth Data loaders. First of all, thanks a lot for making this public.

I think your scaling is not applied correctly.
As you divide by s, you reverse this by applying the transformation for the image and the depth values. Therefore you have the same depth values, but a scaled image. To correct this, you have to divide the depth values by the squared scaling when you still apply the same transformation.

Not sure whether this has an impact at all, but the camera world geometry is not correct as a result and maybe that has also an impact on the training itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions