Installation
We recommend using imea in an Anaconda enviroment.
Install with pip (recommended)
You can install imea using the pip package manager:
pip install imea
Install from sources
An other option is to clone the imea repository and install it manually:
git clone https://git.rwth-aachen.de/ants/sensorlab/imea
cd imea
pip install .
Dependencies
imea is tested in Python 3.7+. To use imea the following packages are required:
numpy>=1.18scipy>=1.5scikit-image>=0.16opencv-python>=4.5pandas>=1.0.5matplotlib>=3.2(only for visualization in demo notebooks)pytest>=5.4(only for running tests)
Requierements are also listed in requirements.txt (for using imea) and requirements-dev.txt (for development and running tests).
Tests
Unit tests are available in the tests folder. To execute the tests with pytest you can run the following command:
python -m pytest tests