Skip to content

depth = (poses[id_im-1,:3,2].T @ (point3D - poses[id_im-1,:3,3])) * sc ,WHY? #101

Description

@jingfengguo-ai

Hello, I would like to ask why the depth is calculated this way?
and What do 'sc' and 'bds_raw' mean?
What does this judgment condition mean?
if depth < bds_raw[id_im-1,0] * sc or depth > bds_raw[id_im-1,1] * sc:

I'm hoping someone can help me.

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