EPFL-VILAB / omnidata

A Scalable Pipeline for Making Steerable Multi-Task Mid-Level Vision Datasets from 3D Scans [ICCV 2021]
Other
395 stars 49 forks source link

Depth values and visualization #38

Open DianCh opened 1 year ago

DianCh commented 1 year ago

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 .:

Screen Shot 2023-02-11 at 12 41 55 AMScreen Shot 2023-02-11 at 12 46 43 AM

which looks quite unlike the ones in README:

Screen Shot 2023-02-11 at 12 42 55 AMScreen Shot 2023-02-11 at 12 47 18 AM

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!