calpoly-csai / argo-editor

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Midas Depth Estimation MVP #14

Closed Waidhoferj closed 3 years ago

Waidhoferj commented 3 years ago

Proof of concept of Midas depth estimation using the TFLite setup put together by @dahlgreb.

Goal

Get an image depth estimation passing to and from the UI

Testing

  1. On this branch run npm start
  2. Upload an image using the (ugly but functional) file upload button
  3. Click on the find depth button
  4. Scroll down to see the depth estimation image

I've tried this with pngs and jpegs. Lmk if you run into any serious issues.