Skip to content

paulmj7/autoevalimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An automation tool using the image evaluation software for Unity provided by ARCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages