-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hi, thank you for releasing the source code for such great work. I am new in this field and please accept my apologies for asking very basic questions.
You told in issue #6, to run DeMoN to get poses_demon.txt and respective depth maps. However, it seems that the DeMoN evaluation (for image-1 as reference and image-2 as source images ) only outputs the depth map for the first image and the relative pose for the second image. Can you please elaborate on how to generate the depth map and pose for the second image? e.g. by simply swapping the input image pair?
Second, in the provided examples (poses.txt), there are two poses there, can you please elaborate which pose corresponds to which image, i.e., line-1 in poses.txt correspond to the relative pose of image-1 with reference to image-2?
Third, the translation values in the poses.txt seem to be normalized between (0,1), which in the ground truth of MVS dataset are in higher values. Can you please elaborate on how they are normalized? or what pre-processing is used?
Thank you.