... | ... | @@ -8,16 +8,10 @@ Polymerforschung Dresden e. V. [bittrich-lars@ipfdd.de](mailto:bittrich-lars@ipf |
|
|
Requirements
|
|
|
============
|
|
|
|
|
|
- python >=3.6, PyQt5, OpenCV >=3.4.1, numpy >=1.14, scikit-image >=0.13.1, scipy >=1.1.0,
|
|
|
win32com, pythoncom, cython 0.28
|
|
|
- We advise the use of Anaconda (python 3.8): https://www.anaconda.com/download
|
|
|
as it contains most of the python libraries. However, following packages need to be installed manually: opencv-python, scikit-image, dill
|
|
|
- Alternatively, the provided ```yml``` files can be used to set up a well-defined and tested environment with ```conda env create -f xxx.yml```:
|
|
|
[GepardEnv-windows.yml](uploads/49182461700a5d3a9227bcad0beb5f39/GepardEnv-Windows.yml) (Windows),
|
|
|
[GepardEnv.yml](uploads/2af661e0bf5499b208c070f80c8dc685/GepardEnv.yml) (Linux)
|
|
|
- We recommend working with a 64bit OS and also a python interpreter compiled
|
|
|
for 64bit as many use cases require a lot of memory (32 GB
|
|
|
recommended).
|
|
|
- python >=3.6, PyQt5, OpenCV >=3.4.1, numpy >=1.14, scikit-image >=0.13.1, scipy >=1.1.0, win32com, pythoncom, cython 0.28, pillow>=9.5.0
|
|
|
- We advise the use of Miniconda (python 3.8): https://docs.conda.io/en/latest/miniconda.html) and the provided ```yml``` files [GepardEnv-windows.yml](environments/GepardEnv-Windows.yml), [GepardEnv.yml](environments/GepardEnv.yml) for a well-defined and tested environment
|
|
|
- Alternatively, Anaconda can be used as it contains most of the python libraries. However, following packages need to be installed manually: opencv-python, scikit-image, dill
|
|
|
- We recommend working with a 64bit OS and also a python interpreter compiled for 64bit as many use cases require a lot of memory (32 GB recommended).
|
|
|
- The tsp module in externalmodules can be built with:
|
|
|
```
|
|
|
python setuptsp.py
|
... | ... | @@ -40,6 +34,7 @@ It is possible to create a windows link file, that executes python with the |
|
|
gepard script as an argument and the working directory pointing to the folder
|
|
|
containing the gepard module for convenience.
|
|
|
|
|
|
|
|
|
Installation guide
|
|
|
==================
|
|
|
|
... | ... | @@ -49,6 +44,6 @@ A step by step installation guide can be found [here](Step by step installation |
|
|
Working Principle
|
|
|
=================
|
|
|
|
|
|
The working principle is explained [here](Working principle)
|
|
|
The working principle is explained [here](Overview)
|
|
|
|
|
|
|