autoevalimg

Automation tool to use Unity ARCore image evaluator on multiple images


License
MIT
Install
pip install autoevalimg==1.0

Documentation

autoevalimg

This tool is designed to save time evaluating images in a reference image library with the ARCore image evaluator. This will automate the process onto a folder of images and will output the results to a text file. More information can be found here.

Installation

Install the package with pip

pip install autoevalimg

Open a python interpreter in the terminal

python

Import the package

import autoevalimg

Reference the folder of images to evaluate

mng = AutoEvalImgManager("path/to/images/folder")

Run the evaluator

mng.get_results()

Open results.txt for all of the scores of the images