facebookresearch / consistent_depth

We estimate dense, flicker-free, geometrically consistent depth from monocular video, for example hand-held cell phone video.
MIT License
1.62k stars 235 forks source link

Monocular Image Application #5

Closed GregoryBetsey closed 4 years ago

GregoryBetsey commented 4 years ago

Hello

Can this code be used for single images or is it strictly for video?

Thanks

roxanneluo commented 4 years ago

The code links to different single-image depth estimation networks. You can directly try those out. And at the beginning of the code, given all frames in color_full/ and frames.txt which documents the timing and frame sizes, it will compute monodepth for each frame using the model you choose.