Thanks for your contribution in FusionDepth!
I wonder whether the "depth" in the trainer.py is normalized or the accurate value of the depth in each pixel. When I print them in the training process, the value looks like normalized, which is generally below 1. But in the reprojection procedure, this depth value is used directly.


What's more, when calculating the loss, the depth is multiplied by 26. I have no idea what the "26" means.
