Generates enclosed 3D models from image heightmaps.
Requires Python3
-
Clone this repository:
git clone https://github.com/stanley-wei/ImageToSTL.git
-
Install required packages:
pip install -r ImageToSTL/requirements.txt
To run from GUI:
python3 ImageToSTL/gui.py
Alternatively, you can run from the command line directly:
python3 ImageToSTL/image_to_stl.py <IMAGE_FILENAME>
Use python3 ImageToSTL/image_to_stl.py --help
for additional options.