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.
- make sure you have installed node.js and npm
- run
npm install
- run
npm start
to run the development server ornpm run build
to generate a static build
Licensed under the MIT license.