Metadata-Version: 2.1
Name: autoevalimg
Version: 1.0
Summary: Automation tool to use Unity ARCore image evaluator on multiple images
Home-page: https://github.com/paulmj7/autoevalimg
Author: Paul Jones
Author-email: paulj51299@gmail.com
License: UNKNOWN
Description: # 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](https://developers.google.com/ar/develop/java/augmented-images/arcoreimg).
        
        ## 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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
