Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.07 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.07 KB

InterGen

Python interferogram generator.

Getting Started

This project was created to make data set for neural network.

Prerequisites

To run this project you have to install following packages:

pip install numpy
pip install matplotlib
pip install PIL
pip install numba
pip install cupy

Running

Interferogram genrator

To run you have to run runInterGen.py. With examplary command

python runIntergen.py [folder for results]

For help with parsing arguments

python runIntergen.py --help

If you want to edit generation parameters modify file settings.json.

Chambolle labels genrator

To run you have to run runChambolle.py. With examplary command

python runChambolle.py [dataset directory] [output] [mode] [number of images] [starting image id]

For help with parsing arguments

python runChambolle.py --help

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details