This repository contains a script for converting e57 files to tiff files
python3 main.py --input_path=./input --output_path=./output
-h, --help
-i INPUT_PATH, --input_path=INPUT_PATH
-o OUTPUT_PATH, --output_path=OUTPUT_PATH
Install Docker and run the following command:
docker run --rm -v "$(pwd)/input:/input" -v "$(pwd)/output:/output" ghcr.io/borodin/e57depth:master