usage: cli.py [-h] input_image output_image
Depth Estimation using ZoeDepth.
positional arguments:
input_image Path the input image.
output_image Path the output depth map.
optional arguments:
-h, --help show this help message and exitInstall depth estimation project with pip
pip install -r requirenments.txtTo run this project, you will need to add the following environment variables to your .env file
IMAGE_API_KEY
To deploy this project run
docker build -t depth_estimation .
docker run -d -p 8041:8041 depth_estimation