timmh / monocular_depth_estimation_demo

Interactive monocular depth estimation in any browser

Home Page:https://timm.haucke.xyz/monocular_depth_estimation_demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What model are you using?

camhart opened this issue · comments

Which model are you using? And how did you convert to tfjs?

I'd like to try a model that'll increase accuracy (at a performance cost).

Also, thanks for this!

If I remember correctly I loaded the original MiDaS v1 model from torchhub, converted to ONNX and then to tf.js with quantization. However, I'm sure the underlying model and export process is outdated by this point, so you might want to start from scratch.