Skip to content

emin1m/Uctan_Uca_Python

Repository files navigation

Zoe Depth Estmiation

A brief description of what this project does and who it's for

Usage/Examples

CLI Usage

cli.py [-h] [--print-settings] [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
  --print-settings  Print the default settings and exit.

###API USAGE

http://127.0.0.1:8041/docs then predict

Installation

Install depth estimation project with npm

pip install -r requirements.txt

Environment Variables

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

IMG_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

No packages published