Jupyter notebooks showing how to extract images from EXIF metadata π
To quickly get started make sure you have Docker installed and do the following:
- Run
make build
to build the Docker container - Run
make jupyter
to serve the Jupyter notebooks inlocalhost:8888
- Open localhost:8888 in your browser and navigate to the notebook you want in the
notebooks/
folder
Make sure you copy the full Jupyter token printed in the terminal
- Lenovo Mirage 180 Stereo Camera - stereo exctraction
- iPhone Portrait - depth extraction
- Google Pixel Portait - depth extraction
This repo uses Docker to manage the dependencies. Here is a list of the available commands
make build
- build the Docker containermake build-clean
- build the Docker container and ignore cachemake shell
-bash
into the Docker containermake jupyter
- runjupyter
inside the container and map ports tolocalhost:8888