-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi, thanks for releasing the code!
I have several questions after reading the execute_func.py:
- At L78, the DPT is initialized with
invert=True, which means the output is already depth. While at L253, a division is performed again to convert the output of DPT to depth. Is there a comment error here, since from what I understand, the code at L254 seems to be correct. - At L378, the pseudo_depth error is computed between
outputs["fromMono_dep"]andoutputs[('depth', 0, 0)], which have different scales. Shouldoutputs["fromMono_dep"]be replaced bytarget_depthat L353, since its scale has been aligned.
Looking forward to your reply.
Best regards!
Metadata
Metadata
Assignees
Labels
No labels