Skip to content

HoenikkerPerez/DIP

Repository files navigation

DIP (Datasets for Improving Photogrammetry)

Photogrammetry acquisition simulation software

Contributors Forks Stargazers Issues License


Dataset for Improving Photogrammetry

Symulation software for rendering photogrammetric setups
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About
  2. Getting Started
  3. Usage
  4. License

About

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.

Getting Started

Requisites

  1. Download and install Blender from: https://www.blender.org/download
  2. Clone the repository:
    git clone https://github.com/FiRMLAB-Pisa/pySynthMRI.git
  3. Create a Python Virtual Environment
  4. Install required libraries:
    pip install -r requirements.txt

Usage

The software che be run both using Blender GUI or CLI:

blender --background --python recon_all.py

Configuration

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.

License

DPI is distributed under MIT License. See LICENSE.txt for more information.

About

Photogrammetry acquisition simulation software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages