Skip to content

akadirkaraca/zoe-depth-estimation

Repository files navigation

Zoe Depth Estimation Project

Usage/Examples

CLI Usage

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 exit

API Usage

http://127.0.0.1:8041/predict

Installation

Install depth estimation project with pip

pip install -r requirenments.txt

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

IMAGE_API_KEY

Deployment

To deploy this project run

  docker build -t depth_estimation .
  docker run -d -p 8041:8041 depth_estimation

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors