... | @@ -91,7 +91,9 @@ In any of these cases, you will need Python 3.8, so please follow [Method 1](### |
... | @@ -91,7 +91,9 @@ In any of these cases, you will need Python 3.8, so please follow [Method 1](### |
|
In the newer versions, the file structure of the project has changed and Gepard is split into two separate modules handling the measurement and evaluation part.
|
|
In the newer versions, the file structure of the project has changed and Gepard is split into two separate modules handling the measurement and evaluation part.
|
|
The parent folder is named by default ```gepard-[name of branch]```, but you can call it anything you wish.
|
|
The parent folder is named by default ```gepard-[name of branch]```, but you can call it anything you wish.
|
|
In subfolder ```gepard\cythonModules``` you will find the modules that need to be compiled: ```setup_getMaxRect.py``` and ```setuptsp.py```.
|
|
In subfolder ```gepard\cythonModules``` you will find the modules that need to be compiled: ```setup_getMaxRect.py``` and ```setuptsp.py```.
|
|
The two gepard modules are called from inside the parent folder with:
|
|
Subfolder ```gepard``` includes a template for the configuration file. Please edit it accordingly and save it as ```gepard.cfg``` in the same location.
|
|
|
|
|
|
|
|
Finally, the two gepard modules are called from inside the parent folder with:
|
|
```
|
|
```
|
|
python -m gepard
|
|
python -m gepard
|
|
```
|
|
```
|
... | | ... | |