/monocular_depth_estimation_demo

Interactive monocular depth estimation in any browser

Primary LanguageJavaScriptMIT LicenseMIT

Monocular Depth Estimation Demo

This is an interactive demo of the MiDaS monocular depth estimation method which runs locally in any modern browser. It is based on TensorFlow.js and uses React for the user interface. You can try it out here.

Running locally

  • make sure you have installed node.js and npm
  • run npm install
  • run npm start to run the development server or npm run build to generate a static build

License

Licensed under the MIT license.