Skip to content

bcokdilli/Depth_Estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoe Estimation Depth

Depth Estimation Project with ZoeDepth. The codes are written in Python. The project runs through FastAPI. The project has been dockerized.

Usage/Examples

CLI Usage

usage: cli.py [-h] input_image output_image

Depth Estimation Project w/ 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

API Usage

http://127.0.0.1:8041/predict

Installation

Install zoe estimation depth project with pip

  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