pip install -r requirements.txt
python depth_map.py --input 'path/to/input/image' --output 'path/to/output/image'
Example
python depth_map.py --input demo/landscape.png --output demo/landscape_depth.png
pip install -r requirements.txt
python depth_map.py --input 'path/to/input/image' --output 'path/to/output/image'
Example
python depth_map.py --input demo/landscape.png --output demo/landscape_depth.png