This repo turn 2d images to depthmap.
usage: cli.py [-h] input_image output_image
Depth estimation using ZoeDepth.
positional arguments:
input_image Path to input image.
output_image Path to output depth map.
options:
-h, --help show this help message and exit
http://127.0.0.1:8041/predict
Install depth estimation project with pip
pip install -r requirements.txt
To run this project, you will need to add the following environment variables to your .env file
IMG_API_KEY
To deploy this project run
docker build -t depth_estimation .
docker run -d -p 8041:8041 depth_estimation