This library provides a set of image metrics that you can run out of the box. The metrics can be used directly on iTypes Datasets. Those are basic dataset definitions that can model sequences of 2D data as they appear in almost any 2D vision task. The datasets can be directly visualized super easily with iViz.
Tutorials and YouTube videos will be made available in the second half of 2022.
Prerequisites:
- Install iTypes.
Instructions:
cd /my/code
git clone https://github.com/eddy-ilg/imetrics
cd imetrics
# Install requirements
pip3 install --user -r requirements.txt
# Add to your ~/.bashrc:
# (this will configure PATH and PYTHONPATH)
source /my/code/imetrics/bashrc
The code is licensed under the MIT license. Please contact Eddy Ilg for questions.
Contributions are welcome. Please contact Eddy Ilg for questions.