Skip to content

timmh/monocular_depth_estimation_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.