Hi, thank you for releasing this great work! I have followed the instructions to produce depth visualization for assets/demo/test1.png and assets/demo/test2.png using command python demo.py --task depth --img_path <image path> --output_path .:
which looks quite unlike the ones in README:
Is this correct? If I want to recover the depth values in meters what should I do with the output of the model?
Hi, thank you for releasing this great work! I have followed the instructions to produce depth visualization for
assets/demo/test1.png
andassets/demo/test2.png
using commandpython demo.py --task depth --img_path <image path> --output_path .
:which looks quite unlike the ones in README:
Is this correct? If I want to recover the depth values in meters what should I do with the output of the model?
Thank you!