Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 878 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 878 Bytes

Batch Image to Depth Map Converter

This is a simple python script to convert a batch of images from a folder to depth maps using the MiDaS model.

Deprecated!

This will still work fine for MiDaS depth, but my other repo has many more models and is more up to date. Check it out here: Batch Annotator

Installation

  1. Clone this repository
  2. Install the requirements using pip install -r requirements.txt

Usage

python main.py <input_dir> <output_dir>

Example

python main.py "/path/to/normal/images" "/path/to/depth/maps/output/folder"

That is it! Enjoy.

Wonka

Wonka Depth Map