ahoereth / ann3depth

Depth map estimation from webcam streams using ANNs. Project for the course "ANNs for depth estimation, 3D reconstruction and 3D printing".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANN for depth map estimations

Requires Python 3.6+.

make...

  • install: Install python requirements.
  • datasets: List available datasets.
  • download [key ...]: Download datasets for keys. Use key=all to download all.
  • smart: Create 1-page SMART goals presentation.
  • doc: Compile documentation.

Examples:

make install
make datasets
make download make3d1
make download make3d2 nyu
make download all
make preprocess nyu
make smart
make doc

About

Depth map estimation from webcam streams using ANNs. Project for the course "ANNs for depth estimation, 3D reconstruction and 3D printing".


Languages

Language:Python 86.6%Language:Makefile 13.4%