facebookresearch / DistDepth

Repository for "Toward Practical Monocular Indoor Depth Estimation" (CVPR 2022)
Other
216 stars 20 forks source link

How to use the depth map in the AR scene #23

Open linstory opened 1 year ago

linstory commented 1 year ago

Hello, I would like to ask, how to use the stereo_agent_example.py in the code you gave, and what data need to be provided.

choyingw commented 1 year ago

That's a script building on habitat_sim (https://github.com/facebookresearch/habitat-sim). Follow the instruction there to learn how to use habitat_sim. Then you'll need to download *.glb file (their scene mesh datasets) to use stereo_agent_example.py

linstory commented 1 year ago

Thanks for this very helpful to me.