zhyever / Monocular-Depth-Estimation-Toolbox

Monocular Depth Estimation Toolbox based on MMSegmentation.
Apache License 2.0
903 stars 104 forks source link

Can't find implementation of show_result function #78

Closed ankuPRK closed 1 year ago

ankuPRK commented 1 year ago

Hi,

Thanks so much for making this opensource toolbox. Could you point me to the implementation of this function:

https://github.com/zhyever/Monocular-Depth-Estimation-Toolbox/blob/7c0c89c8db07631fec1737f3087e4f1f540ccd53/depth/apis/test.py#L129

Thanks!

zhyever commented 1 year ago

Please refer to https://github.com/zhyever/Monocular-Depth-Estimation-Toolbox/blob/7c0c89c8db07631fec1737f3087e4f1f540ccd53/depth/models/depther/base.py#L206

ankuPRK commented 1 year ago

thanks!