Photogrammetry acquisition simulation software
Symulation software for rendering photogrammetric setups
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Python is a software that allows you to render images, simulating a photogrammetric acquisition. Acquisition parameters such as lighting setup, models, materials, scene composition can be customized.
- Download and install Blender from: https://www.blender.org/download
- Clone the repository:
git clone https://github.com/FiRMLAB-Pisa/pySynthMRI.git
- Create a Python Virtual Environment
- Install required libraries:
pip install -r requirements.txt
The software che be run both using Blender GUI or CLI:
blender --background --python recon_all.py
In order to correctly execute DPI, config.json
file need to be created.
A default configuration file (config-sample.json
) is provided for reference.
We suggest to copy sample file:
cp config-sample.json config.json
Below part of the configuration file is reported for help.
DPI is distributed under MIT License. See LICENSE.txt for more information.